···11+{
22+ "$schema": "../../schema/schema.json",
33+ "_meta": {
44+ "dateUpdated": "2025-04-25",
55+ "version": "0.0.1"
66+ },
77+ "ancestryFeature": [
88+ {
99+ "id": "darkvision",
1010+ "name": "Darkvision",
1111+ "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.",
1212+ "effect": {
1313+ "type": "giveSense",
1414+ "id": "darkvision"
1515+ }
1616+ },
1717+ {
1818+ "id": "clan-dagger",
1919+ "name": "Clan Dagger",
2020+ "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.",
2121+ "effect": {
2222+ "type": "giveItem",
2323+ "id": "clan-dagger"
2424+ }
2525+ },
2626+ {
2727+ "id": "low-light-vision",
2828+ "name": "Low-Light Vision",
2929+ "description": "You can see in dim light as though it were bright light, so you ignore the concealed condition due to dim light.",
3030+ "effect": {
3131+ "type": "giveSense",
3232+ "id": "low-light-vision"
3333+ }
3434+ }
3535+ ]
3636+}