Merge pull request #574 from argonui/necronomicon

Added uses to Necronomicon
This commit is contained in:
BootleggerFinn 2024-02-06 15:29:38 -06:00 committed by GitHub
commit 5b33d6f7c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 0 deletions

View File

@ -4,6 +4,13 @@
"slot": "Hand", "slot": "Hand",
"class": "Neutral", "class": "Neutral",
"traits": "Item. Tome.", "traits": "Item. Tome.",
"uses": [
{
"count": 3,
"type": "Horror",
"token": "horror"
}
],
"weakness": true, "weakness": true,
"cycle": "Standalone" "cycle": "Standalone"
} }

View File

@ -7,6 +7,13 @@
"slot": "Hand", "slot": "Hand",
"class": "Neutral", "class": "Neutral",
"traits": "Item. Tome.", "traits": "Item. Tome.",
"uses": [
{
"count": 3,
"type": "Horror",
"token": "horror"
}
],
"weakness": true, "weakness": true,
"cycle": "Core" "cycle": "Core"
} }