20 lines
431 B
JSON
20 lines
431 B
JSON
{
|
|
"AbilityName": "TurnBased_Debug_SoloUnitTurn",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnUnitTurnStarted": [
|
|
{
|
|
"$type": "TurnBasedAddEntityExtraUnit",
|
|
"AllowAppendAfterExtraUnit": true,
|
|
"ExistingTurnNumber": 1
|
|
}
|
|
]
|
|
},
|
|
"OnAdded": [
|
|
{
|
|
"$type": "TurnBasedAddEntityExtraUnit",
|
|
"AllowAppendAfterExtraUnit": true,
|
|
"ExistingTurnNumber": 1
|
|
}
|
|
]
|
|
} |