Add world content: warden class, druids guild, sylvan race, town expansion, whispering_woods region
Made-with: Cursor
This commit is contained in:
46
world/races/sylvan.toml
Normal file
46
world/races/sylvan.toml
Normal file
@@ -0,0 +1,46 @@
|
||||
name = "Sylvan"
|
||||
description = "Graceful and elegant, the Sylvan are children of the forest, deeply connected to the natural world. They possess a natural affinity for magic and a deep understanding of nature's secrets."
|
||||
metarace = "fey"
|
||||
|
||||
[stats]
|
||||
strength = -1
|
||||
dexterity = 2
|
||||
constitution = -1
|
||||
intelligence = 2
|
||||
wisdom = 3
|
||||
perception = 2
|
||||
charisma = 1
|
||||
|
||||
[body]
|
||||
size = "medium"
|
||||
weight = 120
|
||||
slots = ["head", "neck", "torso", "arms", "hands", "waist", "legs", "feet", "finger_left", "finger_right", "main_hand", "off_hand"]
|
||||
|
||||
[natural]
|
||||
armor = 1
|
||||
|
||||
traits = ["nature_affinity", "low_light_vision", "fey_ancestry", "speak_with_animals"]
|
||||
disadvantages = ["vulnerable_to_cold_iron", "conspicuous_in_non-forest_areas"]
|
||||
|
||||
[resistances]
|
||||
magical = 0.5
|
||||
physical = 1.0
|
||||
poison = 0.5
|
||||
|
||||
[regen]
|
||||
hp = 1.2
|
||||
mana = 1.5
|
||||
endurance = 1.0
|
||||
|
||||
[guild_compatibility]
|
||||
good = ["druid", "ranger", "mage"]
|
||||
average = ["cleric", "thief"]
|
||||
poor = ["warrior", "berserker"]
|
||||
restricted = ["monk"]
|
||||
|
||||
[misc]
|
||||
lifespan = 1000
|
||||
diet = "omnivore"
|
||||
xp_rate = 1.0
|
||||
natural_terrain = ["forests", "glades"]
|
||||
vision = ["normal", "low_light_vision"]
|
||||
Reference in New Issue
Block a user