gidb-data/English/tcgcharactercards/diluc.json

80 lines
2.2 KiB
JSON
Raw Permalink Normal View History

2023-11-12 00:15:41 +03:00
{
"id": 1301,
"name": "Diluc",
"hp": 10,
"maxenergy": 3,
"tags": [
"GCG_TAG_ELEMENT_PYRO",
"GCG_TAG_WEAPON_CLAYMORE",
"GCG_TAG_NATION_MONDSTADT"
],
"tagstext": [
"Pyro",
"Claymore",
"Mondstadt"
],
"storytitle": "\"Dark Side of Dawn\" Diluc",
"storytext": "His heart is his greatest foe.",
"source": "Obtained from the initial deck",
"skills": [
{
"id": 13011,
"name": "Tempered Sword",
"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": 13012,
"name": "Searing Onslaught",
"descriptionraw": "Deals $[D__KEY__DAMAGE] $[D__KEY__ELEMENT]. For the third use of this Skill each Round, deals +2 DMG.",
"basedamage": 3,
"baseelement": "GCG_ELEMENT_PYRO",
"descriptionreplaced": "Deals 3 {SPRITE_PRESET#2103}<color=#FF9999FF>Pyro DMG</color>. For the third use of this Skill each Round, deals +2 DMG.",
"description": "Deals 3 Pyro DMG. For the third use of this Skill each Round, deals +2 DMG.",
"typetag": "GCG_SKILL_TAG_E",
"type": "Elemental Skill",
"playcost": [
{
"costtype": "GCG_COST_DICE_PYRO",
"count": 3
}
]
},
{
"id": 13013,
"name": "Dawn",
"descriptionraw": "Deals $[D__KEY__DAMAGE] $[D__KEY__ELEMENT]. This character gains <color=#FFFFFFFF>$[C113011]</color>.",
"basedamage": 8,
"baseelement": "GCG_ELEMENT_PYRO",
"descriptionreplaced": "Deals 8 {SPRITE_PRESET#2103}<color=#FF9999FF>Pyro DMG</color>. This character gains <color=#FFFFFFFF>Pyro Infusion</color>.",
"description": "Deals 8 Pyro DMG. This character gains Pyro Infusion.",
"typetag": "GCG_SKILL_TAG_Q",
"type": "Elemental Burst",
"playcost": [
{
"costtype": "GCG_COST_DICE_PYRO",
"count": 4
},
{
"costtype": "GCG_COST_ENERGY",
"count": 3
}
]
}
]
}