26 lines
697 B
JSON
26 lines
697 B
JSON
{
|
|
|
|
//死亡时掉落齿轮币/丁尼的表现
|
|
|
|
"AbilityName": "GoldenBomb_DeathDrop_Coin",
|
|
|
|
"AbilityStacking": "Unique",
|
|
|
|
"OnAbilityStart": [
|
|
|
|
{
|
|
|
|
"$type": "MoleMole.DropItemAction",
|
|
|
|
"Target": "Self",
|
|
|
|
"DropStr": "2000:10000:4",
|
|
|
|
},
|
|
|
|
// {
|
|
|
|
// "$type": "MoleMole.LogStringAction", //打Log调试
|
|
|
|
// "LogStr": "DeathDrop启动!!!"
|
|
|
|
// },
|
|
|
|
],
|
|
|
|
"AbilitySpecials": {
|
|
|
|
"DropCoinExtract":
|
|
|
|
{
|
|
|
|
"Value": "2000:10000:2",
|
|
|
|
},
|
|
|
|
"DropDinyExtract":
|
|
|
|
{
|
|
|
|
"Value": "2001:10000:2",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|
|
|