mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
36 lines
542 B
JSON
36 lines
542 B
JSON
{
|
|
"StyleWeightConfig": [
|
|
{
|
|
"StyleID": 1,
|
|
"Weight": 100
|
|
},
|
|
{
|
|
"StyleID": 2,
|
|
"Weight": 100
|
|
},
|
|
{
|
|
"StyleID": 3,
|
|
"Weight": 100
|
|
},
|
|
{
|
|
"StyleID": 4,
|
|
"Weight": 100
|
|
},
|
|
{
|
|
"StyleID": 5,
|
|
"Weight": 100
|
|
}
|
|
],
|
|
"ChargingConfig": {
|
|
"StyleID": 1,
|
|
"ChargeCount": 6
|
|
},
|
|
"Actions": [
|
|
{
|
|
"$type": "RPG.GameCore.Match3.BirdSkillActionGenerateBomb",
|
|
"BombType": "Square2x2",
|
|
"BombCount": 1,
|
|
"IsSelfDestruct": true
|
|
}
|
|
]
|
|
} |