complete regen of hero classes, spells, races, etc
This commit is contained in:
14
app/game/templates/races/avaline.yaml
Normal file
14
app/game/templates/races/avaline.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
id: avaline
|
||||
name: Avaline
|
||||
description: A good and fair creature that many feel is divine, it's both powerful and intelligent.
|
||||
alignment: 100
|
||||
ability_mods:
|
||||
STR: 5
|
||||
DEX: 0
|
||||
INT: 3
|
||||
WIS: 1
|
||||
LUK: -2
|
||||
CHA: -1
|
||||
CON: 0
|
||||
tags:
|
||||
- playable
|
||||
14
app/game/templates/races/beastfolk.yaml
Normal file
14
app/game/templates/races/beastfolk.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
id: beastfolk
|
||||
name: Beastfolk
|
||||
description: Humanoid creatures who are intelligent and fair natured. Half Terran / Half beast.
|
||||
alignment: 50
|
||||
ability_mods:
|
||||
STR: 3
|
||||
DEX: 5
|
||||
INT: 1
|
||||
WIS: -2
|
||||
LUK: -1
|
||||
CHA: 0
|
||||
CON: 1
|
||||
tags:
|
||||
- playable
|
||||
14
app/game/templates/races/draconian.yaml
Normal file
14
app/game/templates/races/draconian.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
id: draconian
|
||||
name: Draconian
|
||||
description: Draconians are massive, fire-breathing humanoids with scaly skin and noble heritage
|
||||
alignment: 0
|
||||
ability_mods:
|
||||
STR: 5
|
||||
DEX: -1
|
||||
INT: 3
|
||||
WIS: 1
|
||||
LUK: -2
|
||||
CHA: 0
|
||||
CON: 1
|
||||
tags:
|
||||
- playable
|
||||
14
app/game/templates/races/dwarf.yaml
Normal file
14
app/game/templates/races/dwarf.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
id: dwarf
|
||||
name: Dwarf
|
||||
description: Dwarves are stout, bearded, and skilled in mining, smithing, and engineering, often living in underground kingdoms
|
||||
alignment: 50
|
||||
ability_mods:
|
||||
STR: 5
|
||||
DEX: -2
|
||||
INT: 0
|
||||
WIS: -1
|
||||
LUK: 1
|
||||
CHA: 1
|
||||
CON: 3
|
||||
tags:
|
||||
- playable
|
||||
14
app/game/templates/races/elf.yaml
Normal file
14
app/game/templates/races/elf.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
id: elf
|
||||
name: Elf
|
||||
description: Elves are mythological beings, often depicted as tall, slender, and agile, with pointed ears, and magical abilities.
|
||||
alignment: 50
|
||||
ability_mods:
|
||||
STR: -2
|
||||
DEX: 5
|
||||
INT: 3
|
||||
WIS: 0
|
||||
LUK: 1
|
||||
CHA: 1
|
||||
CON: -1
|
||||
tags:
|
||||
- playable
|
||||
14
app/game/templates/races/hellion.yaml
Normal file
14
app/game/templates/races/hellion.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
id: hellion
|
||||
name: Hellion
|
||||
description: A creature from the darkest reaches of the shadow, evil.
|
||||
alignment: -50
|
||||
ability_mods:
|
||||
STR: 3
|
||||
DEX: 1
|
||||
INT: 1
|
||||
WIS: 0
|
||||
LUK: -2
|
||||
CHA: 5
|
||||
CON: -1
|
||||
tags:
|
||||
- playable
|
||||
14
app/game/templates/races/terran.yaml
Normal file
14
app/game/templates/races/terran.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
id: terran
|
||||
name: Terran
|
||||
description: Common folk of the land, similar to what some have called Human.
|
||||
alignment: 0
|
||||
ability_mods:
|
||||
STR: 1
|
||||
DEX: 3
|
||||
INT: 0
|
||||
WIS: -2
|
||||
LUK: 5
|
||||
CHA: 1
|
||||
CON: -1
|
||||
tags:
|
||||
- playable
|
||||
14
app/game/templates/races/vorgath.yaml
Normal file
14
app/game/templates/races/vorgath.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
id: vorgath
|
||||
name: Vorgath
|
||||
description: A monstrous creature that's both powerful and intelligent, it's terrifying.
|
||||
alignment: -100
|
||||
ability_mods:
|
||||
STR: 5
|
||||
DEX: 3
|
||||
INT: 1
|
||||
WIS: 0
|
||||
LUK: -1
|
||||
CHA: -2
|
||||
CON: 3
|
||||
tags:
|
||||
- playable
|
||||
Reference in New Issue
Block a user