···11{
22 "$schema": "../../schema/schema.json",
33 "_meta": {
44- "dateUpdated": "2025-04-25",
44+ "dateUpdated": "2025-06-27",
55 "version": "0.0.1"
66 },
77 "ancestryFeature": [
···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- }
1212+ "effect": [
1313+ {
1414+ "type": "giveSense",
1515+ "id": "darkvision"
1616+ }
1717+ ]
1618 },
1719 {
1820 "id": "clan-dagger",
1921 "name": "Clan Dagger",
2022 "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- }
2323+ "effect": [
2424+ {
2525+ "type": "giveItem",
2626+ "id": "clan-dagger"
2727+ }
2828+ ]
2529 },
2630 {
2731 "id": "low-light-vision",
2832 "name": "Low-Light Vision",
2933 "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+ "effect": [
3535+ {
3636+ "type": "giveSense",
3737+ "id": "low-light-vision"
3838+ }
3939+ ]
3440 }
3541 ]
3642}