HollowPS_TV_experiments/extras/zzz-0.1-jsons/GoldenBomb_DropItem_Coin.json

167 lines
No EOL
7.8 KiB
JSON

{
"AbilityName": "GoldenBomb_DropItem_Coin",
"AbilityStacking": "Unique",
"AbilityMixins": [
{
//根据血量掉落金币
"$type": "MoleMole.ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"PropertyType": "CurHP",
"ReferMaxPropertyType": "MaxHP",
"IsUsePercentage": true,
"ValueRangeActions": [
// {
// "Val": 0.9,
// "HighToValueActions": [
// // {
// // "$type": "MoleMole.DropItemAction",
// // "Target": "Self",
// // "DropStr": "%DropCoinExtract",
// // },
// {
// "$type": "MoleMole.DropItemAction",
// "Target": "Self",
// "DropStr": "%DropCoinExtract",
// },
// ],
// },
{
"Val": 0.8,
"HighToValueActions": [
// {
// "$type": "MoleMole.DropItemAction",
// "Target": "Self",
// "DropStr": "%DropCoinExtract",
// },
{
"$type": "MoleMole.DropItemAction",
"Target": "Self",
"DropStr": "%DropCoinExtract",
},
],
},
// {
// "Val": 0.7,
// "HighToValueActions": [
// // {
// // "$type": "MoleMole.DropItemAction",
// // "Target": "Self",
// // "DropStr": "%DropCoinExtract",
// // },
// {
// "$type": "MoleMole.DropItemAction",
// "Target": "Self",
// "DropStr": "%DropCoinExtract",
// },
// ],
// },
{
"Val": 0.6,
"HighToValueActions": [
// {
// "$type": "MoleMole.DropItemAction",
// "Target": "Self",
// "DropStr": "%DropCoinExtract",
// },
{
"$type": "MoleMole.DropItemAction",
"Target": "Self",
"DropStr": "%DropCoinExtract",
},
],
},
// {
// "Val": 0.5,
// "HighToValueActions": [
// // {
// // "$type": "MoleMole.DropItemAction",
// // "Target": "Self",
// // "DropStr": "%DropCoinExtract",
// // },
// {
// "$type": "MoleMole.DropItemAction",
// "Target": "Self",
// "DropStr": "%DropCoinExtract",
// },
// ],
// },
{
"Val": 0.4,
"HighToValueActions": [
// {
// "$type": "MoleMole.DropItemAction",
// "Target": "Self",
// "DropStr": "%DropCoinExtract",
// },
{
"$type": "MoleMole.DropItemAction",
"Target": "Self",
"DropStr": "%DropCoinExtract",
},
],
},
// {
// "Val": 0.3,
// "HighToValueActions": [
// // {
// // "$type": "MoleMole.DropItemAction",
// // "Target": "Self",
// // "DropStr": "%DropCoinExtract",
// // },
// {
// "$type": "MoleMole.DropItemAction",
// "Target": "Self",
// "DropStr": "%DropCoinExtract",
// },
// ],
// },
{
"Val": 0.2,
"HighToValueActions": [
// {
// "$type": "MoleMole.DropItemAction",
// "Target": "Self",
// "DropStr": "%DropCoinExtract",
// },
// {
// "$type": "MoleMole.DropItemAction",
// "Target": "Self",
// "DropStr": "%DropCoinExtract",
// },
{
"$type": "MoleMole.DropItemAction",
"Target": "Self",
"DropStr": "%DropCoinExtract",
},
],
},
// {
// "Val": 0.1,
// "HighToValueActions": [
// // {
// // "$type": "MoleMole.DropItemAction",
// // "Target": "Self",
// // "DropStr": "%DropCoinExtract",
// // },
// {
// "$type": "MoleMole.DropItemAction",
// "Target": "Self",
// "DropStr": "%DropCoinExtract",
// },
// ],
// },
],
},
],
},
],
"AbilitySpecials": {
"DropDinyExtract": {
"Value": "2001:10000:4",
},
"DropCoinExtract": {
"Value": "2000:10000:4",
},
},
}