Skip to content

Commit

Permalink
feat(weapons): update weapons to include ascensions and refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaJi committed Mar 16, 2021
1 parent 1f30862 commit 373a5c6
Show file tree
Hide file tree
Showing 305 changed files with 105,249 additions and 3,592 deletions.
192 changes: 184 additions & 8 deletions data/general/weapons/amos_bow.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,188 @@
"id": "amos_bow",
"name": "Amos' Bow",
"description": "An extremely ancient bow that has retained its power despite its original master being long gone. It draws power from everyone and everything in the world, and the further away you are from that which your heart desires, the more powerful it is.",
"location": "Gacha",
"type": "Bow",
"rarity": 5,
"base": 46,
"passive": "Strong-Willed",
"bonus": "Increases Normal Attack and Charged Attack DMG by 12%. After a Normal or Charged Attack is fired, DMG dealt increases by a further 8% every 0.1 seconds up to 5 times.",
"secondary": "ATK",
"series": "Independent"
}
"type": "Bow",
"primary": {
"name": "Base ATK",
"value": 45.936
},
"secondary": {
"name": "ATK%",
"value": 0.108
},
"ascensions": [
{
"ascensionLevel": 0,
"maxLevel": 20,
"primary": 122,
"secondary": 0.191,
"materials": []
},
{
"ascensionLevel": 1,
"maxLevel": 40,
"primary": 235,
"secondary": 0.278,
"materials": [
{
"id": "fetters_of_the_dandelion_gladiator",
"name": "Fetters of the Dandelion Gladiator",
"amount": 5
},
{
"id": "chaos_device",
"name": "Chaos Device",
"amount": 5
},
{
"id": "slime_condensate",
"name": "Slime Condensate",
"amount": 3
}
]
},
{
"ascensionLevel": 2,
"maxLevel": 50,
"primary": 308,
"secondary": 0.322,
"materials": [
{
"id": "chains_of_the_dandelion_gladiator",
"name": "Chains of the Dandelion Gladiator",
"amount": 5
},
{
"id": "chaos_device",
"name": "Chaos Device",
"amount": 18
},
{
"id": "slime_condensate",
"name": "Slime Condensate",
"amount": 12
}
]
},
{
"ascensionLevel": 3,
"maxLevel": 60,
"primary": 382,
"secondary": 0.365,
"materials": [
{
"id": "chains_of_the_dandelion_gladiator",
"name": "Chains of the Dandelion Gladiator",
"amount": 9
},
{
"id": "chaos_circuit",
"name": "Chaos Circuit",
"amount": 9
},
{
"id": "slime_secretions",
"name": "Slime Secretions",
"amount": 9
}
]
},
{
"ascensionLevel": 4,
"maxLevel": 70,
"primary": 457,
"secondary": 0.409,
"materials": [
{
"id": "shackles_of_the_dandelion_gladiator",
"name": "Shackles of the Dandelion Gladiator",
"amount": 5
},
{
"id": "chaos_circuit",
"name": "Chaos Circuit",
"amount": 18
},
{
"id": "slime_secretions",
"name": "Slime Secretions",
"amount": 14
}
]
},
{
"ascensionLevel": 5,
"maxLevel": 80,
"primary": 532,
"secondary": 0.453,
"materials": [
{
"id": "shackles_of_the_dandelion_gladiator",
"name": "Shackles of the Dandelion Gladiator",
"amount": 9
},
{
"id": "chaos_core",
"name": "Chaos Core",
"amount": 14
},
{
"id": "slime_concentrate",
"name": "Slime Concentrate",
"amount": 9
}
]
},
{
"ascensionLevel": 6,
"maxLevel": 90,
"primary": 608,
"secondary": 0.496,
"materials": [
{
"id": "dream_of_the_dandelion_gladiator",
"name": "Dream of the Dandelion Gladiator",
"amount": 6
},
{
"id": "chaos_core",
"name": "Chaos Core",
"amount": 27
},
{
"id": "slime_concentrate",
"name": "Slime Concentrate",
"amount": 18
}
]
}
],
"refinements": [
{
"refinement": 1,
"name": "Strong-Willed",
"desc": "Increases Normal and Charged Attack DMG by <span>12%</span>. After a Normal or Charged Attack is fired, DMG dealt increases by a further <span>8%</span> every 0.1s up to 5 times."
},
{
"refinement": 2,
"name": "Strong-Willed",
"desc": "Increases Normal and Charged Attack DMG by <span>15%</span>. After a Normal or Charged Attack is fired, DMG dealt increases by a further <span>10%</span> every 0.1s up to 5 times."
},
{
"refinement": 3,
"name": "Strong-Willed",
"desc": "Increases Normal and Charged Attack DMG by <span>18%</span>. After a Normal or Charged Attack is fired, DMG dealt increases by a further <span>12%</span> every 0.1s up to 5 times."
},
{
"refinement": 4,
"name": "Strong-Willed",
"desc": "Increases Normal and Charged Attack DMG by <span>21%</span>. After a Normal or Charged Attack is fired, DMG dealt increases by a further <span>14%</span> every 0.1s up to 5 times."
},
{
"refinement": 5,
"name": "Strong-Willed",
"desc": "Increases Normal and Charged Attack DMG by <span>24%</span>. After a Normal or Charged Attack is fired, DMG dealt increases by a further <span>16%</span> every 0.1s up to 5 times."
}
]
}
111 changes: 103 additions & 8 deletions data/general/weapons/apprentices_notes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,107 @@
"id": "apprentices_notes",
"name": "Apprentice's Notes",
"description": "Notes left behind by a top student. Many useful spells are listed, and the handwriting is beautiful.",
"location": "Chests",
"type": "Catalyst",
"rarity": 1,
"base": 23,
"passive": "None",
"bonus": "None",
"secondary": "None",
"series": "1-Star Series"
}
"type": "Catalyst",
"primary": {
"name": "Base ATK",
"value": 23.245
},
"ascensions": [
{
"ascensionLevel": 0,
"maxLevel": 20,
"primary": 56,
"materials": []
},
{
"ascensionLevel": 1,
"maxLevel": 40,
"primary": 102,
"materials": [
{
"id": "tile_of_decarabians_tower",
"name": "Tile of Decarabian's Tower",
"amount": 1
},
{
"id": "heavy_horn",
"name": "Heavy Horn",
"amount": 1
},
{
"id": "damaged_mask",
"name": "Damaged Mask",
"amount": 1
}
]
},
{
"ascensionLevel": 2,
"maxLevel": 50,
"primary": 130,
"materials": [
{
"id": "debris_of_decarabians_city",
"name": "Debris of Decarabian's City",
"amount": 1
},
{
"id": "heavy_horn",
"name": "Heavy Horn",
"amount": 4
},
{
"id": "damaged_mask",
"name": "Damaged Mask",
"amount": 2
}
]
},
{
"ascensionLevel": 3,
"maxLevel": 60,
"primary": 158,
"materials": [
{
"id": "debris_of_decarabians_city",
"name": "Debris of Decarabian's City",
"amount": 2
},
{
"id": "black_bronze_horn",
"name": "Black Bronze Horn",
"amount": 2
},
{
"id": "stained_mask",
"name": "Stained Mask",
"amount": 2
}
]
},
{
"ascensionLevel": 4,
"maxLevel": 70,
"primary": 185,
"materials": [
{
"id": "fragment_of_decarabians_epic",
"name": "Fragment of Decarabian's Epic",
"amount": 1
},
{
"id": "black_bronze_horn",
"name": "Black Bronze Horn",
"amount": 4
},
{
"id": "stained_mask",
"name": "Stained Mask",
"amount": 3
}
]
}
],
"refinements": []
}
Loading

0 comments on commit 373a5c6

Please sign in to comment.