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

33 lines
No EOL
772 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
// 被动技能资源扫描。进入新的Block进行金币奖励
"AbilityName" : "TalentTreeAbility_BlockCoinBonus",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking": "Unique",
"OnAreaEnter":
[
// {
// "$type": "MoleMole.AddPlayerCoinCnt",
// "AddedCoinCntDelta": "%Extracoin",
// "AddedCoinCntRatio": 0,
// "Predicates": [
// {
// "$type": "MoleMole.ByLevelAreaExploreState",
// "LevelAreaType": "Room", // All,Room,Connection
// "LevelAreaState": "UnExplored", // All,UnExplored,Explored,Finished
// "Target": "Self"
// }
// ]
// }
]
},
"AbilitySpecials":
{
"Extracoin":
{
"Value" : 10
},
}
}