Skip to content

Commit

Permalink
Added some basic info about Kazuha
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed May 29, 2021
1 parent f1cc5e6 commit 8a3272c
Show file tree
Hide file tree
Showing 17 changed files with 3,542 additions and 1,739 deletions.
Binary file added assets/characters/Kazuha.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/characters_full/Kazuha.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
674 changes: 673 additions & 1 deletion assets/db/characters.json

Large diffs are not rendered by default.

51 changes: 51 additions & 0 deletions assets/db/game_codes.json
@@ -1,5 +1,56 @@
{
"gameCodes": [
{
"dateAdded": "05/28/2021",
"isExpired": false,
"code": "UTNBBGSZ3NQM",
"rewards": [
{
"quantity": 100,
"materialType": "currency",
"image": "primogem.png"
},
{
"quantity": 50000,
"materialType": "currency",
"image": "mora.png"
}
]
},
{
"dateAdded": "05/28/2021",
"isExpired": false,
"code": "8A6ABHTH2N9Z",
"rewards": [
{
"quantity": 100,
"materialType": "currency",
"image": "primogem.png"
},
{
"quantity": 5,
"materialType": "expCharacter",
"image": "heros_wit.png"
}
]
},
{
"dateAdded": "05/28/2021",
"isExpired": false,
"code": "WTNTBYSZJNRD",
"rewards": [
{
"quantity": 100,
"materialType": "currency",
"image": "primogem.png"
},
{
"quantity": 10,
"materialType": "expWeapon",
"image": "mystic_enchancement_ore.png"
}
]
},
{
"dateAdded": "04/16/2021",
"isExpired": true,
Expand Down
28 changes: 28 additions & 0 deletions assets/db/materials.json
Expand Up @@ -2370,6 +2370,20 @@
"obtainedFrom": [],
"droppedBy": [],
"hasSiblings": false
},
{
"key": "Maguu Kishin",
"rarity": 4,
"image": "maguu_kishin.png",
"isFromBoss": true,
"isForCharacters": true,
"isForWeapons": false,
"level": 0,
"type": "elementalStone",
"days": [],
"obtainedFrom": [],
"droppedBy": [],
"hasSiblings": false
}
],
"jewels": [
Expand Down Expand Up @@ -5615,6 +5629,20 @@
"obtainedFrom": [],
"droppedBy": [],
"hasSiblings": false
},
{
"key": "Sea Ganoderma",
"rarity": 1,
"image": "sea_ganoderma.png",
"isFromBoss": false,
"isForCharacters": true,
"isForWeapons": false,
"level": 0,
"type": "local",
"days": [],
"obtainedFrom": [],
"droppedBy": [],
"hasSiblings": false
}
],
"experience": [
Expand Down

0 comments on commit 8a3272c

Please sign in to comment.