Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

...

Field

Type

Attributes

Key

Null

Default

Extra

Comment

Pool pool tc2_id

mediumint(8)

unsigned

PRI

NO

0

 

 

Pool mother_pool tc2

mediumint(8)

unsigned

 

NO

0

 

 

Pool pool tc2chance

float

signed

 

NO

0

 

 

Pool pool tc2description

varchar(255)

signed

 

YES

NULL

 

 

Description of the fields

pool_id

The ID of the pool_template that you want to include in this "pool of pools" as a child pool.

mother_pool

The ID of the pool_template that defines this "pool of pools".

chance

The explicit percentage chance that this child pool will be spawned.

...

In case the mother pool spawns just one child pool and all the child pools have a nonzero chance, the sum of the chances for all the child pools must equal to 100, otherwise the mother pool won't function correctly.

description

A text field to describe what this pool of pools is for.