forked from Kamalisk/arkhamdb-json-data
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Relics of the Past encounter card
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[ | ||
{ | ||
"back_text": "Hard / Expert\n[skull]: -X. X is 1 more than the number of locations with 1 or more doom on them.\n[cultist]: -2. If you are poisoned, reveal another token.\n[tablet]: -4. Place 1 doom on your location.\n[elder_thing]: -5. After this test resolves, the nearest ready, unengaged [[Serpent]] enemy moves once toward your location.", | ||
"code": "90065", | ||
"double_sided": true, | ||
"encounter_code": "relics_of_the_past", | ||
"encounter_position": 1, | ||
"faction_code": "mythos", | ||
"name": "Relics of the Past", | ||
"pack_code": "rop", | ||
"position": 65, | ||
"quantity": 1, | ||
"text": "Easy / Standard\n[skull]: -X. X is the number of locations with 1 or more doom on them.\n[cultist]: -1. If you are poisoned, reveal another token.\n[tablet]: -3. If you fail, place 1 doom on your location.\n[elder_thing]: -3. If you fail, the nearest ready unengaged [[Serpent]] enemy moves once toward your location.", | ||
"type_code": "scenario" | ||
} | ||
] |