Skip to content

Commit

Permalink
fixed wind/air and emoji ids for stanley
Browse files Browse the repository at this point in the history
  • Loading branch information
Krazete committed Jun 26, 2024
1 parent a718e9d commit a3e3b34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fighter.js
Original file line number Diff line number Diff line change
Expand Up @@ -1588,8 +1588,8 @@ function felExport() {
"bb": "<:sp_bb:684054646528147500>",
"bd": "<:sp_bd:1115123780705063043>",
"be": "<:sp_beo:684771548414083107>",
"cb": "<:sp_cb:685401170495537152>",
"db": "<:sp_db:692275933536845884>",
"ce": "<:sp_cb:685401170495537152>",
"do": "<:sp_db:692275933536845884>",
"el": "<:sp_el:692287012450992219>",
"fi": "<:sp_fi:698821373698637894>",
"fu": "<:sp_fu:698919709336141886>",
Expand All @@ -1611,7 +1611,7 @@ function felExport() {
var value = {
"name": corpus[variant.name],
"rarity": tiers[variant.tier],
"element": elements[variant.element],
"element": elements[variant.element].replace(/wind/g, "air"),
"character": emojiID[variant.base] + " " + corpus[fighters[variant.base].name],
"image": "https://raw.githubusercontent.com/Krazete/sgm/main/image/portrait/" + variant.base + "/" + vid + ".png",
"ability": corpus[variant.sa.title],
Expand Down

0 comments on commit a3e3b34

Please sign in to comment.