Skip to content

Commit

Permalink
Merge pull request #264 from majkus522/mistress
Browse files Browse the repository at this point in the history
Add 4.4 weapons and outfits
  • Loading branch information
M4GICB authored May 14, 2024
2 parents 6d7f29b + 7847fd9 commit 56454a5
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 3 deletions.
12 changes: 11 additions & 1 deletion assets/data/characters/ganyu/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,15 @@
}
],
"vision_key": "CRYO",
"weapon_type": "BOW"
"weapon_type": "BOW",
"outfits": [
{
"type": "Themed",
"name": "Twilight Blossom",
"description": "A light and graceful festive outfit accented mainly in black nightshade and cerulean blue. Its hair accessory is as radiant as the Qingxin — a pairing that Ganyu is most fond of.",
"rarity": 4,
"price": 1680,
"image": "outfit-twilight-blossom"
}
]
}
12 changes: 11 additions & 1 deletion assets/data/characters/shenhe/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,15 @@
}
],
"vision_key": "CRYO",
"weapon_type": "POLEARM"
"weapon_type": "POLEARM",
"outfits": [
{
"type": "Themed",
"name": "Frostflower Dew",
"description": "This Lantern Rite gift that Shenhe received is a set of elegant formal attire that her master, Cloud Retainer had commissioned for her. Red ropes still adorn her arms, but the bitter cold in Shenhe's heart has faded.",
"rarity": 4,
"price": 1680,
"image": "outfit-frostflower-dew"
}
]
}
11 changes: 10 additions & 1 deletion assets/data/characters/xingqiu/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,14 @@
}
],
"vision_key": "HYDRO",
"weapon_type": "SWORD"
"weapon_type": "SWORD",
"outfits": [
{
"type": "Themed",
"name": "Bamboo Rain",
"description": "Formal wear prepared by the Feiyun Commerce Guild for Xingqiu. The bamboo prints are refined and the cut is most flattering, but Xingqiu's favorite aspect of the outfit is its inner pockets, into which a thinner novel might be stuffed.",
"rarity": 4,
"image": "outfit-bamboo-rain"
}
]
}
12 changes: 12 additions & 0 deletions assets/data/weapons/crane-s-echoing-call/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Crane's Echoing Call",
"type": "Catalyst",
"rarity": 5,
"baseAttack": 49,
"subStat": "ATK",
"passiveName": "Cloudfall Axiom",
"passiveDesc": "After the equipping character hits an opponent with a Plunging Attack, all nearby party members' Plunging Attacks will deal 28% increased DMG for 20s. When nearby party members hit opponents with Plunging Attacks, they will restore 2.5/2.75/3/3.25/3.5 Energy to the equipping character. Energy can restored this way every 0.7s. This energy regain effect can be triggered even if the equipping character is not on the field.",
"location": "Gacha",
"ascensionMaterial": "elixir"
}

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added assets/images/weapons/crane-s-echoing-call/icon
Binary file not shown.

0 comments on commit 56454a5

Please sign in to comment.