Files
turnbasedgamedata/Config/Gameplays/Match3/BirdSkills/v2_random_four.json
2025-07-03 10:50:43 +02:00

35 lines
517 B
JSON

{
"StyleWeightConfig": [
{
"StyleID": 1,
"Weight": 100
},
{
"StyleID": 2,
"Weight": 100
},
{
"StyleID": 3,
"Weight": 60
},
{
"StyleID": 4,
"Weight": 100
},
{
"StyleID": 5,
"Weight": 100
}
],
"ChargingConfig": {
"StyleID": 3,
"ChargeCount": 6
},
"Actions": [
{
"$type": "RPG.GameCore.Match3.BirdSkillActionGenerateBomb",
"BombType": "RandomFourBreak",
"BombCount": 4
}
]
}