Skip to content

Commit

Permalink
Merge pull request #288 from myun11/character-images
Browse files Browse the repository at this point in the history
Character images
  • Loading branch information
man90es authored Jul 20, 2024
2 parents 3e59c1e + db6a595 commit 9ea2cbd
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/data/characters/collei/en.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Collei",
"title": "",
"title": "Sprout of Rebirth",
"vision": "Dendro",
"weapon": "Bow",
"gender": "Female",
Expand Down
56 changes: 53 additions & 3 deletions assets/data/characters/tighnari/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,41 @@
"value": "114% / 142%"
}
],
"type": "NORMAL_ATTACK"
"type": "NORMAL_ATTACK",
"attribute-scaling" : [
{
"name" : "1-Hit DMG",
"value" : "44.63 48.27 51.9 57.09 60.72 64.88 70.58 76.29 82 88.23 94.46"
},
{
"name" : "2-Hit DMG",
"value" : "41.97 45.38 48.8 53.68 57.1 61 66.37 71.74 77.1 82.96 88.82"
},
{
"name" : "3-Hit DMG",
"value" : "26.45x2 28.6x2 30.75x2 33.83x2 35.98x2 38.44x2 41.82x2 45.2x2 48.59x2 52.28x2 55.96x2"
},
{
"name" : "4-Hit DMG",
"value" : "68.63 74.21 79.8 87.78 93.37 99.75 108.53 117.31 126.08 135.66 145.24"
},
{
"name" : "Aimed Shot",
"value" : "43.86 47.43 51 56.1 59.67 63.75 69.36 74.97 80.58 86.7 92.82"
},
{
"name" : "Level 1 Aimed Shot",
"val" : "124 133.3 142.6 155 164.3 173.6 186 198.4 210.8 223.2 235.6"
},
{
"name" : "Wreath Arrow DMG",
"val" : "87.2 93.74 100.28 109 115.54 122.08 130.8 139.52 148.24 156.96 165.68"
},
{
"name" : "Clusterbloom Arrow DMG",
"val" : "38.6 41.49 44.39 48.25 51.14 54.04 57.9 61.76 65.62 69.48 73.34"
}
]
},
{
"name": "Vijnana-Phala Mine",
Expand All @@ -82,7 +116,13 @@
"value": "12.0s"
}
],
"type": "ELEMENTAL_SKILL"
"type": "ELEMENTAL_SKILL",
"attribute-scaling" : [
{
"name" : "Skill DMG",
"value" : "149.6 160.82 172.04 187 198.22 209.44 224.4 239.36 254.32 269.28 284.24 299.2 317.9"
}
]
},
{
"name": "Fashioner's Tanglevine Shaft",
Expand All @@ -106,7 +146,17 @@
"value": "40"
}
],
"type": "ELEMENTAL_BURST"
"type": "ELEMENTAL_BURST",
"attribute-scaling" : [
{
"name" : "Tanglevine Shaft DMG",
"value" : "55.62 59.79 63.96 69.53 73.7 77.87 83.43 88.99 94.55 100.12 105.68 111.24 118.19"
},
{
"name" : "Secondary Tanglevine Shaft DMG",
"value" : "67.98 73.08 78.18 84.97 90.07 95.17 101.97 108.77 115.57 122.36 129.16 135.96 144.46"
}
]
}
],
"passiveTalents": [
Expand Down
Binary file modified assets/images/characters/candace/constellation-1
Binary file not shown.
Binary file modified assets/images/characters/candace/constellation-2
Binary file not shown.
Binary file modified assets/images/characters/candace/constellation-3
Binary file not shown.
Binary file modified assets/images/characters/candace/constellation-4
Binary file not shown.
Binary file modified assets/images/characters/candace/constellation-5
Binary file not shown.
Binary file modified assets/images/characters/candace/constellation-6
Binary file not shown.
Binary file modified assets/images/characters/candace/talent-burst
Binary file not shown.
Binary file modified assets/images/characters/candace/talent-na
Binary file not shown.
Binary file modified assets/images/characters/candace/talent-passive-0
Binary file not shown.
Binary file modified assets/images/characters/candace/talent-passive-1
Binary file not shown.
Binary file modified assets/images/characters/candace/talent-passive-2
Binary file not shown.
Binary file modified assets/images/characters/candace/talent-skill
Binary file not shown.

0 comments on commit 9ea2cbd

Please sign in to comment.