From 700c998f49255b0d7b844363d23509cfedc68865 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 12:57:10 +0100 Subject: Fix anchors --- docs/creature_classlevelstats.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/creature_classlevelstats.md') diff --git a/docs/creature_classlevelstats.md b/docs/creature_classlevelstats.md index 8e76700..7ea0ad3 100644 --- a/docs/creature_classlevelstats.md +++ b/docs/creature_classlevelstats.md @@ -23,70 +23,70 @@ This table contains the base values for creature health, mana, armor, attack pow

Default

-

level

+

level

tinyint(3)

unsigned

NO

NULL

-

class

+

class

tinyint(3)

unsigned

NO

NULL

-

basehp0

+

basehp0

smallint(5)

unsigned

NO

1

-

basehp1

+

basehp1

smallint(5)

unsigned

NO

1

-

basehp2

+

basehp2

smallint(5)

unsigned

NO

1

-

basemana

+

basemana

smallint(5)

unsigned

NO

0

-

basearmor

+

basearmor

smallint(5)

unsigned

NO

1

-attackpower +attackpower smallint(5) unsigned NO 0 -rangedattackpower +rangedattackpower smallint(5) unsigned NO 0 -damage_base +damage_base float
@@ -94,7 +94,7 @@ This table contains the base values for creature health, mana, armor, attack pow 0 -damage_exp1 +damage_exp1 float
@@ -102,7 +102,7 @@ This table contains the base values for creature health, mana, armor, attack pow 0 -damage_exp2 +damage_exp2 float
@@ -110,7 +110,7 @@ This table contains the base values for creature health, mana, armor, attack pow 0 -comment +comment text
-- cgit