====== Hide In Grass Spell - Code References ====== ===== Java Classes ===== This entity is implemented in Lua, no Java class exists ===== JSON Configuration ===== This entity is implemented in Lua, no JSON configuration exists ===== String Resources ===== Hide-In-Grass You perfected your Hide-and-seek mastery. Even I can't hide in plain sight. Спрятаться в траве Вы усовершенствовали своё мастерство прятания. Даже я не могу спрятаться на виду. ===== Lua Scripts ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/HideInGrass.lua|HideInGrass.lua]] - Main spell implementation * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/buffs/Cloak.lua|Cloak.lua]] - Buff applied by the spell ===== Usage in Code ===== * Spell is associated with Elf class and Elf affinity * Requires GRASS or HIGH_GRASS terrain to cast * Applies Cloak buff for duration based on caster's skill level * Uses "hide_in_grass" visual effect * Failure message when not on grass terrain: "Even I can't hide in plain sight."