this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Starting to work on ancestry features

+36
+36
data/pf2e/ancestryFeature.json
··· 1 + { 2 + "$schema": "../../schema/schema.json", 3 + "_meta": { 4 + "dateUpdated": "2025-04-25", 5 + "version": "0.0.1" 6 + }, 7 + "ancestryFeature": [ 8 + { 9 + "id": "darkvision", 10 + "name": "Darkvision", 11 + "description": "You can see in darkness and dim light just as well as you can see in bright light, though your vision in darkness is in black and white.", 12 + "effect": { 13 + "type": "giveSense", 14 + "id": "darkvision" 15 + } 16 + }, 17 + { 18 + "id": "clan-dagger", 19 + "name": "Clan Dagger", 20 + "description": "You get one clan dagger for free, as it was given to you at birth. Selling this clan dagger is a terrible taboo and earns you the disdain of other dwarves.", 21 + "effect": { 22 + "type": "giveItem", 23 + "id": "clan-dagger" 24 + } 25 + }, 26 + { 27 + "id": "low-light-vision", 28 + "name": "Low-Light Vision", 29 + "description": "You can see in dim light as though it were bright light, so you ignore the concealed condition due to dim light.", 30 + "effect": { 31 + "type": "giveSense", 32 + "id": "low-light-vision" 33 + } 34 + } 35 + ] 36 + }