32 lines
605 B
YAML
32 lines
605 B
YAML
- type: species
|
|
id: Human
|
|
name: Human
|
|
roundStart: true
|
|
prototype: MobHuman
|
|
dollPrototype: MobHumanDummy
|
|
skinColoration: HumanToned
|
|
|
|
- type: species
|
|
id: Dwarf
|
|
name: Dwarf
|
|
roundStart: true
|
|
prototype: MobDwarf
|
|
dollPrototype: MobDwarfDummy
|
|
skinColoration: HumanToned
|
|
|
|
- type: species
|
|
id: Reptilian
|
|
name: Reptilian
|
|
roundStart: false
|
|
prototype: MobReptilian
|
|
dollPrototype: MobReptilianDummy
|
|
skinColoration: Hues
|
|
|
|
- type: species
|
|
id: SlimePerson
|
|
name: Slime Person
|
|
roundStart: true
|
|
prototype: MobSlimePerson
|
|
dollPrototype: MobSlimePersonDummy
|
|
skinColoration: Hues
|