Skip to content

Commit 7f06e9f

Browse files
aapocalypseAArisengithub-actions[bot]Qrox
authored
Add tarot cards and Ouija board (#73752)
* Update fluff.json Adds tarot cards as a variant of playing cards. Adds Ouija board to list of board games. * Update fluff.json Adds tarot cards as a variant of the deck of cards. Adds Ouija board to pool of board games. * Update fluff.json Fix hard crash * Update data/json/items/fluff.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update data/json/items/fluff.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update data/json/items/fluff.json Co-authored-by: Jianxiang Wang (王健翔) <qrox@sina.com> * Update data/json/items/fluff.json Co-authored-by: Jianxiang Wang (王健翔) <qrox@sina.com> * Update data/json/items/fluff.json Co-authored-by: Jianxiang Wang (王健翔) <qrox@sina.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jianxiang Wang (王健翔) <qrox@sina.com>
1 parent 731bdaa commit 7f06e9f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

data/json/items/fluff.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@
6161
"description": "A set of cards meant to play the game \"Sorcery.\" Each card has a fun picture of a different monster.",
6262
"weight": 2
6363
},
64+
{
65+
"id": "deck_of_tarot_cards",
66+
"name": { "str": "deck of tarot cards", "str_pl": "decks of tarot cards" },
67+
"description": "A deck of tarot cards. Commonly used for the practice of divination. Each card has a unique and highly symbolic picture.",
68+
"weight": 2
69+
},
6470
{
6571
"id": "deck_of_cards_makeshift",
6672
"name": { "str": "makeshift deck of cards", "str_pl": "makeshift decks of cards" },
@@ -640,6 +646,23 @@
640646
"flags": [ "NO_REPAIR" ],
641647
"use_action": [ "PLAY_GAME" ]
642648
},
649+
{
650+
"id": "ouija",
651+
"type": "GENERIC",
652+
"category": "other",
653+
"name": { "str": "Ouija board" },
654+
"description": "A wooden board with the alphabet and numbers on its face. Commonly used for communing with spirits of the dead. A planchette is included in the set.",
655+
"weight": "357 g",
656+
"volume": "1000 ml",
657+
"longest_side": "36 cm",
658+
"price": "20 USD",
659+
"price_postapoc": "5 USD",
660+
"material": [ "wood" ],
661+
"symbol": "?",
662+
"color": "red",
663+
"flags": [ "NO_REPAIR" ],
664+
"use_action": [ "PLAY_GAME" ]
665+
},
643666
{
644667
"id": "dnd",
645668
"type": "GENERIC",

0 commit comments

Comments
 (0)