From 8a2b277924d2b816e495feedc75dc95a357cc116 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 13:05:05 +0100 Subject: Fix case --- docs/item_template.md | 114 +++++++++++++++++++++++++------------------------- 1 file changed, 57 insertions(+), 57 deletions(-) (limited to 'docs/item_template.md') diff --git a/docs/item_template.md b/docs/item_template.md index 18749b1..20188ea 100644 --- a/docs/item_template.md +++ b/docs/item_template.md @@ -56,7 +56,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

SoundOverrideSubclass

+

SoundOverrideSubclass

tinyint(3)

signed

 

@@ -83,7 +83,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

Quality

+

Quality

tinyint(3)

unsigned

 

@@ -92,7 +92,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

Flags

+

Flags

bigint(20)

signed

 

@@ -101,7 +101,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

FlagsExtra

+

FlagsExtra

int(10)

unsigned

 

@@ -110,7 +110,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

BuyCount

+

BuyCount

tinyint(3)

unsigned

 

@@ -119,7 +119,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

BuyPrice

+

BuyPrice

bigint(20)

signed

 

@@ -128,7 +128,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

SellPrice

+

SellPrice

int(10)

unsigned

 

@@ -137,7 +137,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

InventoryType

+

InventoryType

tinyint(3)

unsigned

 

@@ -146,7 +146,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

AllowableClass

+

AllowableClass

int(11)

signed

 

@@ -155,7 +155,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

AllowableRace

+

AllowableRace

int(11)

signed

 

@@ -164,7 +164,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

ItemLevel

+

ItemLevel

smallint(5)

unsigned

 

@@ -173,7 +173,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

RequiredLevel

+

RequiredLevel

tinyint(3)

unsigned

 

@@ -182,7 +182,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

RequiredSkill

+

RequiredSkill

smallint(5)

unsigned

 

@@ -191,7 +191,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

RequiredSkillRank

+

RequiredSkillRank

smallint(5)

unsigned

 

@@ -218,7 +218,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

RequiredCityRank

+

RequiredCityRank

mediumint(8)

unsigned

 

@@ -227,7 +227,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

RequiredReputationFaction

+

RequiredReputationFaction

smallint(5)

unsigned

 

@@ -236,7 +236,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

RequiredReputationRank

+

RequiredReputationRank

smallint(5)

unsigned

 

@@ -263,7 +263,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

ContainerSlots

+

ContainerSlots

smallint(5)

unsigned

 

@@ -272,7 +272,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

StatsCount

+

StatsCount

tinyint(3)

unsigned

 

@@ -461,7 +461,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

ScalingStatDistribution

+

ScalingStatDistribution

smallint(6)

signed

 

@@ -470,7 +470,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

ScalingStatValue

+

ScalingStatValue

int(6)

unsigned

 

@@ -614,7 +614,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

RangedModRange

+

RangedModRange

float

signed

 

@@ -650,7 +650,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

spellppmRate_1

+

spellppmRate_1

float

signed

 

@@ -713,7 +713,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

spellppmRate_2

+

spellppmRate_2

float

signed

 

@@ -777,7 +777,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

spellppmRate_3

+

spellppmRate_3

float

signed

 

@@ -840,7 +840,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

spellppmRate_4

+

spellppmRate_4

float

signed

 

@@ -903,7 +903,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

spellppmRate_5

+

spellppmRate_5

float

signed

 

@@ -957,7 +957,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

PageText

+

PageText

mediumint(8)

unsigned

 

@@ -966,7 +966,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

LanguageID

+

LanguageID

tinyint(3)

unsigned

 

@@ -975,7 +975,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

PageMaterial

+

PageMaterial

tinyint(3)

unsigned

 

@@ -1002,7 +1002,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

Material

+

Material

tinyint(4)

signed

 

@@ -1020,7 +1020,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

RandomProperty

+

RandomProperty

mediumint(8)

signed

 

@@ -1029,7 +1029,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

RandomSuffix

+

RandomSuffix

mediumint(8)

unsigned

 

@@ -1056,7 +1056,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

MaxDurability

+

MaxDurability

smallint(5)

unsigned

 

@@ -1074,7 +1074,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

Map

+

Map

smallint(6)

signed

 

@@ -1083,7 +1083,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

BagFamily

+

BagFamily

mediumint(9)

signed

 

@@ -1092,7 +1092,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

TotemCategory

+

TotemCategory

mediumint(9)

signed

 

@@ -1101,7 +1101,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

socketColor_1

+

socketColor_1

tinyint(4)

signed

 

@@ -1110,7 +1110,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

socketContent_1

+

socketContent_1

mediumint(9)

signed

 

@@ -1119,7 +1119,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

socketColor_2

+

socketColor_2

tinyint(4)

signed

 

@@ -1128,7 +1128,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

socketContent_2

+

socketContent_2

mediumint(9)

signed

 

@@ -1137,7 +1137,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

socketColor_3

+

socketColor_3

tinyint(4)

signed

 

@@ -1146,7 +1146,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

socketContent_3

+

socketContent_3

mediumint(9)

signed

 

@@ -1155,7 +1155,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

socketBonus

+

socketBonus

mediumint(9)

signed

 

@@ -1164,7 +1164,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

GemProperties

+

GemProperties

mediumint(9)

signed

 

@@ -1173,7 +1173,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

RequiredDisenchantSkill

+

RequiredDisenchantSkill

smallint(6)

signed

 

@@ -1182,7 +1182,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

ArmorDamageModifier

+

ArmorDamageModifier

float

signed

 

@@ -1191,7 +1191,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

duration

+

duration

int(10)

unsigned

 

@@ -1200,7 +1200,7 @@ Holds information on every item that exists in the game. All items are created f

Duration in seconds

-

ItemLimitCategory

+

ItemLimitCategory

smallint(6)

signed

 

@@ -1209,7 +1209,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

HolidayId

+

HolidayId

int(11)

unsigned

 

@@ -1218,7 +1218,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

ScriptName

+

ScriptName

varchar(64)

signed

 

@@ -1227,7 +1227,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

DisenchantID

+

DisenchantID

mediumint(8)

unsigned

 

@@ -1236,7 +1236,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

FoodType

+

FoodType

tinyint(3)

unsigned

 

@@ -1245,7 +1245,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

minMoneyLoot

+

minMoneyLoot

int(10)

unsigned

 

@@ -1254,7 +1254,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

maxMoneyLoot

+

maxMoneyLoot

int(10)

unsigned

 

@@ -1263,7 +1263,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

flagsCustom

+

flagsCustom

int(10)

unsigned

 

@@ -1272,7 +1272,7 @@ Holds information on every item that exists in the game. All items are created f

 

-

VerifiedBuild (WDBVerified)

+

VerifiedBuild (WDBVerified)

smallint(5)

signed

 

-- cgit