Files
turnbasedgamedata/Config/Gameplays/Match3/BirdSkills/test_random_four.json
2024-10-21 03:16:22 -03:00

35 lines
518 B
JSON

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