|
13 | 13 | "points": 1, |
14 | 14 | "visibility": 2, |
15 | 15 | "description": "Elves might say you are short-lived, and goblins might say you are strong, but the one thing humans really are is tenacious. Hopefully that will serve you well after the Cataclysm.", |
| 16 | + "empathize_with": [ "GOBLIN", "RAVENFOLK", "LIZARDFOLK", "ELF", "DWARF", "HUMAN" ], |
16 | 17 | "flags": [ "HERITAGE" ] |
17 | 18 | }, |
18 | 19 | { |
|
183 | 184 | "ugliness": 0, |
184 | 185 | "description": "Dwarves are smaller than humans, the better to deal with confined spaces underground, but as solid as the mountains (+2 STR, -1 DEX).", |
185 | 186 | "category": [ "SPECIES_DWARF" ], |
| 187 | + "empathize_with": [ "GOBLIN", "RAVENFOLK", "LIZARDFOLK", "ELF", "DWARF", "HUMAN" ], |
186 | 188 | "enchantments": [ |
187 | 189 | { |
188 | 190 | "values": [ |
|
328 | 330 | "description": "Elves are more lithe and frail than humans, but possess an almost otherworldly grace (-1 STR, +2 DEX).", |
329 | 331 | "category": [ "SPECIES_ELF" ], |
330 | 332 | "threshreq": [ "THRESH_SPECIES_ELF" ], |
| 333 | + "empathize_with": [ "GOBLIN", "RAVENFOLK", "LIZARDFOLK", "ELF", "DWARF", "HUMAN" ], |
331 | 334 | "enchantments": [ |
332 | 335 | { |
333 | 336 | "condition": "ALWAYS", |
|
552 | 555 | "category": [ "SPECIES_GOBLIN" ], |
553 | 556 | "anger_relations": [ [ "WARG", -90 ] ], |
554 | 557 | "spells_learned": [ [ "goblin_tame_warg_spell", 1 ] ], |
| 558 | + "empathize_with": [ "GOBLIN", "RAVENFOLK", "LIZARDFOLK", "ELF", "DWARF", "HUMAN" ], |
555 | 559 | "enchantments": [ |
556 | 560 | { |
557 | 561 | "values": [ |
|
653 | 657 | "ugliness": 0, |
654 | 658 | "description": "Lizardfolk are taller and stronger than humans but not much thicker and are surprisingly fast for their size (+1 STR, +1 DEX).", |
655 | 659 | "category": [ "SPECIES_LIZARDFOLK" ], |
| 660 | + "empathize_with": [ "GOBLIN", "RAVENFOLK", "LIZARDFOLK", "ELF", "DWARF", "HUMAN" ], |
656 | 661 | "enchantments": [ |
657 | 662 | { "condition": { "u_has_trait": "SLIT_NOSTRILS" }, "encumbrance_modifier": [ { "part": "mouth", "add": -10 } ] }, |
658 | 663 | { "condition": { "u_has_trait": "SCALES" }, "encumbrance_modifier": [ { "part": "mouth", "add": -1 } ] }, |
|
788 | 793 | "description": "Ravenfolk are about the same size as humans, though their feathers and wings obviously set them apart.", |
789 | 794 | "category": [ "SPECIES_RAVENFOLK" ], |
790 | 795 | "enchantments": [ { "values": [ { "value": "WEIGHT", "multiply": -0.25 } ] } ], |
| 796 | + "empathize_with": [ "GOBLIN", "RAVENFOLK", "LIZARDFOLK", "ELF", "DWARF", "HUMAN" ], |
791 | 797 | "flags": [ "HERITAGE" ] |
792 | 798 | }, |
793 | 799 | { |
|
0 commit comments