more metadata

This commit is contained in:
Chr1Z93 2024-06-05 19:45:13 +02:00
parent 09905b602a
commit 1e3f193144
4 changed files with 49 additions and 3 deletions

View File

@ -7,5 +7,12 @@
"level": 2, "level": 2,
"traits": "Ritual.", "traits": "Ritual.",
"combatIcons": 1, "combatIcons": 1,
"uses": [
{
"count": 1,
"type": "PlayItem",
"token": "universalActionAbility"
}
],
"cycle": "The Scarlet Keys" "cycle": "The Scarlet Keys"
} }

View File

@ -6,6 +6,13 @@
"level": 0, "level": 0,
"traits": "Gambit.", "traits": "Gambit.",
"agilityIcons": 1, "agilityIcons": 1,
"uses": [
{
"count": 1,
"type": "Universal",
"token": "universalActionAbility"
}
],
"customizations": [ "customizations": [
{ {
"name": "Reflex Response", "name": "Reflex Response",
@ -48,7 +55,16 @@
{ {
"name": "Force of Habit", "name": "Force of Habit",
"xp": 5, "xp": 5,
"text": "When you play Honed Instinct, you may take 2 actions instead of 1 (one at a time). Then, remove it from the game." "text": "When you play Honed Instinct, you may take 2 actions instead of 1 (one at a time). Then, remove it from the game.",
"replaces": {
"uses": [
{
"count": 2,
"type": "Universal",
"token": "universalActionAbility"
}
]
}
} }
], ],
"cycle": "The Scarlet Keys" "cycle": "The Scarlet Keys"

View File

@ -7,6 +7,13 @@
"level": 0, "level": 0,
"traits": "Summon.", "traits": "Summon.",
"willpowerIcons": 1, "willpowerIcons": 1,
"uses": [
{
"count": 1,
"type": "Universal",
"token": "universalActionAbility"
}
],
"customizations": [ "customizations": [
{ {
"name": "Armored Carapace", "name": "Armored Carapace",
@ -46,7 +53,16 @@
{ {
"name": "Dæmonic Influence", "name": "Dæmonic Influence",
"xp": 5, "xp": 5,
"text": "Summoned Servitor can take 2 different actions instead of 1 during each of your turns." "text": "Summoned Servitor can take 2 different actions instead of 1 during each of your turns.",
"replaces": {
"uses": [
{
"count": 2,
"type": "Universal",
"token": "universalActionAbility"
}
]
}
} }
], ],
"cycle": "The Scarlet Keys" "cycle": "The Scarlet Keys"

View File

@ -3,5 +3,12 @@
"type": "Event", "type": "Event",
"class": "Mystic", "class": "Mystic",
"traits": "Augury.", "traits": "Augury.",
"uses": [
{
"count": 1,
"type": "Universal",
"token": "universalActionAbility"
}
],
"cycle": "The Dream-Eaters" "cycle": "The Dream-Eaters"
} }