17 lines
352 B
JSON
17 lines
352 B
JSON
{
|
|
"AbilityName": "GamePlay_HpReduce",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "DecreaseHPAction",
|
|
"Amount": 3,
|
|
"IgnoreInvincible": "true",
|
|
"IgnoreLifeLock": "true",
|
|
"Percentage": 0.1,
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
} |