From ec47edaa4dcd512b74bfd0452f94baa4f974164e Mon Sep 17 00:00:00 2001 From: letorruella <=> Date: Sun, 1 Dec 2024 20:21:41 -0500 Subject: [PATCH] Added required BaseCombatStat field --- source/guides/red_panda.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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" + } + ] } }