diff options
| author | Hacki95 <62942638+Hacki95@users.noreply.github.com> | 2021-03-30 11:34:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-30 11:34:50 +0200 |
| commit | 3ba0b6a964c0b7b8b7292f6fb3ec6cb2ab85a5d1 (patch) | |
| tree | 318b05740347ff23a81a4c16400edf497cb40442 /docs/creature_classlevelstats.md | |
| parent | 4b60a8689027ff4098f84d13d6a8f8acc6e7ea97 (diff) | |
| download | wiki-3ba0b6a964c0b7b8b7292f6fb3ec6cb2ab85a5d1.tar.gz wiki-3ba0b6a964c0b7b8b7292f6fb3ec6cb2ab85a5d1.tar.bz2 wiki-3ba0b6a964c0b7b8b7292f6fb3ec6cb2ab85a5d1.zip | |
chore(c_t/c_cls): update info (#420)
* creature_template update #1
* creature_template update #2
* creature_template update #3 & creature_classlevelstats
* Typo fix
* Fix Links
* Shorten more links.
* Missed
* Fix creature_classlevelstats aswell
* Fix last links
Diffstat (limited to 'docs/creature_classlevelstats.md')
| -rw-r--r-- | docs/creature_classlevelstats.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/creature_classlevelstats.md b/docs/creature_classlevelstats.md index 683adad..ff7022b 100644 --- a/docs/creature_classlevelstats.md +++ b/docs/creature_classlevelstats.md @@ -46,19 +46,19 @@ Class of the creature. This is a reference to the [unit\_class](creature_templat ### basehp0 -Base health for the creature if creature\_template.exp value is set to 0. This value is multiplied by [creature\_template.Health\_mod](creature_template#creature_template-Health_mod) to determine the creature's final health. +Base health for the creature if creature\_template.exp value is set to 0. This value is multiplied by [creature\_template.Health\_mod](creature_template#health_mod) to determine the creature's final health. ### basehp1 -Base health for the creature if creature\_template.exp value is set to 1. This value is multiplied by [creature\_template.Health\_mod](creature_template#creature_template-Health_mod) to determine the creature's final health. +Base health for the creature if creature\_template.exp value is set to 1. This value is multiplied by [creature\_template.Health\_mod](creature_template#health_mod) to determine the creature's final health. ### basehp2 -Base health for the creature if creature\_template.exp value is set to 2. This value is multiplied by [creature\_template.Health\_mod](creature_template#creature_template-Health_mod) to determine the creature's final health. +Base health for the creature if creature\_template.exp value is set to 2. This value is multiplied by [creature\_template.Health\_mod](creature_template#health_mod) to determine the creature's final health. ### basemana -Base mana for the creature. This value is multiplied by [creature\_template.Mana\_mod](creature_template#creature_template-Mana_mod) to determine the creature's final mana. +Base mana for the creature. This value is multiplied by [creature\_template.Mana\_mod](creature_template#mana_mod) to determine the creature's final mana. ### basearmor @@ -66,23 +66,23 @@ Base armor for the creature. This value is multiplied by creature\_template.Armo ### attackpower -Base attack power for the creature. This value is multiplied by [creature\_template.attackpower](creature_template#creature_template-attackpower) to determine the creature's final attack power. +Base attack power for the creature. ### rangedattackpower -Base ranged attack power for the creature. It is currently unknown what this value is multiplied by to determine the creature's final attack power. Maybe it works the same as attack power and multiplies by [creature\_template.attackpower](creature_template#creature_template-attackpower)? +Base ranged attack power for the creature. ### damage\_base -This field is used for unknown. (Might be the base dmg if exp1 and exp2 is set to 0). +Modifier used to calculate the damage output of a creature. This field is used if a creature's [exp](creature_template#exp) is set to 0. See [DamageModifier](creature_template#damagemodifier) for more information. ### damage\_exp1 -Min damage. This will increase/decrease by creature\_template.damagemodifier. +Modifier used to calculate the damage output of a creature. This field is used if a creature's [exp](creature_template#exp) is set to 1. See [DamageModifier](creature_template#damagemodifier) for more information. ### damage\_exp2 -Max damage This will increase/decrease by creature\_template.damagemodifier. +Modifier used to calculate the damage output of a creature. This field is used if a creature's [exp](creature_template#exp) is set to 2. See [DamageModifier](creature_template#damagemodifier) for more information. ### comment |
