gidb-data/English/tcgcharactercards/bennett.json

80 lines
2.1 KiB
JSON
Raw Normal View History

2023-11-12 00:15:41 +03:00
{
"id": 1303,
"name": "Bennett",
"hp": 10,
"maxenergy": 2,
"tags": [
"GCG_TAG_ELEMENT_PYRO",
"GCG_TAG_WEAPON_SWORD",
"GCG_TAG_NATION_MONDSTADT"
],
"tagstext": [
"Pyro",
"Sword",
"Mondstadt"
],
"storytitle": "\"Trial by Fire\" Bennett",
"storytext": "Once you know that you will certainly lose, then you must certainly know the way to win.",
"source": "Reward for inviting Bennett to a duel at The Cat's Tail and claiming victory in a Friendly Fracas with him",
"skills": [
{
"id": 13031,
"name": "Strike of Fortune",
"descriptionraw": "Deals $[D__KEY__DAMAGE] $[D__KEY__ELEMENT].",
"basedamage": 2,
"baseelement": "GCG_ELEMENT_NONE",
"descriptionreplaced": "Deals 2 {SPRITE_PRESET#2100}<color=#FFFFFFFF>Physical DMG</color>.",
"description": "Deals 2 Physical DMG.",
"typetag": "GCG_SKILL_TAG_A",
"type": "Normal Attack",
"playcost": [
{
"costtype": "GCG_COST_DICE_PYRO",
"count": 1
},
{
"costtype": "GCG_COST_DICE_VOID",
"count": 2
}
]
},
{
"id": 13032,
"name": "Passion Overload",
"descriptionraw": "Deals $[D__KEY__DAMAGE] $[D__KEY__ELEMENT].",
"basedamage": 3,
"baseelement": "GCG_ELEMENT_PYRO",
"descriptionreplaced": "Deals 3 {SPRITE_PRESET#2103}<color=#FF9999FF>Pyro DMG</color>.",
"description": "Deals 3 Pyro DMG.",
"typetag": "GCG_SKILL_TAG_E",
"type": "Elemental Skill",
"playcost": [
{
"costtype": "GCG_COST_DICE_PYRO",
"count": 3
}
]
},
{
"id": 13033,
"name": "Fantastic Voyage",
"descriptionraw": "Deals $[D__KEY__DAMAGE] $[D__KEY__ELEMENT], creates 1 <color=#FFFFFFFF>$[C113031]</color>.",
"basedamage": 2,
"baseelement": "GCG_ELEMENT_PYRO",
"descriptionreplaced": "Deals 2 {SPRITE_PRESET#2103}<color=#FF9999FF>Pyro DMG</color>, creates 1 <color=#FFFFFFFF>Inspiration Field</color>.",
"description": "Deals 2 Pyro DMG, creates 1 Inspiration Field.",
"typetag": "GCG_SKILL_TAG_Q",
"type": "Elemental Burst",
"playcost": [
{
"costtype": "GCG_COST_DICE_PYRO",
"count": 4
},
{
"costtype": "GCG_COST_ENERGY",
"count": 2
}
]
}
]
}