33 lines
759 B
JSON
33 lines
759 B
JSON
{
|
|
"AbilityName": "TurnBased_ChallengeLevel_03",
|
|
"AbilitySpecials": {
|
|
"AS_ShieldPercentage": {
|
|
"Value": 1,
|
|
"ValueType": "Float"
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"Modifiers": {
|
|
"TurnBased_ChallengeLevel_03_Modifier": {
|
|
"ModifierMixins": [
|
|
{
|
|
"$type": "HpShieldMixin",
|
|
"Duration": -1,
|
|
"IfTakeRestDamageWhenEmpty": true,
|
|
"Tag": "TurnBased_ChallengeLevel_03_Shield",
|
|
"TotalValueConfig": {
|
|
"Amount": 0,
|
|
"Percentage": "%AS_ShieldPercentage",
|
|
"PropertyType": "MaxHP"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "TurnBased_ChallengeLevel_03_Modifier"
|
|
}
|
|
]
|
|
} |