From c681fd4d66521fe6bee35bb2fbd9b5855fca3beb Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Thu, 7 Jan 2021 10:30:03 -0300 Subject: docs: Converting from HTML to Markdown part #4 (#333) --- docs/spell_enchant_proc_data.md | 75 ++++++----------------------------------- 1 file changed, 11 insertions(+), 64 deletions(-) (limited to 'docs/spell_enchant_proc_data.md') diff --git a/docs/spell_enchant_proc_data.md b/docs/spell_enchant_proc_data.md index 94495fe..c1a9b5c 100644 --- a/docs/spell_enchant_proc_data.md +++ b/docs/spell_enchant_proc_data.md @@ -8,70 +8,17 @@ **Structure** - ---------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Field

Type

Attributes

Key

Null

Default

Extra

Comment

entry

int(10)

unsigned

 

NO

NULL

 

 

customChance

int(10)

unsigned

 

NO

0

 

 

PPMChance

float

unsigned

 

NO

0

 

 

proxEx

float

unsigned

 

NO

0

 

 

+| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|-------------------|---------|------------|-----|------|---------|-------|---------| +| [entry][1] | int(10) | unsigned | | NO | NULL | | | +| [customChance][2] | int(10) | unsigned | | NO | 0 | | | +| [PPMChance][3] | float | unsigned | | NO | 0 | | | +| [proxEx][4] | float | unsigned | | NO | 0 | | | + +[1]: #entry +[2]: #customchance +[3]: #ppmchance +[4]: #proxex **Description of the fields** -- cgit