Skip to content

Commit

Permalink
Add tarot cards and Ouija board (CleverRaven#73752)
Browse files Browse the repository at this point in the history
* 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 (王健翔) <[email protected]>

* Update data/json/items/fluff.json

Co-authored-by: Jianxiang Wang (王健翔) <[email protected]>

* Update data/json/items/fluff.json

Co-authored-by: Jianxiang Wang (王健翔) <[email protected]>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jianxiang Wang (王健翔) <[email protected]>
  • Loading branch information
3 people authored May 15, 2024
1 parent 731bdaa commit 7f06e9f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions data/json/items/fluff.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@
"description": "A set of cards meant to play the game \"Sorcery.\" Each card has a fun picture of a different monster.",
"weight": 2
},
{
"id": "deck_of_tarot_cards",
"name": { "str": "deck of tarot cards", "str_pl": "decks of tarot cards" },
"description": "A deck of tarot cards. Commonly used for the practice of divination. Each card has a unique and highly symbolic picture.",
"weight": 2
},
{
"id": "deck_of_cards_makeshift",
"name": { "str": "makeshift deck of cards", "str_pl": "makeshift decks of cards" },
Expand Down Expand Up @@ -640,6 +646,23 @@
"flags": [ "NO_REPAIR" ],
"use_action": [ "PLAY_GAME" ]
},
{
"id": "ouija",
"type": "GENERIC",
"category": "other",
"name": { "str": "Ouija board" },
"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.",
"weight": "357 g",
"volume": "1000 ml",
"longest_side": "36 cm",
"price": "20 USD",
"price_postapoc": "5 USD",
"material": [ "wood" ],
"symbol": "?",
"color": "red",
"flags": [ "NO_REPAIR" ],
"use_action": [ "PLAY_GAME" ]
},
{
"id": "dnd",
"type": "GENERIC",
Expand Down

0 comments on commit 7f06e9f

Please sign in to comment.