Skip to content

Commit

Permalink
Added new materials to the materials.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Mar 7, 2021
1 parent aad4a47 commit ae6fb83
Show file tree
Hide file tree
Showing 6 changed files with 10,488 additions and 10,282 deletions.
86 changes: 86 additions & 0 deletions assets/db/materials.json
Expand Up @@ -1682,5 +1682,91 @@
"type": "local",
"days": []
}
],
"experience": [
{
"key": "EnhancementOreA",
"image": "enchancement_ore.png",
"isFromBoss": false,
"isForCharacters": false,
"isForWeapons": true,
"level": 0,
"type": "expWeapon",
"days": [],
"attributes": {
"experience": 400,
"pricePerUsage": 40
}
},
{
"key": "EnhancementOreB",
"image": "fine_enchancement_ore.png",
"isFromBoss": false,
"isForCharacters": false,
"isForWeapons": true,
"level": 1,
"type": "expWeapon",
"days": [],
"attributes": {
"experience": 2000,
"pricePerUsage": 200
}
},
{
"key": "EnhancementOreC",
"image": "mystic_enchancement_ore.png",
"isFromBoss": false,
"isForCharacters": false,
"isForWeapons": true,
"level": 2,
"type": "expWeapon",
"days": [],
"attributes": {
"experience": 10000,
"pricePerUsage": 1000
}
},
{
"key": "CharExpA",
"image": "wanderers_advice.png",
"isFromBoss": false,
"isForCharacters": true,
"isForWeapons": false,
"level": 0,
"type": "expCharacter",
"days": [],
"attributes": {
"experience": 1000,
"pricePerUsage": 200
}
},
{
"key": "CharExpB",
"image": "adventurers_experience.png",
"isFromBoss": false,
"isForCharacters": true,
"isForWeapons": false,
"level": 0,
"type": "expCharacter",
"days": [],
"attributes": {
"experience": 5000,
"pricePerUsage": 1000
}
},
{
"key": "CharExpC",
"image": "heros_wit.png",
"isFromBoss": false,
"isForCharacters": true,
"isForWeapons": false,
"level": 0,
"type": "expCharacter",
"days": [],
"attributes": {
"experience": 20000,
"pricePerUsage": 4000
}
}
]
}
24 changes: 24 additions & 0 deletions assets/i18n/en.json
Expand Up @@ -5547,6 +5547,30 @@
{
"key": "Wolfhook",
"name": "Wolfhook"
},
{
"key": "EnhancementOreA",
"name": "Enhancement Ore"
},
{
"key": "EnhancementOreB",
"name": "Fine Enhancement Ore"
},
{
"key": "EnhancementOreC",
"name": "Mystic Enhancement Ore"
},
{
"key": "CharExpA",
"name": "Wanderer's Advice"
},
{
"key": "CharExpB",
"name": "Adventurer's Experience"
},
{
"key": "CharExpC",
"name": "Hero's Wit"
}
],
"debuffs": [
Expand Down

0 comments on commit ae6fb83

Please sign in to comment.