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