Home · skill · Fists_LightMonk_Passive
Properties
- status
- QA
- type
- WeaponPassive
- nature
- Passive
Referenced by
item (1)
Raw data
{
"status": "QA",
"gfx": {
"file": "UI/icons/atlas_weapon_Fists_96PX.png",
"size": 48,
"x": 18,
"y": 0,
"width": 2,
"height": 2
},
"id": "Fists_LightMonk_Passive",
"type": "WeaponPassive",
"nature": "Passive",
"texts": {
"name": "Inner Peace",
"desc": "Your [WeaponSkill]s grant you a [Shield] absorbing ::ref_shield:: for ::ref_duration::.",
"rankDescs": [
{
"rank": 2,
"desc": "[Shield] increased by ::var1%::.",
"flags": 1
},
{
"rank": 3,
"desc": "This [Shield] increases your [DodgeChance] by ::ref_val1%::.",
"flags": 0
}
],
"refs": {
"ref": "Fists_LightMonk_Passive_Shield"
}
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {},
"vars": {
"var1": 0.25,
"time": 2,
"var2": 0.03
},
"script": "function onSkillProc(skill) {\n\tif (skill.isWeaponSkill) {\n\t\taddStatus(owner, Skill.Fists_LightMonk_Passive_Shield);\n\t}\n}",
"_xrefs": [
{
"from_sheet": "item",
"from_id": "Fists_LightMonk",
"via_field": "skills"
}
]
}