diff --git a/source/guides/red_panda.rst b/source/guides/red_panda.rst index ccf040b..e62d53e 100644 --- a/source/guides/red_panda.rst +++ b/source/guides/red_panda.rst @@ -79,7 +79,14 @@ Let's implement it with an underscore property: "AttackDamage": 3, "AttackSpeed": 1, "Defence": 1, - "HitChance": 0.9 + "HitChance": 0.9, + "SpecialHits": [ + { + "Chance": 0.1, + "HitType": "Poison", + "Target": "Target" + } + ] } }