Merge pull request #574 from argonui/necronomicon
Added uses to Necronomicon
This commit is contained in:
commit
5b33d6f7c5
@ -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"
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user