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

153 lines
No EOL
4.5 KiB
JSON

{
//怪物死亡时有概率召唤Glitch怪。
//恍惚中,你总觉得那个以骸还没有死。它又爬起来了!正向你走来!
"AbilityName":"Curse_1100016",
"AbilityStacking":"Unique",
"DefaultModifier":
{
// "OnAdded":
// [
// {
// "$type" : "MoleMole.FireEffect",
// "EffectPattern" : "Eff_Avatar_LevelUp_01",
// "Target" : "Self"
// }
// ]
},
//mixin,glitch怪不有效
"AbilityMixins" :
[
//人类怪
{
"$type":"MoleMole.GenerateGlitchMonsterMixin",
"MaxMonster":5,
"Odds":"%odds",
"CreateTags":[
"GlitchMonster"
],
"AmountMin":1,
"AmountMax":1,
"MonsterList":[
101110151
],
"RandomType":"Random",
"GlitchAbilityName":"Curse_1100016_GlitchMonster",
"Predicates":
[
//非Glitch怪
{
"$type":"MoleMole.ByNot",
"Target" : "Self",
"Predicates":
[
{
"$type":"MoleMole.ByTags",
"Target" : "Self",
"TagList":[
"GlitchMonster"
]
}
]
},
{
"$type":"MoleMole.ByTags",
"Target" : "Self",
"TagList":[
"Human"
]
}
]
},
//以太怪
{
"$type":"MoleMole.GenerateGlitchMonsterMixin",
"MaxMonster":-1,
"Odds":"%odds",
"CreateTags":[
"GlitchMonster"
],
"AmountMin":1,
"AmountMax":1,
"MonsterList":[
101110941
],
"RandomType":"Random",
"GlitchAbilityName":"Curse_1100016_GlitchMonster",
"Predicates":
[
//非Glitch怪
{
"$type":"MoleMole.ByNot",
"Target" : "Self",
"Predicates":
[
{
"$type":"MoleMole.ByTags",
"Target" : "Self",
"TagList":[
"GlitchMonster"
]
}
]
},
{
"$type":"MoleMole.ByTags",
"Target" : "Self",
"TagList":[
"Ether"
]
}
]
},
//机械怪
{
"$type":"MoleMole.GenerateGlitchMonsterMixin",
"MaxMonster":-1,
"Odds":"%odds",
"CreateTags":[
"GlitchMonster"
],
"AmountMin":1,
"AmountMax":1,
"MonsterList":[
101110721
],
"RandomType":"Random",
"GlitchAbilityName":"Curse_1100016_GlitchMonster",
"Predicates":
[
//非Glitch怪
{
"$type":"MoleMole.ByNot",
"Target" : "Self",
"Predicates":
[
{
"$type":"MoleMole.ByTags",
"Target" : "Self",
"TagList":[
"GlitchMonster"
]
}
]
},
{
"$type":"MoleMole.ByTags",
"Target" : "Self",
"TagList":[
"Mech"
]
}
]
}
],
"AbilitySpecials" :
{
//内部参数
"odds" :
{
"Value" : 1
}
}
}