mr:chaos_shield_left_buff
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:chaos_shield_left_buff [2026/06/06 20:21] – Wiki maintenance: Fix compliance issues in 5 random pages Qwen Assistant | mr:chaos_shield_left_buff [2026/06/06 20:25] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Chaos Shield Left Buff - Code References ====== | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | These strings are referenced in the Lua script but are defined in the main game resources: | ||
| + | * English: [[https:// | ||
| + | * Russian: [[https:// | ||
| + | * And other language files as appropriate | ||
| + | |||
| + | ===== Related Files ===== | ||
| + | * Lua library: [[https:// | ||
| + | * Shield recharge mechanics: [[https:// | ||
| + | * Related to Chaos Shield item: [[https:// | ||
| + | * Common classes library: [[https:// | ||
| + | |||
| + | ===== Key Properties from Code ===== | ||
| + | **Buff Name in Code:** " | ||
| + | |||
| + | **Chaotic Effects on Block:** | ||
| + | When the Chaos Shield successfully blocks an attack, one of six random effects occurs: | ||
| + | * **Heal Bearer**: Heals the shield bearer for the blocked damage amount (10% chance to double heal) | ||
| + | * **Damage Enemy**: Damages the attacker for the blocked damage amount (10% chance to double damage) | ||
| + | * **Clone Enemy**: Creates a clone of the enemy in an adjacent cell | ||
| + | * **Buff Bearer**: Applies a random beneficial buff (ManaShield, | ||
| + | * **Curse Enemy**: Applies a random debuff (Poison, Ooze, Charm, Slow, Sleep, Roots, Amok, Bleeding, Necrotism, Terror, Paralysis, Cripple, Stun) | ||
| + | * **Turn to Sheep**: Transforms the enemy into a Sheep for 3-5 turns (bosses immune) | ||
| + | |||
| + | **Shield Mechanics: | ||
| + | * Two states: " | ||
| + | * Block chance based on shield level and hero STR | ||
| + | * Damage reduction based on shield level and item level | ||
| + | * Recharge time and wait-after-block time calculated by shields.lua library | ||
| + | |||
| + | ===== Code References ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * Sprite: `items/ | ||
| + | |||
| + | {{tag> mr buffs chaos reference machine-readable}} | ||
mr/chaos_shield_left_buff.txt · Last modified: by 127.0.0.1
