ZenlessData/Data/GoldenBomb_DropItem_Diny.json
2024-08-13 22:59:23 -03:00

68 lines
1.6 KiB
JSON

{
"AbilityMixins": [
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"IsUsePercentage": true,
"PropertyType": "CurHP",
"ReferMaxPropertyType": "MaxHP",
"ValueRangeActions": [
{
"HighToValueActions": [
{
"$type": "DropItemAction",
"DropStr": "%DropDinyExtract",
"Target": "Self"
}
],
"Val": 0.8
},
{
"HighToValueActions": [
{
"$type": "DropItemAction",
"DropStr": "%DropDinyExtract",
"Target": "Self"
}
],
"Val": 0.6
},
{
"HighToValueActions": [
{
"$type": "DropItemAction",
"DropStr": "%DropDinyExtract",
"Target": "Self"
}
],
"Val": 0.4
},
{
"HighToValueActions": [
{
"$type": "DropItemAction",
"DropStr": "%DropDinyExtract",
"Target": "Self"
}
],
"Val": 0.2
}
]
}
]
}
],
"AbilityName": "GoldenBomb_DropItem_Diny",
"AbilitySpecials": {
"DropCoinExtract": {
"Value": "2000:10000:4",
"ValueType": "String"
},
"DropDinyExtract": {
"Value": "2001:10000:4",
"ValueType": "String"
}
},
"AbilityStacking": "Unique"
}