mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-09 05:43:01 +08:00
Add new 3.0 Reliquary and SkillParticleGeneration data
Original Commit Message: Repair 3.0 added Reliquary 3-in-1 on the crafting table. Add skill particle generation info for Tighnari,Collei and Dori Gitea Author: Roly
This commit is contained in:
parent
cc50baf26a
commit
ce1f9b2e6a
@ -18,5 +18,55 @@
|
|||||||
"configId": 4,
|
"configId": 4,
|
||||||
"comment": "Noblesse",
|
"comment": "Noblesse",
|
||||||
"items": [81513, 81514, 81523, 81524, 81533, 81534, 81543, 81544, 81553, 81554]
|
"items": [81513, 81514, 81523, 81524, 81533, 81534, 81543, 81544, 81553, 81554]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"configId": 5,
|
||||||
|
"comment": "Thundering Fury",
|
||||||
|
"items": [ 79513, 79514, 79523, 79524, 79533, 79534, 79543, 79544, 79553, 79554 ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"configId": 6,
|
||||||
|
"comment": "Thundersoother",
|
||||||
|
"items": [ 72513, 72514, 72523, 72524, 72533, 72534, 72543, 72544, 72553, 72554 ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"configId": 7,
|
||||||
|
"comment": "Viridescent Venerer",
|
||||||
|
"items": [ 76513, 76514, 76523, 76524, 76533, 76534, 76543, 76544, 76553, 76554 ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"configId": 8,
|
||||||
|
"comment": "Maiden Beloved",
|
||||||
|
"items": [ 74513, 74514, 74523, 74524, 74533, 74534, 74543, 74544, 74553, 74554 ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"configId": 9,
|
||||||
|
"comment": "Archaic Petra",
|
||||||
|
"items": [ 88513, 88514, 88523, 88524, 88533, 88534, 88543, 88544, 88553, 88554 ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"configId": 10,
|
||||||
|
"comment": "Archaic Petra",
|
||||||
|
"items": [ 89513, 89514, 89523, 89524, 89533, 89534, 89543, 89544, 89553, 89554 ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"configId": 11,
|
||||||
|
"comment": "Crimson Witch of Flames",
|
||||||
|
"items": [ 80513, 80514, 80523, 80524, 80533, 80534, 80543, 80544, 80553, 80554 ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"configId": 12,
|
||||||
|
"comment": "Lavawalker",
|
||||||
|
"items": [ 73513, 73514, 73523, 73524, 73533, 73534, 73543, 73544, 73553, 73554 ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"configId": 13,
|
||||||
|
"comment": "Blizzard Strayer",
|
||||||
|
"items": [ 71513, 71514, 71523, 71524, 71533, 71534, 71543, 71544, 71553, 71554 ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"configId": 14,
|
||||||
|
"comment": "Heart of Depth",
|
||||||
|
"items": [ 90513, 90514, 90523, 90524, 90533, 90534, 90543, 90544, 90553, 90554 ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -572,5 +572,39 @@
|
|||||||
"chance": 50
|
"chance": 50
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"avatarId": 10000067,
|
||||||
|
"name": "Collei",
|
||||||
|
"amountList": [
|
||||||
|
{
|
||||||
|
"value": 3,
|
||||||
|
"chance": 100
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"avatarId": 10000068,
|
||||||
|
"name": "Dori",
|
||||||
|
"amountList": [
|
||||||
|
{
|
||||||
|
"value": 2,
|
||||||
|
"chance": 100
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"avatarId": 10000069,
|
||||||
|
"name": "Tighnari",
|
||||||
|
"amountList": [
|
||||||
|
{
|
||||||
|
"value": 3,
|
||||||
|
"chance": 50
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": 4,
|
||||||
|
"chance": 50
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user