Changes
Page history
added StatModifiers
authored
Jan 29, 2025
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Archetypes.md
View page @
d3c1cd8c
...
...
@@ -16,6 +16,7 @@ The example pack generates a `classes.yml` file which contains several simple ex
| Display | The proper display name of this archetype, such as 'Wizard' |
| Description | The description of the archetype |
| BaseStats | A list of base stats for this archetype |
| StatModifiers | Unlike base stats, these will apply on top of a player's stats and can stack with other archetypes |
| [SpellUnlocks] | A list of spells unlocked by this archetype |
| InitSkills | A list of skills called when a player gains this class |
| QuitSkills | A list of skills called when a player loses this class |
...
...
@@ -47,6 +48,8 @@ TestArchetype:
ExperienceSource
:
MOBS
BaseStats
:
-
HEALTH '20 + 5L'
StatModifiers
:
-
HEALTH 2 ADDITIVE_MULTIPLIER
InitSkills
:
[]
QuitSkills
:
[]
Bindings
:
...
...
...
...