diff --git a/assets/common/items/weapons/axe/bloodsteel_axe-2.ron b/assets/common/items/weapons/axe/bloodsteel_axe-2.ron index 563e000679..ca005ed334 100644 --- a/assets/common/items/weapons/axe/bloodsteel_axe-2.ron +++ b/assets/common/items/weapons/axe/bloodsteel_axe-2.ron @@ -1,13 +1,13 @@ ItemDef( - name: "Tribal Axe", - description: "Some tribes call for metal alloys to be formed in the blood of an animal carcass to ensure the resultant axe is honed for striking their enemy\'s veins.", + name: "Skull Axe", + description: "Infused with blood.", kind: Tool(( kind: Axe, hands: Two, stats: Direct(( equip_time_millis: 400, power: 1.6, - poise_strength: 1.4, + poise_strength: 1.8, speed: 1.0, )), )), diff --git a/assets/common/items/weapons/axe/bronze_axe-2.ron b/assets/common/items/weapons/axe/bronze_axe-2.ron new file mode 100644 index 0000000000..673ab08b7f --- /dev/null +++ b/assets/common/items/weapons/axe/bronze_axe-2.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Tribal Axe", + description: "Stained with the blood of its wielder's enemies.", + kind: Tool(( + kind: Axe, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 1.0, + poise_strength: 1.4, + speed: 1.0, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/rare_longbow.ron b/assets/common/items/weapons/axe/cobalt_axe-1.ron similarity index 56% rename from assets/common/items/weapons/bow/rare_longbow.ron rename to assets/common/items/weapons/axe/cobalt_axe-1.ron index 3e6f048e74..8607fcf969 100644 --- a/assets/common/items/weapons/bow/rare_longbow.ron +++ b/assets/common/items/weapons/axe/cobalt_axe-1.ron @@ -1,16 +1,16 @@ ItemDef( - name: "Enchanted Longbow", - description: "You can sense power resting in the bow.", + name: "Cobalt Cleaver", + description: "Forged with cobalt.", kind: Tool(( - kind: Bow, + kind: Axe, hands: Two, stats: Direct(( equip_time_millis: 400, - power: 2.0, + power: 1.8, poise_strength: 1.0, speed: 1.0, )), )), - quality: Epic, + quality: High, tags: [], ) \ No newline at end of file diff --git a/assets/common/items/weapons/axe/parashu.ron b/assets/common/items/weapons/axe/parashu.ron new file mode 100644 index 0000000000..932c189188 --- /dev/null +++ b/assets/common/items/weapons/axe/parashu.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Parashu", + description: "Said to be able to cleave the heavens.", + kind: Tool(( + kind: Axe, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 2.5, + poise_strength: 1.8, + speed: 0.8, + )), + )), + quality: Legendary, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/bone-0.ron b/assets/common/items/weapons/bow/bone-0.ron new file mode 100644 index 0000000000..4e8f9ba91e --- /dev/null +++ b/assets/common/items/weapons/bow/bone-0.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Fanged Bow", + description: "There are over a dozen small fangs attached to the bow limbs", + kind: Tool(( + kind: Bow, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 0.9, + poise_strength: 0.8, + speed: 1.1, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/bone-1.ron b/assets/common/items/weapons/bow/bone-1.ron new file mode 100644 index 0000000000..74d1066e7a --- /dev/null +++ b/assets/common/items/weapons/bow/bone-1.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Horn Bow", + description: "The horns aren't from any creature you know", + kind: Tool(( + kind: Bow, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 1.2, + poise_strength: 0.8, + speed: 0.8, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/horn_longbow-0.ron b/assets/common/items/weapons/bow/bone-2.ron similarity index 65% rename from assets/common/items/weapons/bow/horn_longbow-0.ron rename to assets/common/items/weapons/bow/bone-2.ron index ee6f75c2f3..e648d6477a 100644 --- a/assets/common/items/weapons/bow/horn_longbow-0.ron +++ b/assets/common/items/weapons/bow/bone-2.ron @@ -1,12 +1,12 @@ ItemDef( - name: "Horn Bow", - description: "You don\'t recognize the creature these horns belong to.", + name: "Ritual Bow", + description: "A ceremonial weapon", kind: Tool(( kind: Bow, hands: Two, stats: Direct(( equip_time_millis: 400, - power: 1.5, + power: 1.0, poise_strength: 0.8, speed: 1.0, )), diff --git a/assets/common/items/weapons/bow/bone-3.ron b/assets/common/items/weapons/bow/bone-3.ron new file mode 100644 index 0000000000..27ac25aa26 --- /dev/null +++ b/assets/common/items/weapons/bow/bone-3.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Spinal Bow", + description: "Made with bones", + kind: Tool(( + kind: Bow, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 1.1, + poise_strength: 0.8, + speed: 0.9, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/short_sword_0.ron b/assets/common/items/weapons/bow/eldwood-0.ron similarity index 55% rename from assets/common/items/weapons/sword/short_sword_0.ron rename to assets/common/items/weapons/bow/eldwood-0.ron index 2e63e32189..9aaf8790f7 100644 --- a/assets/common/items/weapons/sword/short_sword_0.ron +++ b/assets/common/items/weapons/bow/eldwood-0.ron @@ -1,16 +1,16 @@ ItemDef( - name: "Vicious Gladius", - description: "There\'s blood encrusted on the blade.", + name: "Eldwood Bow", + description: "The wood feels old, yet still alive", kind: Tool(( - kind: Sword, + kind: Bow, hands: Two, stats: Direct(( equip_time_millis: 400, - power: 0.75, + power: 1.8, poise_strength: 0.8, speed: 1.0, )), )), - quality: Common, + quality: High, tags: [], ) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/eldwood-1.ron b/assets/common/items/weapons/bow/eldwood-1.ron new file mode 100644 index 0000000000..863d37da3d --- /dev/null +++ b/assets/common/items/weapons/bow/eldwood-1.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Topaz Warbow", + description: "Inset with topaz", + kind: Tool(( + kind: Bow, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 1.6, + poise_strength: 0.8, + speed: 1.2, + )), + )), + quality: High, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/eldwood-2.ron b/assets/common/items/weapons/bow/eldwood-2.ron new file mode 100644 index 0000000000..faffd799b2 --- /dev/null +++ b/assets/common/items/weapons/bow/eldwood-2.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Treant Branch", + description: "You occasionally see it twitch from your periphery", + kind: Tool(( + kind: Bow, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 2.0, + poise_strength: 0.8, + speed: 0.8, + )), + )), + quality: High, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/frostwood-0.ron b/assets/common/items/weapons/bow/frostwood-0.ron new file mode 100644 index 0000000000..fc2eeda6af --- /dev/null +++ b/assets/common/items/weapons/bow/frostwood-0.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Eagle Bow", + description: "The design is reminiscent of a spread eagle's wings", + kind: Tool(( + kind: Bow, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 1.4, + poise_strength: 0.8, + speed: 1.2, + )), + )), + quality: High, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/wood_shortbow-1.ron b/assets/common/items/weapons/bow/frostwood-1.ron similarity index 55% rename from assets/common/items/weapons/bow/wood_shortbow-1.ron rename to assets/common/items/weapons/bow/frostwood-1.ron index e5f1c33e58..46f8045f1c 100644 --- a/assets/common/items/weapons/bow/wood_shortbow-1.ron +++ b/assets/common/items/weapons/bow/frostwood-1.ron @@ -1,16 +1,16 @@ ItemDef( - name: "Horse Bow", - description: "Works on the ground too.", + name: "Frostwood Bow", + description: "Chill to the touch...", kind: Tool(( kind: Bow, hands: Two, stats: Direct(( equip_time_millis: 400, - power: 0.75, - poise_strength: 0.4, + power: 1.6, + poise_strength: 0.8, speed: 1.0, )), )), - quality: Common, + quality: High, tags: [], ) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/frostwood-2.ron b/assets/common/items/weapons/bow/frostwood-2.ron new file mode 100644 index 0000000000..e45c34fcd3 --- /dev/null +++ b/assets/common/items/weapons/bow/frostwood-2.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Lunar Bow", + description: "Glows under the light of the moon", + kind: Tool(( + kind: Bow, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 1.7, + poise_strength: 0.8, + speed: 0.9, + )), + )), + quality: High, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/hardwood-0.ron b/assets/common/items/weapons/bow/hardwood-0.ron new file mode 100644 index 0000000000..7614564428 --- /dev/null +++ b/assets/common/items/weapons/bow/hardwood-0.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Bramblewood Bow", + description: "Some loose brambles are still attached", + kind: Tool(( + kind: Bow, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 1.2, + poise_strength: 0.8, + speed: 1.0, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/hardwood-1.ron b/assets/common/items/weapons/bow/hardwood-1.ron new file mode 100644 index 0000000000..6cb1c52721 --- /dev/null +++ b/assets/common/items/weapons/bow/hardwood-1.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Composite Bow", + description: "It has a heavy draw weight", + kind: Tool(( + kind: Bow, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 1.4, + poise_strength: 0.8, + speed: 0.8, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/leafy_longbow-0.ron b/assets/common/items/weapons/bow/hardwood-2.ron similarity index 59% rename from assets/common/items/weapons/bow/leafy_longbow-0.ron rename to assets/common/items/weapons/bow/hardwood-2.ron index 72ee1b9ed2..0453c0d035 100644 --- a/assets/common/items/weapons/bow/leafy_longbow-0.ron +++ b/assets/common/items/weapons/bow/hardwood-2.ron @@ -1,14 +1,14 @@ ItemDef( name: "Elven Longbow", - description: "There\'s a new leaf starting to grow.", + description: "Made with exquisite craftsmanship", kind: Tool(( kind: Bow, hands: Two, stats: Direct(( equip_time_millis: 400, - power: 1.25, - poise_strength: 1.0, - speed: 1.0, + power: 1.1, + poise_strength: 0.8, + speed: 1.1, )), )), quality: Moderate, diff --git a/assets/common/items/weapons/bow/hardwood-3.ron b/assets/common/items/weapons/bow/hardwood-3.ron new file mode 100644 index 0000000000..b915905350 --- /dev/null +++ b/assets/common/items/weapons/bow/hardwood-3.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Horse Bow", + description: "Perfect for mounted archery", + kind: Tool(( + kind: Bow, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 0.9, + poise_strength: 0.8, + speed: 1.3, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/wood_longbow-1.ron b/assets/common/items/weapons/bow/hardwood-4.ron similarity index 60% rename from assets/common/items/weapons/bow/wood_longbow-1.ron rename to assets/common/items/weapons/bow/hardwood-4.ron index d70d956963..573acf778a 100644 --- a/assets/common/items/weapons/bow/wood_longbow-1.ron +++ b/assets/common/items/weapons/bow/hardwood-4.ron @@ -1,16 +1,16 @@ ItemDef( name: "Recurve Bow", - description: "It\'s hard to pull all the way back.", + description: "It's hard to pull back all the way", kind: Tool(( kind: Bow, hands: Two, stats: Direct(( equip_time_millis: 400, power: 1.0, - poise_strength: 1.2, - speed: 1.0, + poise_strength: 0.8, + speed: 1.2, )), )), - quality: Common, + quality: Moderate, tags: [], ) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/hardwood-5.ron b/assets/common/items/weapons/bow/hardwood-5.ron new file mode 100644 index 0000000000..9a60c8a114 --- /dev/null +++ b/assets/common/items/weapons/bow/hardwood-5.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Stag Bow", + description: "Made from the antlers of a stag", + kind: Tool(( + kind: Bow, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 1.3, + poise_strength: 0.8, + speed: 0.9, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/iron_longbow-0.ron b/assets/common/items/weapons/bow/metal-0.ron similarity index 58% rename from assets/common/items/weapons/bow/iron_longbow-0.ron rename to assets/common/items/weapons/bow/metal-0.ron index 0930934b58..69e5c5a6d9 100644 --- a/assets/common/items/weapons/bow/iron_longbow-0.ron +++ b/assets/common/items/weapons/bow/metal-0.ron @@ -1,13 +1,13 @@ ItemDef( - name: "Soldier\'s Bow", - description: "Has an insignia on it.", + name: "Beetlehorn Bow", + description: "Made from the horns of a small beetle", kind: Tool(( kind: Bow, hands: Two, stats: Direct(( equip_time_millis: 400, - power: 1.75, - poise_strength: 1.3, + power: 1.4, + poise_strength: 0.8, speed: 1.0, )), )), diff --git a/assets/common/items/weapons/bow/metal-1.ron b/assets/common/items/weapons/bow/metal-1.ron new file mode 100644 index 0000000000..bb917d2f90 --- /dev/null +++ b/assets/common/items/weapons/bow/metal-1.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Enchanted Longbow", + description: "You feel a faint magical aura emanating from the bow", + kind: Tool(( + kind: Bow, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 1.2, + poise_strength: 0.8, + speed: 1.2, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/metal-2.ron b/assets/common/items/weapons/bow/metal-2.ron new file mode 100644 index 0000000000..da08553c8a --- /dev/null +++ b/assets/common/items/weapons/bow/metal-2.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Iron Longbow", + description: "Forged from iron", + kind: Tool(( + kind: Bow, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 1.3, + poise_strength: 0.8, + speed: 1.1, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/metal-3.ron b/assets/common/items/weapons/bow/metal-3.ron new file mode 100644 index 0000000000..8ef8934379 --- /dev/null +++ b/assets/common/items/weapons/bow/metal-3.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Metal Warbow", + description: "Its appearance is intimidating", + kind: Tool(( + kind: Bow, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 1.5, + poise_strength: 0.8, + speed: 0.9, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/metal-4.ron b/assets/common/items/weapons/bow/metal-4.ron new file mode 100644 index 0000000000..858bd7b5cf --- /dev/null +++ b/assets/common/items/weapons/bow/metal-4.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Soldier's Bow", + description: "Reinforced with iron", + kind: Tool(( + kind: Bow, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 1.6, + poise_strength: 0.8, + speed: 0.8, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/rawwood-0.ron b/assets/common/items/weapons/bow/rawwood-0.ron new file mode 100644 index 0000000000..bd7f5162f8 --- /dev/null +++ b/assets/common/items/weapons/bow/rawwood-0.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Oakroot Bow", + description: "The wood is blackened with dirt", + kind: Tool(( + kind: Bow, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 0.7, + poise_strength: 0.8, + speed: 0.9, + )), + )), + quality: Low, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/rawwood-1.ron b/assets/common/items/weapons/bow/rawwood-1.ron new file mode 100644 index 0000000000..2ccb1a8cba --- /dev/null +++ b/assets/common/items/weapons/bow/rawwood-1.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Sprig Bow", + description: "It was only recently collected", + kind: Tool(( + kind: Bow, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 0.6, + poise_strength: 0.8, + speed: 1.0, + )), + )), + quality: Low, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/sagitta.ron b/assets/common/items/weapons/bow/sagitta.ron new file mode 100644 index 0000000000..88a9e6ad6e --- /dev/null +++ b/assets/common/items/weapons/bow/sagitta.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Sagitta", + description: "Said to have slain a dragon with a single arrow", + kind: Tool(( + kind: Bow, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 2.5, + poise_strength: 0.8, + speed: 0.8, + )), + )), + quality: Legendary, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/starter_bow.ron b/assets/common/items/weapons/bow/starter.ron similarity index 100% rename from assets/common/items/weapons/bow/starter_bow.ron rename to assets/common/items/weapons/bow/starter.ron diff --git a/assets/common/items/weapons/bow/nature_ore_longbow-0.ron b/assets/common/items/weapons/bow/velorite.ron similarity index 100% rename from assets/common/items/weapons/bow/nature_ore_longbow-0.ron rename to assets/common/items/weapons/bow/velorite.ron diff --git a/assets/common/items/weapons/bow/leafy_shortbow-0.ron b/assets/common/items/weapons/bow/wood-0.ron similarity index 54% rename from assets/common/items/weapons/bow/leafy_shortbow-0.ron rename to assets/common/items/weapons/bow/wood-0.ron index 36fb4c21e8..5bb641a6b8 100644 --- a/assets/common/items/weapons/bow/leafy_shortbow-0.ron +++ b/assets/common/items/weapons/bow/wood-0.ron @@ -1,16 +1,16 @@ ItemDef( name: "Elven Shortbow", - description: "The wood still seems alive.", + description: "Made with exquisite craftsmanship", kind: Tool(( kind: Bow, hands: Two, stats: Direct(( equip_time_millis: 400, - power: 1.0, - poise_strength: 0.4, - speed: 1.0, + power: 0.9, + poise_strength: 0.8, + speed: 0.9, )), )), - quality: Common, + quality: Low, tags: [], ) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/wood-1.ron b/assets/common/items/weapons/bow/wood-1.ron new file mode 100644 index 0000000000..0654451dc9 --- /dev/null +++ b/assets/common/items/weapons/bow/wood-1.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Flatbow", + description: "The bow looks stangely flat...", + kind: Tool(( + kind: Bow, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 0.7, + poise_strength: 0.8, + speed: 1.1, + )), + )), + quality: Low, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/wood_shortbow-0.ron b/assets/common/items/weapons/bow/wood-2.ron similarity index 64% rename from assets/common/items/weapons/bow/wood_shortbow-0.ron rename to assets/common/items/weapons/bow/wood-2.ron index 9711d3f714..812d4d062c 100644 --- a/assets/common/items/weapons/bow/wood_shortbow-0.ron +++ b/assets/common/items/weapons/bow/wood-2.ron @@ -1,16 +1,16 @@ ItemDef( name: "Hunting Bow", - description: "Strips of leather are wrapped around the handle.", + description: "You could hunt a deer with this bow", kind: Tool(( kind: Bow, hands: Two, stats: Direct(( equip_time_millis: 400, power: 0.8, - poise_strength: 0.7, + poise_strength: 0.8, speed: 1.0, )), )), - quality: Moderate, + quality: Low, tags: [], ) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/wood_longbow-0.ron b/assets/common/items/weapons/bow/wood-3.ron similarity index 62% rename from assets/common/items/weapons/bow/wood_longbow-0.ron rename to assets/common/items/weapons/bow/wood-3.ron index a548fa71c7..e041a1a2aa 100644 --- a/assets/common/items/weapons/bow/wood_longbow-0.ron +++ b/assets/common/items/weapons/bow/wood-3.ron @@ -1,16 +1,16 @@ ItemDef( name: "Longbow", - description: "It\'s been well used.", + description: "Made of wood", kind: Tool(( kind: Bow, hands: Two, stats: Direct(( equip_time_millis: 400, power: 1.0, - poise_strength: 0.9, - speed: 1.0, + poise_strength: 0.8, + speed: 0.8, )), )), - quality: Common, + quality: Low, tags: [], ) \ No newline at end of file diff --git a/assets/common/items/weapons/bow/wood-4.ron b/assets/common/items/weapons/bow/wood-4.ron new file mode 100644 index 0000000000..d18abce394 --- /dev/null +++ b/assets/common/items/weapons/bow/wood-4.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Swift Shortbow", + description: "Swiftly fires arrows", + kind: Tool(( + kind: Bow, + hands: Two, + stats: Direct(( + equip_time_millis: 400, + power: 0.6, + poise_strength: 0.8, + speed: 1.2, + )), + )), + quality: Low, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/bloodsteel-0.ron b/assets/common/items/weapons/sword/bloodsteel-0.ron new file mode 100644 index 0000000000..428ca6b41c --- /dev/null +++ b/assets/common/items/weapons/sword/bloodsteel-0.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Bloodsteel Flamberge", + description: "Infused with blood.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.8, + poise_strength: 0.4, + speed: 1.0, + )), + )), + quality: High, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/bloodsteel-1.ron b/assets/common/items/weapons/sword/bloodsteel-1.ron new file mode 100644 index 0000000000..dd939deac9 --- /dev/null +++ b/assets/common/items/weapons/sword/bloodsteel-1.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Fierce Katana", + description: "Infused with blood.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.6, + poise_strength: 0.4, + speed: 1.2, + )), + )), + quality: High, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/bloodsteel-2.ron b/assets/common/items/weapons/sword/bloodsteel-2.ron new file mode 100644 index 0000000000..b99e7bea1d --- /dev/null +++ b/assets/common/items/weapons/sword/bloodsteel-2.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Sharktooth", + description: "Infused with blood.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 2.0, + poise_strength: 0.4, + speed: 0.8, + )), + )), + quality: High, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/bronze-0.ron b/assets/common/items/weapons/sword/bronze-0.ron new file mode 100644 index 0000000000..62cf323676 --- /dev/null +++ b/assets/common/items/weapons/sword/bronze-0.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Brass Beast", + description: "Forged with bronze.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.1, + poise_strength: 0.4, + speed: 0.9, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/bronze-1.ron b/assets/common/items/weapons/sword/bronze-1.ron new file mode 100644 index 0000000000..33ff213600 --- /dev/null +++ b/assets/common/items/weapons/sword/bronze-1.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Bronze Longsword", + description: "Forged with bronze.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 0.9, + poise_strength: 0.4, + speed: 1.1, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/bronze-2.ron b/assets/common/items/weapons/sword/bronze-2.ron new file mode 100644 index 0000000000..fef68bd678 --- /dev/null +++ b/assets/common/items/weapons/sword/bronze-2.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Jagged Longblade", + description: "Forged with bronze.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.0, + poise_strength: 0.4, + speed: 1.0, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/caladbolg.ron b/assets/common/items/weapons/sword/caladbolg.ron new file mode 100644 index 0000000000..39c8b13bb2 --- /dev/null +++ b/assets/common/items/weapons/sword/caladbolg.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Caladborg", + description: "You sense an eldritch presence watching you.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 2.5, + poise_strength: 0.4, + speed: 0.8, + )), + )), + quality: Legendary, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/cobalt-0.ron b/assets/common/items/weapons/sword/cobalt-0.ron new file mode 100644 index 0000000000..d09631b9f3 --- /dev/null +++ b/assets/common/items/weapons/sword/cobalt-0.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Cobalt Claymore", + description: "Forged with cobalt.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.5, + poise_strength: 0.4, + speed: 1.1, + )), + )), + quality: High, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/cobalt-1.ron b/assets/common/items/weapons/sword/cobalt-1.ron new file mode 100644 index 0000000000..e5806380a5 --- /dev/null +++ b/assets/common/items/weapons/sword/cobalt-1.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Cobalt Greatsword", + description: "Forged with cobalt.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.8, + poise_strength: 0.4, + speed: 0.8, + )), + )), + quality: High, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/cobalt-2.ron b/assets/common/items/weapons/sword/cobalt-2.ron new file mode 100644 index 0000000000..e4847fa2cc --- /dev/null +++ b/assets/common/items/weapons/sword/cobalt-2.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Cobalt Longsword", + description: "Forged with cobalt.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.6, + poise_strength: 0.4, + speed: 1.0, + )), + )), + quality: High, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/cobalt-3.ron b/assets/common/items/weapons/sword/cobalt-3.ron new file mode 100644 index 0000000000..bd836c2f85 --- /dev/null +++ b/assets/common/items/weapons/sword/cobalt-3.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Cobalt Towerblade", + description: "Forged with cobalt.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.7, + poise_strength: 0.4, + speed: 0.9, + )), + )), + quality: High, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/cultist_purp_2h-0.ron b/assets/common/items/weapons/sword/cultist.ron similarity index 100% rename from assets/common/items/weapons/sword/cultist_purp_2h-0.ron rename to assets/common/items/weapons/sword/cultist.ron diff --git a/assets/common/items/weapons/sword/frost_cleaver_2h-0.ron b/assets/common/items/weapons/sword/frost-0.ron similarity index 100% rename from assets/common/items/weapons/sword/frost_cleaver_2h-0.ron rename to assets/common/items/weapons/sword/frost-0.ron diff --git a/assets/common/items/weapons/sword/frost_cleaver_2h-1.ron b/assets/common/items/weapons/sword/frost-1.ron similarity index 100% rename from assets/common/items/weapons/sword/frost_cleaver_2h-1.ron rename to assets/common/items/weapons/sword/frost-1.ron diff --git a/assets/common/items/weapons/sword/greatsword_2h_dam-0.ron b/assets/common/items/weapons/sword/greatsword_2h_dam-0.ron deleted file mode 100644 index cec3a97ad6..0000000000 --- a/assets/common/items/weapons/sword/greatsword_2h_dam-0.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Damaged Greatsword", - description: "The blade has been chipped quite a few times.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 0.8, - poise_strength: 1.1, - speed: 1.0, - )), - )), - quality: Common, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/greatsword_2h_dam-1.ron b/assets/common/items/weapons/sword/greatsword_2h_dam-1.ron deleted file mode 100644 index 47f454b417..0000000000 --- a/assets/common/items/weapons/sword/greatsword_2h_dam-1.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Damaged Greatsword", - description: "The blade has been chipped quite a few times.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 0.8, - poise_strength: 0.5, - speed: 1.0, - )), - )), - quality: Common, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/greatsword_2h_dam-2.ron b/assets/common/items/weapons/sword/greatsword_2h_dam-2.ron deleted file mode 100644 index a4b00f52eb..0000000000 --- a/assets/common/items/weapons/sword/greatsword_2h_dam-2.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Damaged Greatsword", - description: "The blade has been chipped quite a few times.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 0.8, - poise_strength: 0.9, - speed: 1.0, - )), - )), - quality: Common, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/greatsword_2h_fine-0.ron b/assets/common/items/weapons/sword/greatsword_2h_fine-0.ron deleted file mode 100644 index 0bf3dea87b..0000000000 --- a/assets/common/items/weapons/sword/greatsword_2h_fine-0.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Fine Greatsword", - description: "It\'s been polished and sharpened recently.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 1.4, - poise_strength: 1.6, - speed: 1.0, - )), - )), - quality: Moderate, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/greatsword_2h_fine-2.ron b/assets/common/items/weapons/sword/greatsword_2h_fine-2.ron deleted file mode 100644 index beb4200568..0000000000 --- a/assets/common/items/weapons/sword/greatsword_2h_fine-2.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Fine Greatsword", - description: "It\'s been polished and sharpened recently.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 1.4, - poise_strength: 1.7, - speed: 1.0, - )), - )), - quality: Moderate, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/greatsword_2h_orn-0.ron b/assets/common/items/weapons/sword/greatsword_2h_orn-0.ron deleted file mode 100644 index 70ee016351..0000000000 --- a/assets/common/items/weapons/sword/greatsword_2h_orn-0.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Ornamented Greatsword", - description: "The sword\'s almost a work of art.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 1.7, - poise_strength: 1.4, - speed: 1.0, - )), - )), - quality: Moderate, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/greatsword_2h_orn-1.ron b/assets/common/items/weapons/sword/greatsword_2h_orn-1.ron deleted file mode 100644 index 70ee016351..0000000000 --- a/assets/common/items/weapons/sword/greatsword_2h_orn-1.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Ornamented Greatsword", - description: "The sword\'s almost a work of art.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 1.7, - poise_strength: 1.4, - speed: 1.0, - )), - )), - quality: Moderate, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/greatsword_2h_orn-2.ron b/assets/common/items/weapons/sword/greatsword_2h_orn-2.ron deleted file mode 100644 index a150fbe41c..0000000000 --- a/assets/common/items/weapons/sword/greatsword_2h_orn-2.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Ornamented Greatsword", - description: "The sword\'s almost a work of art.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 1.7, - poise_strength: 1.1, - speed: 1.0, - )), - )), - quality: Moderate, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/greatsword_2h_simple-0.ron b/assets/common/items/weapons/sword/greatsword_2h_simple-0.ron deleted file mode 100644 index a2d14a9373..0000000000 --- a/assets/common/items/weapons/sword/greatsword_2h_simple-0.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Simple Greatsword", - description: "It\'s been well used.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 1.1, - poise_strength: 1.5, - speed: 1.0, - )), - )), - quality: Common, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/greatsword_2h_simple-1.ron b/assets/common/items/weapons/sword/greatsword_2h_simple-1.ron deleted file mode 100644 index a2d14a9373..0000000000 --- a/assets/common/items/weapons/sword/greatsword_2h_simple-1.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Simple Greatsword", - description: "It\'s been well used.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 1.1, - poise_strength: 1.5, - speed: 1.0, - )), - )), - quality: Common, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/greatsword_2h_simple-2.ron b/assets/common/items/weapons/sword/greatsword_2h_simple-2.ron deleted file mode 100644 index dc1b9c8d92..0000000000 --- a/assets/common/items/weapons/sword/greatsword_2h_simple-2.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Simple Greatsword", - description: "It\'s been well used.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 1.1, - poise_strength: 1.4, - speed: 1.0, - )), - )), - quality: Common, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/iron-0.ron b/assets/common/items/weapons/sword/iron-0.ron new file mode 100644 index 0000000000..e7a856c3a6 --- /dev/null +++ b/assets/common/items/weapons/sword/iron-0.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Buccaneer's Blade", + description: "Forged with iron.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.25, + poise_strength: 0.4, + speed: 0.95, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/iron-1.ron b/assets/common/items/weapons/sword/iron-1.ron new file mode 100644 index 0000000000..5ded191f68 --- /dev/null +++ b/assets/common/items/weapons/sword/iron-1.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Embedded Greatsword", + description: "Forged with iron.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.45, + poise_strength: 0.4, + speed: 0.75, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/iron-10.ron b/assets/common/items/weapons/sword/iron-10.ron new file mode 100644 index 0000000000..4ac727086d --- /dev/null +++ b/assets/common/items/weapons/sword/iron-10.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Warlord's Blade", + description: "Forged with iron.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.35, + poise_strength: 0.4, + speed: 0.85, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/iron-2.ron b/assets/common/items/weapons/sword/iron-2.ron new file mode 100644 index 0000000000..418dee3cb5 --- /dev/null +++ b/assets/common/items/weapons/sword/iron-2.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Iron Claymore", + description: "Forged with iron.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.1, + poise_strength: 0.4, + speed: 1.1, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/iron-3.ron b/assets/common/items/weapons/sword/iron-3.ron new file mode 100644 index 0000000000..2514580b95 --- /dev/null +++ b/assets/common/items/weapons/sword/iron-3.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Iron Flamberge", + description: "Forged with iron.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.15, + poise_strength: 0.4, + speed: 1.05, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/iron-4.ron b/assets/common/items/weapons/sword/iron-4.ron new file mode 100644 index 0000000000..3ece8d76a1 --- /dev/null +++ b/assets/common/items/weapons/sword/iron-4.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Iron Greatsword", + description: "Forged with iron.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.3, + poise_strength: 0.4, + speed: 0.9, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/iron-5.ron b/assets/common/items/weapons/sword/iron-5.ron new file mode 100644 index 0000000000..1c4e6c48c5 --- /dev/null +++ b/assets/common/items/weapons/sword/iron-5.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Iron Longsword", + description: "Forged with iron.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.05, + poise_strength: 0.4, + speed: 1.15, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_fine-0.ron b/assets/common/items/weapons/sword/iron-6.ron similarity index 54% rename from assets/common/items/weapons/sword/long_2h_fine-0.ron rename to assets/common/items/weapons/sword/iron-6.ron index 87e666fa4e..22bac342b5 100644 --- a/assets/common/items/weapons/sword/long_2h_fine-0.ron +++ b/assets/common/items/weapons/sword/iron-6.ron @@ -1,13 +1,13 @@ ItemDef( - name: "Fine Longsword", - description: "It shines when you hold it up to the light.", + name: "Iron Zweihander", + description: "Forged with iron.", kind: Tool(( kind: Sword, hands: Two, stats: Direct(( - equip_time_millis: 500, + equip_time_millis: 300, power: 1.2, - poise_strength: 1.3, + poise_strength: 0.4, speed: 1.0, )), )), diff --git a/assets/common/items/weapons/sword/iron-7.ron b/assets/common/items/weapons/sword/iron-7.ron new file mode 100644 index 0000000000..8fa2ad1022 --- /dev/null +++ b/assets/common/items/weapons/sword/iron-7.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Noble Greatsword", + description: "Forged with iron.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.4, + poise_strength: 0.4, + speed: 0.8, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/iron-8.ron b/assets/common/items/weapons/sword/iron-8.ron new file mode 100644 index 0000000000..0f88d130dc --- /dev/null +++ b/assets/common/items/weapons/sword/iron-8.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Royal Longsword", + description: "Forged with iron.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.0, + poise_strength: 0.4, + speed: 1.2, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/iron-9.ron b/assets/common/items/weapons/sword/iron-9.ron new file mode 100644 index 0000000000..2bb8b84033 --- /dev/null +++ b/assets/common/items/weapons/sword/iron-9.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Swift Katana", + description: "Forged with iron.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 0.95, + poise_strength: 0.4, + speed: 1.25, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_dam-1.ron b/assets/common/items/weapons/sword/long_2h_dam-1.ron deleted file mode 100644 index 178263d311..0000000000 --- a/assets/common/items/weapons/sword/long_2h_dam-1.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Damaged Longsword", - description: "It\'s slightly cracked.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 0.6, - poise_strength: 0.5, - speed: 1.0, - )), - )), - quality: Low, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_dam-2.ron b/assets/common/items/weapons/sword/long_2h_dam-2.ron deleted file mode 100644 index 178263d311..0000000000 --- a/assets/common/items/weapons/sword/long_2h_dam-2.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Damaged Longsword", - description: "It\'s slightly cracked.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 0.6, - poise_strength: 0.5, - speed: 1.0, - )), - )), - quality: Low, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_dam-3.ron b/assets/common/items/weapons/sword/long_2h_dam-3.ron deleted file mode 100644 index 178263d311..0000000000 --- a/assets/common/items/weapons/sword/long_2h_dam-3.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Damaged Longsword", - description: "It\'s slightly cracked.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 0.6, - poise_strength: 0.5, - speed: 1.0, - )), - )), - quality: Low, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_dam-4.ron b/assets/common/items/weapons/sword/long_2h_dam-4.ron deleted file mode 100644 index 178263d311..0000000000 --- a/assets/common/items/weapons/sword/long_2h_dam-4.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Damaged Longsword", - description: "It\'s slightly cracked.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 0.6, - poise_strength: 0.5, - speed: 1.0, - )), - )), - quality: Low, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_dam-5.ron b/assets/common/items/weapons/sword/long_2h_dam-5.ron deleted file mode 100644 index 178263d311..0000000000 --- a/assets/common/items/weapons/sword/long_2h_dam-5.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Damaged Longsword", - description: "It\'s slightly cracked.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 0.6, - poise_strength: 0.5, - speed: 1.0, - )), - )), - quality: Low, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_fine-1.ron b/assets/common/items/weapons/sword/long_2h_fine-1.ron deleted file mode 100644 index 87e666fa4e..0000000000 --- a/assets/common/items/weapons/sword/long_2h_fine-1.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Fine Longsword", - description: "It shines when you hold it up to the light.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 1.2, - poise_strength: 1.3, - speed: 1.0, - )), - )), - quality: Moderate, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_fine-2.ron b/assets/common/items/weapons/sword/long_2h_fine-2.ron deleted file mode 100644 index 87e666fa4e..0000000000 --- a/assets/common/items/weapons/sword/long_2h_fine-2.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Fine Longsword", - description: "It shines when you hold it up to the light.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 1.2, - poise_strength: 1.3, - speed: 1.0, - )), - )), - quality: Moderate, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_fine-3.ron b/assets/common/items/weapons/sword/long_2h_fine-3.ron deleted file mode 100644 index ee077f7f7f..0000000000 --- a/assets/common/items/weapons/sword/long_2h_fine-3.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Fine Longsword", - description: "It shines when you hold it up to the light.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 1.2, - poise_strength: 1.1, - speed: 1.0, - )), - )), - quality: Moderate, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_fine-4.ron b/assets/common/items/weapons/sword/long_2h_fine-4.ron deleted file mode 100644 index 87e666fa4e..0000000000 --- a/assets/common/items/weapons/sword/long_2h_fine-4.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Fine Longsword", - description: "It shines when you hold it up to the light.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 1.2, - poise_strength: 1.3, - speed: 1.0, - )), - )), - quality: Moderate, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_fine-5.ron b/assets/common/items/weapons/sword/long_2h_fine-5.ron deleted file mode 100644 index d2a110603f..0000000000 --- a/assets/common/items/weapons/sword/long_2h_fine-5.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Fine Longsword", - description: "It shines when you hold it up to the light.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 1.2, - poise_strength: 1.4, - speed: 1.0, - )), - )), - quality: Moderate, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_orn-0.ron b/assets/common/items/weapons/sword/long_2h_orn-0.ron deleted file mode 100644 index 7e29776c36..0000000000 --- a/assets/common/items/weapons/sword/long_2h_orn-0.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Ornamented Longsword", - description: "It\'s probably the weapon of some noble.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 1.5, - poise_strength: 1.0, - speed: 1.0, - )), - )), - quality: Moderate, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_orn-1.ron b/assets/common/items/weapons/sword/long_2h_orn-1.ron deleted file mode 100644 index 2504d7cc97..0000000000 --- a/assets/common/items/weapons/sword/long_2h_orn-1.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Ornamented Longsword", - description: "It\'s probably the weapon of some noble.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 1.5, - poise_strength: 1.1, - speed: 1.0, - )), - )), - quality: Moderate, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_orn-2.ron b/assets/common/items/weapons/sword/long_2h_orn-2.ron deleted file mode 100644 index 7e29776c36..0000000000 --- a/assets/common/items/weapons/sword/long_2h_orn-2.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Ornamented Longsword", - description: "It\'s probably the weapon of some noble.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 1.5, - poise_strength: 1.0, - speed: 1.0, - )), - )), - quality: Moderate, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_orn-3.ron b/assets/common/items/weapons/sword/long_2h_orn-3.ron deleted file mode 100644 index 7e29776c36..0000000000 --- a/assets/common/items/weapons/sword/long_2h_orn-3.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Ornamented Longsword", - description: "It\'s probably the weapon of some noble.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 1.5, - poise_strength: 1.0, - speed: 1.0, - )), - )), - quality: Moderate, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_orn-4.ron b/assets/common/items/weapons/sword/long_2h_orn-4.ron deleted file mode 100644 index 2504d7cc97..0000000000 --- a/assets/common/items/weapons/sword/long_2h_orn-4.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Ornamented Longsword", - description: "It\'s probably the weapon of some noble.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 1.5, - poise_strength: 1.1, - speed: 1.0, - )), - )), - quality: Moderate, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_orn-5.ron b/assets/common/items/weapons/sword/long_2h_orn-5.ron deleted file mode 100644 index 2504d7cc97..0000000000 --- a/assets/common/items/weapons/sword/long_2h_orn-5.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Ornamented Longsword", - description: "It\'s probably the weapon of some noble.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 1.5, - poise_strength: 1.1, - speed: 1.0, - )), - )), - quality: Moderate, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_simple-0.ron b/assets/common/items/weapons/sword/long_2h_simple-0.ron deleted file mode 100644 index ebec54d098..0000000000 --- a/assets/common/items/weapons/sword/long_2h_simple-0.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Simple Longsword", - description: "It was well maintained by it\'s previous owner.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 0.9, - poise_strength: 0.8, - speed: 1.0, - )), - )), - quality: Common, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_simple-1.ron b/assets/common/items/weapons/sword/long_2h_simple-1.ron deleted file mode 100644 index ebec54d098..0000000000 --- a/assets/common/items/weapons/sword/long_2h_simple-1.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Simple Longsword", - description: "It was well maintained by it\'s previous owner.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 0.9, - poise_strength: 0.8, - speed: 1.0, - )), - )), - quality: Common, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_simple-2.ron b/assets/common/items/weapons/sword/long_2h_simple-2.ron deleted file mode 100644 index 85dc373e74..0000000000 --- a/assets/common/items/weapons/sword/long_2h_simple-2.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Simple Longsword", - description: "It was well maintained by it\'s previous owner.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 0.9, - poise_strength: 1.0, - speed: 1.0, - )), - )), - quality: Common, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_simple-3.ron b/assets/common/items/weapons/sword/long_2h_simple-3.ron deleted file mode 100644 index ebec54d098..0000000000 --- a/assets/common/items/weapons/sword/long_2h_simple-3.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Simple Longsword", - description: "It was well maintained by it\'s previous owner.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 0.9, - poise_strength: 0.8, - speed: 1.0, - )), - )), - quality: Common, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_simple-4.ron b/assets/common/items/weapons/sword/long_2h_simple-4.ron deleted file mode 100644 index ebec54d098..0000000000 --- a/assets/common/items/weapons/sword/long_2h_simple-4.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Simple Longsword", - description: "It was well maintained by it\'s previous owner.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 0.9, - poise_strength: 0.8, - speed: 1.0, - )), - )), - quality: Common, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_simple-5.ron b/assets/common/items/weapons/sword/long_2h_simple-5.ron deleted file mode 100644 index ebec54d098..0000000000 --- a/assets/common/items/weapons/sword/long_2h_simple-5.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Simple Longsword", - description: "It was well maintained by it\'s previous owner.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 0.9, - poise_strength: 0.8, - speed: 1.0, - )), - )), - quality: Common, - tags: [], -) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/starter_sword.ron b/assets/common/items/weapons/sword/starter.ron similarity index 74% rename from assets/common/items/weapons/sword/starter_sword.ron rename to assets/common/items/weapons/sword/starter.ron index 53f1048edc..aebc6711c7 100644 --- a/assets/common/items/weapons/sword/starter_sword.ron +++ b/assets/common/items/weapons/sword/starter.ron @@ -1,6 +1,6 @@ ItemDef( - name: "Battered Sword", - description: "Held together by Rust and hope.", + name: "Damaged Greatsword", + description: "The blade could snap at any moment...", kind: Tool(( kind: Sword, hands: Two, diff --git a/assets/common/items/weapons/sword/greatsword_2h_fine-1.ron b/assets/common/items/weapons/sword/steel-0.ron similarity index 54% rename from assets/common/items/weapons/sword/greatsword_2h_fine-1.ron rename to assets/common/items/weapons/sword/steel-0.ron index 560fde56e6..9916779b2e 100644 --- a/assets/common/items/weapons/sword/greatsword_2h_fine-1.ron +++ b/assets/common/items/weapons/sword/steel-0.ron @@ -1,13 +1,13 @@ ItemDef( - name: "Fine Greatsword", - description: "It\'s been polished and sharpened recently.", + name: "Butterfly Sword", + description: "Forged with steel.", kind: Tool(( kind: Sword, hands: Two, stats: Direct(( - equip_time_millis: 500, + equip_time_millis: 300, power: 1.4, - poise_strength: 1.5, + poise_strength: 0.4, speed: 1.0, )), )), diff --git a/assets/common/items/weapons/sword/steel-1.ron b/assets/common/items/weapons/sword/steel-1.ron new file mode 100644 index 0000000000..d5900b53e9 --- /dev/null +++ b/assets/common/items/weapons/sword/steel-1.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Nomad's Longblade", + description: "Forged with steel.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.45, + poise_strength: 0.4, + speed: 0.95, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/steel-2.ron b/assets/common/items/weapons/sword/steel-2.ron new file mode 100644 index 0000000000..45b4c63880 --- /dev/null +++ b/assets/common/items/weapons/sword/steel-2.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Ornamental Longsword", + description: "Forged with steel.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.25, + poise_strength: 0.4, + speed: 1.15, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/steel-3.ron b/assets/common/items/weapons/sword/steel-3.ron new file mode 100644 index 0000000000..0e831d6528 --- /dev/null +++ b/assets/common/items/weapons/sword/steel-3.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Seven-Branched Sword", + description: "Forged with steel.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.5, + poise_strength: 0.4, + speed: 0.9, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/steel-4.ron b/assets/common/items/weapons/sword/steel-4.ron new file mode 100644 index 0000000000..a790d74d81 --- /dev/null +++ b/assets/common/items/weapons/sword/steel-4.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Steel Greatsword", + description: "Forged with steel.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.55, + poise_strength: 0.4, + speed: 0.85, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/steel-5.ron b/assets/common/items/weapons/sword/steel-5.ron new file mode 100644 index 0000000000..b1124aecfe --- /dev/null +++ b/assets/common/items/weapons/sword/steel-5.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Steel Katana", + description: "Forged with steel.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.2, + poise_strength: 0.4, + speed: 1.2, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/steel-6.ron b/assets/common/items/weapons/sword/steel-6.ron new file mode 100644 index 0000000000..c47ebf7fc1 --- /dev/null +++ b/assets/common/items/weapons/sword/steel-6.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Steel Longsword", + description: "Forged with steel.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.3, + poise_strength: 0.4, + speed: 1.1, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/steel-7.ron b/assets/common/items/weapons/sword/steel-7.ron new file mode 100644 index 0000000000..69f6d04cef --- /dev/null +++ b/assets/common/items/weapons/sword/steel-7.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Steel Towerblade", + description: "Forged with steel.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.6, + poise_strength: 0.4, + speed: 0.8, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/steel-8.ron b/assets/common/items/weapons/sword/steel-8.ron new file mode 100644 index 0000000000..5e6b1f0c3d --- /dev/null +++ b/assets/common/items/weapons/sword/steel-8.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Steel Zweihander", + description: "Forged with steel.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.35, + poise_strength: 0.4, + speed: 1.05, + )), + )), + quality: Moderate, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/stone-0.ron b/assets/common/items/weapons/sword/stone-0.ron new file mode 100644 index 0000000000..882f171508 --- /dev/null +++ b/assets/common/items/weapons/sword/stone-0.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Ancient Greatsword", + description: "Covered in stone.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 1.0, + poise_strength: 0.4, + speed: 0.8, + )), + )), + quality: Low, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/stone-1.ron b/assets/common/items/weapons/sword/stone-1.ron new file mode 100644 index 0000000000..34a451e84b --- /dev/null +++ b/assets/common/items/weapons/sword/stone-1.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Flint Sword", + description: "Chiseled from flint.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 0.8, + poise_strength: 0.4, + speed: 1.0, + )), + )), + quality: Low, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/stone-2.ron b/assets/common/items/weapons/sword/stone-2.ron new file mode 100644 index 0000000000..439590f4c0 --- /dev/null +++ b/assets/common/items/weapons/sword/stone-2.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Ritual Greatsword", + description: "Chiseled from stone.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 0.9, + poise_strength: 0.4, + speed: 0.9, + )), + )), + quality: Low, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/long_2h_dam-0.ron b/assets/common/items/weapons/sword/wood-0.ron similarity index 56% rename from assets/common/items/weapons/sword/long_2h_dam-0.ron rename to assets/common/items/weapons/sword/wood-0.ron index 178263d311..25b3896332 100644 --- a/assets/common/items/weapons/sword/long_2h_dam-0.ron +++ b/assets/common/items/weapons/sword/wood-0.ron @@ -1,13 +1,13 @@ ItemDef( - name: "Damaged Longsword", - description: "It\'s slightly cracked.", + name: "Bladed Branch", + description: "Grown in the shape of a sword.", kind: Tool(( kind: Sword, hands: Two, stats: Direct(( - equip_time_millis: 500, + equip_time_millis: 300, power: 0.6, - poise_strength: 0.5, + poise_strength: 0.4, speed: 1.0, )), )), diff --git a/assets/common/items/weapons/sword/wood-1.ron b/assets/common/items/weapons/sword/wood-1.ron new file mode 100644 index 0000000000..8a575e4de7 --- /dev/null +++ b/assets/common/items/weapons/sword/wood-1.ron @@ -0,0 +1,16 @@ +ItemDef( + name: "Oaken Greatsword", + description: "Carved from an oak.", + kind: Tool(( + kind: Sword, + hands: Two, + stats: Direct(( + equip_time_millis: 300, + power: 0.8, + poise_strength: 0.4, + speed: 0.8, + )), + )), + quality: Low, + tags: [], +) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/wood_sword.ron b/assets/common/items/weapons/sword/wood-2.ron similarity index 78% rename from assets/common/items/weapons/sword/wood_sword.ron rename to assets/common/items/weapons/sword/wood-2.ron index f94591932e..d8b33e4728 100644 --- a/assets/common/items/weapons/sword/wood_sword.ron +++ b/assets/common/items/weapons/sword/wood-2.ron @@ -6,11 +6,11 @@ ItemDef( hands: Two, stats: Direct(( equip_time_millis: 400, - power: 0.8, + power: 0.5, poise_strength: 0.5, - speed: 1.0, + speed: 1.1, )), )), - quality: Moderate, + quality: Low, tags: [], ) \ No newline at end of file diff --git a/assets/common/items/weapons/sword/zweihander_sword_0.ron b/assets/common/items/weapons/sword/zweihander_sword_0.ron deleted file mode 100644 index c15a257ef4..0000000000 --- a/assets/common/items/weapons/sword/zweihander_sword_0.ron +++ /dev/null @@ -1,16 +0,0 @@ -ItemDef( - name: "Sturdy Zweihander", - description: "It\'s a big sword, and sharp too.", - kind: Tool(( - kind: Sword, - hands: Two, - stats: Direct(( - equip_time_millis: 500, - power: 1.5, - poise_strength: 1.9, - speed: 1.0, - )), - )), - quality: Moderate, - tags: [], -) \ No newline at end of file diff --git a/assets/common/loot_tables/loot_table_cave_large.ron b/assets/common/loot_tables/loot_table_cave_large.ron index bb5f5a7043..11077acb9c 100644 --- a/assets/common/loot_tables/loot_table_cave_large.ron +++ b/assets/common/loot_tables/loot_table_cave_large.ron @@ -9,23 +9,28 @@ (0.05, "common.items.glider.glider_moth"), (0.05, "common.items.armor.ring.ring_gold_0"), // swords - (0.07, "common.items.weapons.sword.greatsword_2h_fine-1"), - (0.07, "common.items.weapons.sword.greatsword_2h_fine-2"), - (0.08, "common.items.weapons.sword.long_2h_orn-0"), - (0.08, "common.items.weapons.sword.long_2h_orn-1"), - (0.08, "common.items.weapons.sword.long_2h_orn-2"), - (0.08, "common.items.weapons.sword.long_2h_orn-3"), - (0.08, "common.items.weapons.sword.long_2h_orn-4"), - (0.08, "common.items.weapons.sword.long_2h_orn-5"), - (0.20, "common.items.weapons.sword.zweihander_sword_0"), - (0.10, "common.items.weapons.sword.greatsword_2h_orn-0"), - (0.10, "common.items.weapons.sword.greatsword_2h_orn-1"), - (0.10, "common.items.weapons.sword.greatsword_2h_orn-2"), + (0.03, "common.items.weapons.sword.steel-0"), + (0.03, "common.items.weapons.sword.steel-1"), + (0.03, "common.items.weapons.sword.steel-2"), + (0.03, "common.items.weapons.sword.steel-3"), + (0.03, "common.items.weapons.sword.steel-4"), + (0.03, "common.items.weapons.sword.steel-5"), + (0.03, "common.items.weapons.sword.steel-6"), + (0.03, "common.items.weapons.sword.steel-7"), + (0.03, "common.items.weapons.sword.steel-8"), + (0.02, "common.items.weapons.sword.cobalt-0"), + (0.02, "common.items.weapons.sword.cobalt-1"), + (0.02, "common.items.weapons.sword.cobalt-2"), + (0.02, "common.items.weapons.sword.cobalt-3"), + (0.01, "common.items.weapons.sword.bloodsteel-0"), + (0.01, "common.items.weapons.sword.bloodsteel-1"), + (0.01, "common.items.weapons.sword.bloodsteel-2"), // axes (0.02, "common.items.weapons.axe.bloodsteel_axe-0"), (0.02, "common.items.weapons.axe.bloodsteel_axe-1"), (0.02, "common.items.weapons.axe.bloodsteel_axe-2"), (0.01, "common.items.weapons.axe.cobalt_axe-0"), + (0.01, "common.items.weapons.axe.cobalt_axe-1"), (0.001, "common.items.weapons.axe.malachite_axe-0"), (0.04, "common.items.weapons.axe.iron_axe-7"), (0.04, "common.items.weapons.axe.iron_axe-8"), @@ -56,8 +61,19 @@ (0.05, "common.items.weapons.hammer.steel_hammer-3"), (0.05, "common.items.weapons.hammer.steel_hammer-4"), (0.05, "common.items.weapons.hammer.steel_hammer-5"), - // bows - (0.001, "common.items.weapons.bow.nature_ore_longbow-0"), + // bows + (0.03, "common.items.weapons.bow.metal-0"), + (0.03, "common.items.weapons.bow.metal-1"), + (0.03, "common.items.weapons.bow.metal-2"), + (0.03, "common.items.weapons.bow.metal-3"), + (0.03, "common.items.weapons.bow.metal-4"), + (0.02, "common.items.weapons.bow.frostwood-0"), + (0.02, "common.items.weapons.bow.frostwood-1"), + (0.02, "common.items.weapons.bow.frostwood-2"), + (0.01, "common.items.weapons.bow.eldwood-0"), + (0.01, "common.items.weapons.bow.eldwood-1"), + (0.01, "common.items.weapons.bow.eldwood-2"), + (0.001, "common.items.weapons.bow.velorite"), ] diff --git a/assets/common/loot_tables/loot_table_cultists.ron b/assets/common/loot_tables/loot_table_cultists.ron index 49308df576..20dba99274 100644 --- a/assets/common/loot_tables/loot_table_cultists.ron +++ b/assets/common/loot_tables/loot_table_cultists.ron @@ -69,18 +69,16 @@ (0.001, "common.items.armor.back.backpack_0"), (0.1, "common.items.armor.bag.heavy_seabag"), // Common Weapons - // swords - (0.4, "common.items.weapons.sword.wood_sword"), - (0.3, "common.items.weapons.sword.long_2h_dam-0"), - (0.3, "common.items.weapons.sword.long_2h_dam-1"), - (0.3, "common.items.weapons.sword.long_2h_dam-2"), - (0.3, "common.items.weapons.sword.long_2h_dam-3"), - (0.3, "common.items.weapons.sword.long_2h_dam-4"), - (0.3, "common.items.weapons.sword.long_2h_dam-5"), - (0.25, "common.items.weapons.sword.short_sword_0"), - (0.1, "common.items.weapons.sword.greatsword_2h_dam-0"), - (0.1, "common.items.weapons.sword.greatsword_2h_dam-1"), - (0.1, "common.items.weapons.sword.greatsword_2h_dam-2"), + // swords + (0.10, "common.items.weapons.sword.wood-0"), + (0.10, "common.items.weapons.sword.wood-1"), + (0.10, "common.items.weapons.sword.wood-2"), + (0.10, "common.items.weapons.sword.stone-0"), + (0.10, "common.items.weapons.sword.stone-1"), + (0.10, "common.items.weapons.sword.stone-2"), + (0.05, "common.items.weapons.sword.bronze-0"), + (0.05, "common.items.weapons.sword.bronze-1"), + (0.05, "common.items.weapons.sword.bronze-2"), // axes (0.20, "common.items.weapons.axe.orc_axe-0"), (0.10, "common.items.weapons.axe.worn_iron_axe-0"), @@ -101,32 +99,44 @@ (0.05, "common.items.weapons.hammer.worn_iron_hammer-1"), (0.05, "common.items.weapons.hammer.worn_iron_hammer-2"), (0.05, "common.items.weapons.hammer.worn_iron_hammer-3"), - // bows - (0.25, "common.items.weapons.bow.wood_shortbow-0"), - (0.25, "common.items.weapons.bow.wood_shortbow-1"), + // bows + (0.20, "common.items.weapons.bow.rawwood-0"), + (0.20, "common.items.weapons.bow.rawwood-1"), + (0.10, "common.items.weapons.bow.wood-0"), + (0.10, "common.items.weapons.bow.wood-1"), + (0.10, "common.items.weapons.bow.wood-2"), + (0.10, "common.items.weapons.bow.wood-3"), + (0.10, "common.items.weapons.bow.wood-4"), + (0.05, "common.items.weapons.bow.bone-0"), + (0.05, "common.items.weapons.bow.bone-1"), + (0.05, "common.items.weapons.bow.bone-2"), + (0.05, "common.items.weapons.bow.bone-3"), // Uncommon Weapons // swords - (0.05, "common.items.weapons.sword.long_2h_simple-0"), - (0.05, "common.items.weapons.sword.long_2h_simple-1"), - (0.05, "common.items.weapons.sword.long_2h_simple-2"), - (0.05, "common.items.weapons.sword.long_2h_simple-3"), - (0.05, "common.items.weapons.sword.long_2h_simple-4"), - (0.05, "common.items.weapons.sword.long_2h_simple-5"), - (0.10, "common.items.weapons.sword.greatsword_2h_simple-0"), - (0.10, "common.items.weapons.sword.greatsword_2h_simple-1"), - (0.10, "common.items.weapons.sword.greatsword_2h_simple-2"), - (0.06, "common.items.weapons.sword.long_2h_fine-0"), - (0.06, "common.items.weapons.sword.long_2h_fine-1"), - (0.06, "common.items.weapons.sword.long_2h_fine-2"), - (0.06, "common.items.weapons.sword.long_2h_fine-3"), - (0.06, "common.items.weapons.sword.long_2h_fine-4"), - (0.06, "common.items.weapons.sword.long_2h_fine-5"), - (0.07, "common.items.weapons.sword.greatsword_2h_fine-0"), - (0.07, "common.items.weapons.sword.greatsword_2h_fine-1"), - (0.07, "common.items.weapons.sword.greatsword_2h_fine-2"), + (0.04, "common.items.weapons.sword.iron-0"), + (0.04, "common.items.weapons.sword.iron-1"), + (0.04, "common.items.weapons.sword.iron-2"), + (0.04, "common.items.weapons.sword.iron-3"), + (0.04, "common.items.weapons.sword.iron-4"), + (0.04, "common.items.weapons.sword.iron-5"), + (0.04, "common.items.weapons.sword.iron-6"), + (0.04, "common.items.weapons.sword.iron-7"), + (0.04, "common.items.weapons.sword.iron-8"), + (0.04, "common.items.weapons.sword.iron-9"), + (0.04, "common.items.weapons.sword.iron-10"), + (0.03, "common.items.weapons.sword.steel-0"), + (0.03, "common.items.weapons.sword.steel-1"), + (0.03, "common.items.weapons.sword.steel-2"), + (0.03, "common.items.weapons.sword.steel-3"), + (0.03, "common.items.weapons.sword.steel-4"), + (0.03, "common.items.weapons.sword.steel-5"), + (0.03, "common.items.weapons.sword.steel-6"), + (0.03, "common.items.weapons.sword.steel-7"), + (0.03, "common.items.weapons.sword.steel-8"), // axes (0.15, "common.items.weapons.axe.bronze_axe-0"), (0.15, "common.items.weapons.axe.bronze_axe-1"), + (0.15, "common.items.weapons.axe.bronze_axe-2"), (0.04, "common.items.weapons.axe.iron_axe-0"), (0.04, "common.items.weapons.axe.iron_axe-1"), (0.04, "common.items.weapons.axe.iron_axe-2"), @@ -167,28 +177,32 @@ (0.05, "common.items.weapons.hammer.steel_hammer-4"), (0.05, "common.items.weapons.hammer.steel_hammer-5"), // bows - (0.30, "common.items.weapons.bow.leafy_shortbow-0"), - (0.25, "common.items.weapons.bow.wood_longbow-0"), - (0.25, "common.items.weapons.bow.wood_longbow-1"), - (0.20, "common.items.weapons.bow.leafy_longbow-0"), + (0.04, "common.items.weapons.bow.hardwood-0"), + (0.04, "common.items.weapons.bow.hardwood-1"), + (0.04, "common.items.weapons.bow.hardwood-2"), + (0.04, "common.items.weapons.bow.hardwood-3"), + (0.04, "common.items.weapons.bow.hardwood-4"), + (0.04, "common.items.weapons.bow.hardwood-5"), + (0.03, "common.items.weapons.bow.metal-0"), + (0.03, "common.items.weapons.bow.metal-1"), + (0.03, "common.items.weapons.bow.metal-2"), + (0.03, "common.items.weapons.bow.metal-3"), + (0.03, "common.items.weapons.bow.metal-4"), // Rare Weapons // swords - (0.08, "common.items.weapons.sword.long_2h_orn-0"), - (0.08, "common.items.weapons.sword.long_2h_orn-1"), - (0.08, "common.items.weapons.sword.long_2h_orn-2"), - (0.08, "common.items.weapons.sword.long_2h_orn-3"), - (0.08, "common.items.weapons.sword.long_2h_orn-4"), - (0.08, "common.items.weapons.sword.long_2h_orn-5"), - (0.20, "common.items.weapons.sword.zweihander_sword_0"), - (0.10, "common.items.weapons.sword.greatsword_2h_orn-0"), - (0.10, "common.items.weapons.sword.greatsword_2h_orn-1"), - (0.10, "common.items.weapons.sword.greatsword_2h_orn-2"), + (0.20, "common.items.weapons.sword.cobalt-0"), + (0.20, "common.items.weapons.sword.cobalt-1"), + (0.20, "common.items.weapons.sword.cobalt-2"), + (0.20, "common.items.weapons.sword.cobalt-3"), + (0.10, "common.items.weapons.sword.bloodsteel-0"), + (0.10, "common.items.weapons.sword.bloodsteel-1"), + (0.10, "common.items.weapons.sword.bloodsteel-2"), + (0.001, "common.items.weapons.sword.caladbolg"), // axes (0.20, "common.items.weapons.axe.bloodsteel_axe-0"), (0.20, "common.items.weapons.axe.bloodsteel_axe-1"), (0.20, "common.items.weapons.axe.bloodsteel_axe-2"), - (0.30, "common.items.weapons.axe.cobalt_axe-0"), - (0.10, "common.items.weapons.axe.malachite_axe-0"), + (0.001, "common.items.weapons.axe.parashu"), // healing staff (0.25, "common.items.weapons.sceptre.staff_nature"), // staves @@ -200,7 +214,11 @@ (0.1, "common.items.weapons.hammer.ramshead_hammer"), (0.001, "common.items.weapons.hammer.mjolnir"), // bows - (0.6, "common.items.weapons.bow.horn_longbow-0"), - (0.2, "common.items.weapons.bow.iron_longbow-0"), - (0.10, "common.items.weapons.bow.rare_longbow"), + (0.20, "common.items.weapons.bow.frostwood-0"), + (0.20, "common.items.weapons.bow.frostwood-1"), + (0.20, "common.items.weapons.bow.frostwood-2"), + (0.10, "common.items.weapons.bow.eldwood-0"), + (0.10, "common.items.weapons.bow.eldwood-1"), + (0.10, "common.items.weapons.bow.eldwood-2"), + (0.001, "common.items.weapons.bow.sagitta"), ] diff --git a/assets/common/loot_tables/loot_table_humanoids.ron b/assets/common/loot_tables/loot_table_humanoids.ron index 7d626d1423..67c6b966e1 100644 --- a/assets/common/loot_tables/loot_table_humanoids.ron +++ b/assets/common/loot_tables/loot_table_humanoids.ron @@ -15,7 +15,9 @@ (0.10, "common.items.food.apple_stick"), (0.10, "common.items.food.mushroom_stick"), // Weapons - (0.15, "common.items.weapons.sword.wood_sword"), + (0.10, "common.items.weapons.sword.wood-0"), + (0.10, "common.items.weapons.sword.wood-1"), + (0.10, "common.items.weapons.sword.wood-2"), (0.10, "common.items.weapons.axe.worn_iron_axe-0"), (0.10, "common.items.weapons.axe.worn_iron_axe-1"), (0.10, "common.items.weapons.axe.worn_iron_axe-2"), @@ -24,5 +26,6 @@ (0.25, "common.items.weapons.sceptre.staff_nature"), (0.15, "common.items.weapons.hammer.flimsy_hammer"), (0.10, "common.items.weapons.hammer.wood_hammer-0"), - (0.25, "common.items.weapons.bow.wood_shortbow-0"), + (0.15, "common.items.weapons.bow.rawwood-0"), + (0.15, "common.items.weapons.bow.rawwood-1"), ] diff --git a/assets/common/loot_tables/loot_table_mindflayer.ron b/assets/common/loot_tables/loot_table_mindflayer.ron index ae58752df7..1f8469c089 100644 --- a/assets/common/loot_tables/loot_table_mindflayer.ron +++ b/assets/common/loot_tables/loot_table_mindflayer.ron @@ -10,7 +10,7 @@ // weapons (1, "common.items.weapons.staff.cultist_staff"), (1, "common.items.weapons.hammer.cultist_purp_2h-0"), - (1, "common.items.weapons.sword.cultist_purp_2h-0"), + (1, "common.items.weapons.sword.cultist"), (0.25, "common.items.crafting_ing.mindflayer_bag_damaged"), (0.01, "common.items.weapons.sceptre.root_evil"), // misc diff --git a/assets/common/loot_tables/loot_table_miniboss.ron b/assets/common/loot_tables/loot_table_miniboss.ron index e44409bf28..763756cba4 100644 --- a/assets/common/loot_tables/loot_table_miniboss.ron +++ b/assets/common/loot_tables/loot_table_miniboss.ron @@ -11,7 +11,7 @@ // weapons (1, "common.items.weapons.staff.cultist_staff"), (1, "common.items.weapons.hammer.cultist_purp_2h-0"), - (1, "common.items.weapons.sword.cultist_purp_2h-0"), + (1, "common.items.weapons.sword.cultist"), // misc (0.25, "common.items.boss_drops.lantern"), ] diff --git a/assets/common/loot_tables/loot_table_villager.ron b/assets/common/loot_tables/loot_table_villager.ron index 44258d60e1..03189946ab 100644 --- a/assets/common/loot_tables/loot_table_villager.ron +++ b/assets/common/loot_tables/loot_table_villager.ron @@ -29,7 +29,9 @@ (0.10, "common.items.food.apple_stick"), (0.10, "common.items.food.mushroom_stick"), // Weapons - (0.15, "common.items.weapons.sword.wood_sword"), + (0.15, "common.items.weapons.sword.wood-0"), + (0.15, "common.items.weapons.sword.wood-1"), + (0.15, "common.items.weapons.sword.wood-2"), (0.10, "common.items.weapons.axe.worn_iron_axe-0"), (0.10, "common.items.weapons.axe.worn_iron_axe-1"), (0.10, "common.items.weapons.axe.worn_iron_axe-2"), @@ -38,5 +40,6 @@ (0.25, "common.items.weapons.sceptre.staff_nature"), (0.15, "common.items.weapons.hammer.flimsy_hammer"), (0.10, "common.items.weapons.hammer.wood_hammer-0"), - (0.25, "common.items.weapons.bow.wood_shortbow-0"), + (0.15, "common.items.weapons.bow.rawwood-0"), + (0.15, "common.items.weapons.bow.rawwood-1"), ] diff --git a/assets/common/loot_tables/loot_table_weapon_common.ron b/assets/common/loot_tables/loot_table_weapon_common.ron index 5d320157ac..19fbcd8160 100644 --- a/assets/common/loot_tables/loot_table_weapon_common.ron +++ b/assets/common/loot_tables/loot_table_weapon_common.ron @@ -1,17 +1,12 @@ [ // swords - (0.15, "common.items.weapons.sword.starter_sword"), - (0.15, "common.items.weapons.sword.wood_sword"), - (0.07, "common.items.weapons.sword.long_2h_dam-0"), - (0.07, "common.items.weapons.sword.long_2h_dam-1"), - (0.07, "common.items.weapons.sword.long_2h_dam-2"), - (0.07, "common.items.weapons.sword.long_2h_dam-3"), - (0.07, "common.items.weapons.sword.long_2h_dam-4"), - (0.07, "common.items.weapons.sword.long_2h_dam-5"), - (0.10, "common.items.weapons.sword.short_sword_0"), - (0.06, "common.items.weapons.sword.greatsword_2h_dam-0"), - (0.06, "common.items.weapons.sword.greatsword_2h_dam-1"), - (0.06, "common.items.weapons.sword.greatsword_2h_dam-2"), + (0.15, "common.items.weapons.sword.starter"), + (0.10, "common.items.weapons.sword.wood-0"), + (0.10, "common.items.weapons.sword.wood-1"), + (0.10, "common.items.weapons.sword.wood-2"), + (0.05, "common.items.weapons.sword.stone-0"), + (0.05, "common.items.weapons.sword.stone-1"), + (0.05, "common.items.weapons.sword.stone-2"), // axes (0.30, "common.items.weapons.axe.starter_axe"), (0.20, "common.items.weapons.axe.orc_axe-0"), @@ -38,7 +33,12 @@ (0.05, "common.items.weapons.hammer.worn_iron_hammer-2"), (0.05, "common.items.weapons.hammer.worn_iron_hammer-3"), // bows - (0.50, "common.items.weapons.bow.starter_bow"), - (0.25, "common.items.weapons.bow.wood_shortbow-0"), - (0.25, "common.items.weapons.bow.wood_shortbow-1"), + (0.15, "common.items.weapons.bow.starter"), + (0.10, "common.items.weapons.bow.rawwood-0"), + (0.10, "common.items.weapons.bow.rawwood-1"), + (0.05, "common.items.weapons.bow.wood-0"), + (0.05, "common.items.weapons.bow.wood-1"), + (0.05, "common.items.weapons.bow.wood-2"), + (0.05, "common.items.weapons.bow.wood-3"), + (0.05, "common.items.weapons.bow.wood-4"), ] \ No newline at end of file diff --git a/assets/common/loot_tables/loot_table_weapon_rare.ron b/assets/common/loot_tables/loot_table_weapon_rare.ron index 8a8cb6715c..ee6d4db03e 100644 --- a/assets/common/loot_tables/loot_table_weapon_rare.ron +++ b/assets/common/loot_tables/loot_table_weapon_rare.ron @@ -1,21 +1,21 @@ [ // swords - (0.08, "common.items.weapons.sword.long_2h_orn-0"), - (0.08, "common.items.weapons.sword.long_2h_orn-1"), - (0.08, "common.items.weapons.sword.long_2h_orn-2"), - (0.08, "common.items.weapons.sword.long_2h_orn-3"), - (0.08, "common.items.weapons.sword.long_2h_orn-4"), - (0.08, "common.items.weapons.sword.long_2h_orn-5"), - (0.20, "common.items.weapons.sword.zweihander_sword_0"), - (0.10, "common.items.weapons.sword.greatsword_2h_orn-0"), - (0.10, "common.items.weapons.sword.greatsword_2h_orn-1"), - (0.10, "common.items.weapons.sword.greatsword_2h_orn-2"), + (0.20, "common.items.weapons.sword.cobalt-0"), + (0.20, "common.items.weapons.sword.cobalt-1"), + (0.20, "common.items.weapons.sword.cobalt-2"), + (0.20, "common.items.weapons.sword.cobalt-3"), + (0.10, "common.items.weapons.sword.bloodsteel-0"), + (0.10, "common.items.weapons.sword.bloodsteel-1"), + (0.10, "common.items.weapons.sword.bloodsteel-2"), + (0.01, "common.items.weapons.sword.caladbolg"), // axes (0.20, "common.items.weapons.axe.bloodsteel_axe-0"), (0.20, "common.items.weapons.axe.bloodsteel_axe-1"), (0.20, "common.items.weapons.axe.bloodsteel_axe-2"), (0.30, "common.items.weapons.axe.cobalt_axe-0"), + (0.30, "common.items.weapons.axe.cobalt_axe-1"), (0.10, "common.items.weapons.axe.malachite_axe-0"), + (0.01, "common.items.weapons.axe.parashu"), // healing staff (0.15, "common.items.weapons.sceptre.loops0"), (0.10, "common.items.weapons.sceptre.fork0"), @@ -28,7 +28,11 @@ (0.15, "common.items.weapons.hammer.ramshead_hammer"), (0.01, "common.items.weapons.hammer.mjolnir"), // bows - (0.60, "common.items.weapons.bow.horn_longbow-0"), - (0.30, "common.items.weapons.bow.iron_longbow-0"), - (0.05, "common.items.weapons.bow.rare_longbow"), + (0.20, "common.items.weapons.bow.frostwood-0"), + (0.20, "common.items.weapons.bow.frostwood-1"), + (0.20, "common.items.weapons.bow.frostwood-2"), + (0.10, "common.items.weapons.bow.eldwood-0"), + (0.10, "common.items.weapons.bow.eldwood-1"), + (0.10, "common.items.weapons.bow.eldwood-2"), + (0.01, "common.items.weapons.bow.sagitta"), ] \ No newline at end of file diff --git a/assets/common/loot_tables/loot_table_weapon_uncommon.ron b/assets/common/loot_tables/loot_table_weapon_uncommon.ron index 33ce82c3e5..4ede12e596 100644 --- a/assets/common/loot_tables/loot_table_weapon_uncommon.ron +++ b/assets/common/loot_tables/loot_table_weapon_uncommon.ron @@ -1,26 +1,32 @@ [ // swords - (0.05, "common.items.weapons.sword.long_2h_simple-0"), - (0.05, "common.items.weapons.sword.long_2h_simple-1"), - (0.05, "common.items.weapons.sword.long_2h_simple-2"), - (0.05, "common.items.weapons.sword.long_2h_simple-3"), - (0.05, "common.items.weapons.sword.long_2h_simple-4"), - (0.05, "common.items.weapons.sword.long_2h_simple-5"), - (0.10, "common.items.weapons.sword.greatsword_2h_simple-0"), - (0.10, "common.items.weapons.sword.greatsword_2h_simple-1"), - (0.10, "common.items.weapons.sword.greatsword_2h_simple-2"), - (0.06, "common.items.weapons.sword.long_2h_fine-0"), - (0.06, "common.items.weapons.sword.long_2h_fine-1"), - (0.06, "common.items.weapons.sword.long_2h_fine-2"), - (0.06, "common.items.weapons.sword.long_2h_fine-3"), - (0.06, "common.items.weapons.sword.long_2h_fine-4"), - (0.06, "common.items.weapons.sword.long_2h_fine-5"), - (0.07, "common.items.weapons.sword.greatsword_2h_fine-0"), - (0.07, "common.items.weapons.sword.greatsword_2h_fine-1"), - (0.07, "common.items.weapons.sword.greatsword_2h_fine-2"), + (0.15, "common.items.weapons.sword.bronze-0"), + (0.15, "common.items.weapons.sword.bronze-1"), + (0.15, "common.items.weapons.sword.bronze-2"), + (0.04, "common.items.weapons.sword.iron-0"), + (0.04, "common.items.weapons.sword.iron-1"), + (0.04, "common.items.weapons.sword.iron-2"), + (0.04, "common.items.weapons.sword.iron-3"), + (0.04, "common.items.weapons.sword.iron-4"), + (0.04, "common.items.weapons.sword.iron-5"), + (0.04, "common.items.weapons.sword.iron-6"), + (0.04, "common.items.weapons.sword.iron-7"), + (0.04, "common.items.weapons.sword.iron-8"), + (0.04, "common.items.weapons.sword.iron-9"), + (0.04, "common.items.weapons.sword.iron-10"), + (0.03, "common.items.weapons.sword.steel-0"), + (0.03, "common.items.weapons.sword.steel-1"), + (0.03, "common.items.weapons.sword.steel-2"), + (0.03, "common.items.weapons.sword.steel-3"), + (0.03, "common.items.weapons.sword.steel-4"), + (0.03, "common.items.weapons.sword.steel-5"), + (0.03, "common.items.weapons.sword.steel-6"), + (0.03, "common.items.weapons.sword.steel-7"), + (0.03, "common.items.weapons.sword.steel-8"), // axes (0.15, "common.items.weapons.axe.bronze_axe-0"), (0.15, "common.items.weapons.axe.bronze_axe-1"), + (0.15, "common.items.weapons.axe.bronze_axe-2"), (0.04, "common.items.weapons.axe.iron_axe-0"), (0.04, "common.items.weapons.axe.iron_axe-1"), (0.04, "common.items.weapons.axe.iron_axe-2"), @@ -63,8 +69,19 @@ (0.05, "common.items.weapons.hammer.steel_hammer-4"), (0.05, "common.items.weapons.hammer.steel_hammer-5"), // bows - (0.30, "common.items.weapons.bow.leafy_shortbow-0"), - (0.25, "common.items.weapons.bow.wood_longbow-0"), - (0.25, "common.items.weapons.bow.wood_longbow-1"), - (0.20, "common.items.weapons.bow.leafy_longbow-0"), + (0.15, "common.items.weapons.bow.bone-0"), + (0.15, "common.items.weapons.bow.bone-1"), + (0.15, "common.items.weapons.bow.bone-2"), + (0.15, "common.items.weapons.bow.bone-3"), + (0.04, "common.items.weapons.bow.hardwood-0"), + (0.04, "common.items.weapons.bow.hardwood-1"), + (0.04, "common.items.weapons.bow.hardwood-2"), + (0.04, "common.items.weapons.bow.hardwood-3"), + (0.04, "common.items.weapons.bow.hardwood-4"), + (0.04, "common.items.weapons.bow.hardwood-5"), + (0.03, "common.items.weapons.bow.metal-0"), + (0.03, "common.items.weapons.bow.metal-1"), + (0.03, "common.items.weapons.bow.metal-2"), + (0.03, "common.items.weapons.bow.metal-3"), + (0.03, "common.items.weapons.bow.metal-4"), ] \ No newline at end of file diff --git a/assets/common/recipe_book.ron b/assets/common/recipe_book.ron index 39bee54c22..127b65fd82 100644 --- a/assets/common/recipe_book.ron +++ b/assets/common/recipe_book.ron @@ -235,7 +235,7 @@ ], ), "Hunting Bow": ( - ("common.items.weapons.bow.wood_shortbow-0", 1), + ("common.items.weapons.bow.wood-2", 1), [ (Item("common.items.crafting_ing.leather_scraps"), 8), (Item("common.items.crafting_ing.twigs"), 6), @@ -243,7 +243,7 @@ ], ), "Forest Spirit": ( - ("common.items.weapons.sword.wood_sword", 1), + ("common.items.weapons.sword.wood-2", 1), [ (Item("common.items.crafting_ing.leather_scraps"), 4), (Item("common.items.crafting_ing.twigs"), 10), diff --git a/assets/voxygen/item_image_manifest.ron b/assets/voxygen/item_image_manifest.ron index ec45a3fbf1..cc393bd835 100644 --- a/assets/voxygen/item_image_manifest.ron +++ b/assets/voxygen/item_image_manifest.ron @@ -17,7 +17,7 @@ (-1.0, 0.0, 0.0), (-70.0, 55.0, 0.0), 1.0, ), Tool("example_bow"): VoxTrans( - "voxel.weapon.bow.longbow_ore_nature-0", + "voxel.weapon.bow.velorite", (-1.0, 0.0, 0.0), (90.0, 60.0, 0.0), 1.0, ), Tool("example_staff_fire"): VoxTrans( @@ -45,48 +45,128 @@ (0.0, 0.0, 0.0), (125.0, 90.0, 80.0), 1.0, ), // Bows - Tool("common.items.weapons.bow.starter_bow"): VoxTrans( - "voxel.weapon.bow.shortbow_starter", + Tool("common.items.weapons.bow.bone-0"): VoxTrans( + "voxel.weapon.bow.bone-0", (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, ), - Tool("common.items.weapons.bow.wood_shortbow-0"): VoxTrans( - "voxel.weapon.bow.shortbow_wood-0", + Tool("common.items.weapons.bow.bone-1"): VoxTrans( + "voxel.weapon.bow.bone-1", (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, ), - Tool("common.items.weapons.bow.wood_shortbow-1"): VoxTrans( - "voxel.weapon.bow.shortbow_wood-1", + Tool("common.items.weapons.bow.bone-2"): VoxTrans( + "voxel.weapon.bow.bone-2", (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, ), - Tool("common.items.weapons.bow.leafy_shortbow-0"): VoxTrans( - "voxel.weapon.bow.shortbow_leafy-0", + Tool("common.items.weapons.bow.bone-3"): VoxTrans( + "voxel.weapon.bow.bone-3", (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, ), - Tool("common.items.weapons.bow.wood_longbow-0"): VoxTrans( - "voxel.weapon.bow.longbow_wood-0", + Tool("common.items.weapons.bow.eldwood-0"): VoxTrans( + "voxel.weapon.bow.eldwood-0", (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, ), - Tool("common.items.weapons.bow.wood_longbow-1"): VoxTrans( - "voxel.weapon.bow.longbow_wood-1", + Tool("common.items.weapons.bow.eldwood-1"): VoxTrans( + "voxel.weapon.bow.eldwood-1", (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, ), - Tool("common.items.weapons.bow.leafy_longbow-0"): VoxTrans( - "voxel.weapon.bow.longbow_leafy-0", + Tool("common.items.weapons.bow.eldwood-2"): VoxTrans( + "voxel.weapon.bow.eldwood-2", (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, ), - Tool("common.items.weapons.bow.horn_longbow-0"): VoxTrans( - "voxel.weapon.bow.longbow_horn-0", + Tool("common.items.weapons.bow.frostwood-0"): VoxTrans( + "voxel.weapon.bow.frostwood-0", (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, ), - Tool("common.items.weapons.bow.iron_longbow-0"): VoxTrans( - "voxel.weapon.bow.longbow_iron-0", + Tool("common.items.weapons.bow.frostwood-1"): VoxTrans( + "voxel.weapon.bow.frostwood-1", (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, ), - Tool("common.items.weapons.bow.rare_longbow"): VoxTrans( - "voxel.weapon.bow.longbow_rare", + Tool("common.items.weapons.bow.frostwood-2"): VoxTrans( + "voxel.weapon.bow.frostwood-2", (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, ), - Tool("common.items.weapons.bow.nature_ore_longbow-0"): VoxTrans( - "voxel.weapon.bow.longbow_ore_nature-0", + Tool("common.items.weapons.bow.hardwood-0"): VoxTrans( + "voxel.weapon.bow.hardwood-0", + (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, + ), + Tool("common.items.weapons.bow.hardwood-1"): VoxTrans( + "voxel.weapon.bow.hardwood-1", + (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, + ), + Tool("common.items.weapons.bow.hardwood-2"): VoxTrans( + "voxel.weapon.bow.hardwood-2", + (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, + ), + Tool("common.items.weapons.bow.hardwood-3"): VoxTrans( + "voxel.weapon.bow.hardwood-3", + (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, + ), + Tool("common.items.weapons.bow.hardwood-4"): VoxTrans( + "voxel.weapon.bow.hardwood-4", + (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, + ), + Tool("common.items.weapons.bow.hardwood-5"): VoxTrans( + "voxel.weapon.bow.hardwood-5", + (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, + ), + Tool("common.items.weapons.bow.metal-0"): VoxTrans( + "voxel.weapon.bow.metal-0", + (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, + ), + Tool("common.items.weapons.bow.metal-1"): VoxTrans( + "voxel.weapon.bow.metal-1", + (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, + ), + Tool("common.items.weapons.bow.metal-2"): VoxTrans( + "voxel.weapon.bow.metal-2", + (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, + ), + Tool("common.items.weapons.bow.metal-3"): VoxTrans( + "voxel.weapon.bow.metal-3", + (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, + ), + Tool("common.items.weapons.bow.metal-4"): VoxTrans( + "voxel.weapon.bow.metal-4", + (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, + ), + Tool("common.items.weapons.bow.rawwood-0"): VoxTrans( + "voxel.weapon.bow.rawwood-0", + (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, + ), + Tool("common.items.weapons.bow.rawwood-1"): VoxTrans( + "voxel.weapon.bow.rawwood-1", + (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, + ), + Tool("common.items.weapons.bow.sagitta"): VoxTrans( + "voxel.weapon.bow.sagitta", + (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, + ), + Tool("common.items.weapons.bow.starter"): VoxTrans( + "voxel.weapon.bow.starter", + (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, + ), + Tool("common.items.weapons.bow.velorite"): VoxTrans( + "voxel.weapon.bow.velorite", + (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, + ), + Tool("common.items.weapons.bow.wood-0"): VoxTrans( + "voxel.weapon.bow.wood-0", + (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, + ), + Tool("common.items.weapons.bow.wood-1"): VoxTrans( + "voxel.weapon.bow.wood-1", + (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, + ), + Tool("common.items.weapons.bow.wood-2"): VoxTrans( + "voxel.weapon.bow.wood-2", + (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, + ), + Tool("common.items.weapons.bow.wood-3"): VoxTrans( + "voxel.weapon.bow.wood-3", + (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, + ), + Tool("common.items.weapons.bow.wood-4"): VoxTrans( + "voxel.weapon.bow.wood-4", (0.0, 0.0, 0.0), (90.0, 90.0, 0.0), 1.0, ), // Daggers @@ -103,180 +183,172 @@ (0.0, 0.0, -4.0), (-120.0, 90.0, 0.0), 1.1, ), // Swords - Tool("common.items.weapons.sword.frost_cleaver_2h-0"): VoxTrans( - "voxel.weapon.sword.frost_cleaver-0", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.40, + Tool("common.items.weapons.sword.bloodsteel-0"): VoxTrans( + "voxel.weapon.sword.bloodsteel-0", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.frost_cleaver_2h-1"): VoxTrans( - "voxel.weapon.sword.frost_cleaver-1", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.40, + Tool("common.items.weapons.sword.bloodsteel-1"): VoxTrans( + "voxel.weapon.sword.bloodsteel-1", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.short_sword_0"): VoxTrans( - "voxel.weapon.sword.short_2h-0", - (-3.0, 3.0, 0.0), (-135.0, 90.0, 0.0), 1.60, + Tool("common.items.weapons.sword.bloodsteel-2"): VoxTrans( + "voxel.weapon.sword.bloodsteel-2", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.starter_sword"): VoxTrans( - "voxel.weapon.sword.rusty_2h", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.3, + Tool("common.items.weapons.sword.bronze-0"): VoxTrans( + "voxel.weapon.sword.bronze-0", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.zweihander_sword_0"): VoxTrans( - "voxel.weapon.sword.zweihander_2h-0", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + Tool("common.items.weapons.sword.bronze-1"): VoxTrans( + "voxel.weapon.sword.bronze-1", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.wood_sword"): VoxTrans( - "voxel.weapon.sword.wood_ore_2h", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + Tool("common.items.weapons.sword.bronze-2"): VoxTrans( + "voxel.weapon.sword.bronze-2", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.greatsword_2h_dam-0"): VoxTrans( - "voxel.weapon.sword.greatsword_2h_dam-0", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.caladbolg"): VoxTrans( + "voxel.weapon.sword.caladbolg", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.greatsword_2h_dam-1"): VoxTrans( - "voxel.weapon.sword.greatsword_2h_dam-1", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.cobalt-0"): VoxTrans( + "voxel.weapon.sword.cobalt-0", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.greatsword_2h_dam-2"): VoxTrans( - "voxel.weapon.sword.greatsword_2h_dam-2", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.cobalt-1"): VoxTrans( + "voxel.weapon.sword.cobalt-1", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.greatsword_2h_simple-0"): VoxTrans( - "voxel.weapon.sword.greatsword_2h_simple-0", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.cobalt-2"): VoxTrans( + "voxel.weapon.sword.cobalt-2", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.greatsword_2h_simple-1"): VoxTrans( - "voxel.weapon.sword.greatsword_2h_simple-1", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.cobalt-3"): VoxTrans( + "voxel.weapon.sword.cobalt-3", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.greatsword_2h_simple-2"): VoxTrans( - "voxel.weapon.sword.greatsword_2h_simple-2", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.cultist"): VoxTrans( + "voxel.weapon.sword.cultist", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.greatsword_2h_orn-0"): VoxTrans( - "voxel.weapon.sword.greatsword_2h_orn-0", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.frost-0"): VoxTrans( + "voxel.weapon.sword.frost-0", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.greatsword_2h_orn-1"): VoxTrans( - "voxel.weapon.sword.greatsword_2h_orn-1", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.frost-1"): VoxTrans( + "voxel.weapon.sword.frost-1", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.greatsword_2h_orn-2"): VoxTrans( - "voxel.weapon.sword.greatsword_2h_orn-2", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.iron-0"): VoxTrans( + "voxel.weapon.sword.iron-0", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.greatsword_2h_fine-0"): VoxTrans( - "voxel.weapon.sword.greatsword_2h_fine-0", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.iron-1"): VoxTrans( + "voxel.weapon.sword.iron-1", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.greatsword_2h_fine-1"): VoxTrans( - "voxel.weapon.sword.greatsword_2h_fine-1", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.iron-10"): VoxTrans( + "voxel.weapon.sword.iron-10", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.greatsword_2h_fine-2"): VoxTrans( - "voxel.weapon.sword.greatsword_2h_fine-2", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.iron-2"): VoxTrans( + "voxel.weapon.sword.iron-2", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_dam-0"): VoxTrans( - "voxel.weapon.sword.long_2h_dam-0", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.iron-3"): VoxTrans( + "voxel.weapon.sword.iron-3", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_dam-1"): VoxTrans( - "voxel.weapon.sword.long_2h_dam-1", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.iron-4"): VoxTrans( + "voxel.weapon.sword.iron-4", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_dam-2"): VoxTrans( - "voxel.weapon.sword.long_2h_dam-2", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.iron-5"): VoxTrans( + "voxel.weapon.sword.iron-5", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_dam-3"): VoxTrans( - "voxel.weapon.sword.long_2h_dam-3", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.iron-6"): VoxTrans( + "voxel.weapon.sword.iron-6", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_dam-4"): VoxTrans( - "voxel.weapon.sword.long_2h_dam-4", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.iron-7"): VoxTrans( + "voxel.weapon.sword.iron-7", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_dam-5"): VoxTrans( - "voxel.weapon.sword.long_2h_dam-5", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.iron-8"): VoxTrans( + "voxel.weapon.sword.iron-8", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_simple-0"): VoxTrans( - "voxel.weapon.sword.long_2h_simple-0", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.iron-9"): VoxTrans( + "voxel.weapon.sword.iron-9", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_simple-1"): VoxTrans( - "voxel.weapon.sword.long_2h_simple-1", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.starter"): VoxTrans( + "voxel.weapon.sword.starter", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_simple-2"): VoxTrans( - "voxel.weapon.sword.long_2h_simple-2", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.steel-0"): VoxTrans( + "voxel.weapon.sword.steel-0", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_simple-3"): VoxTrans( - "voxel.weapon.sword.long_2h_simple-3", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.steel-1"): VoxTrans( + "voxel.weapon.sword.steel-1", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_simple-4"): VoxTrans( - "voxel.weapon.sword.long_2h_simple-4", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.steel-2"): VoxTrans( + "voxel.weapon.sword.steel-2", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_simple-5"): VoxTrans( - "voxel.weapon.sword.long_2h_simple-5", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.steel-3"): VoxTrans( + "voxel.weapon.sword.steel-3", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_orn-0"): VoxTrans( - "voxel.weapon.sword.long_2h_orn-0", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.steel-4"): VoxTrans( + "voxel.weapon.sword.steel-4", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_orn-1"): VoxTrans( - "voxel.weapon.sword.long_2h_orn-1", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.steel-5"): VoxTrans( + "voxel.weapon.sword.steel-5", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_orn-2"): VoxTrans( - "voxel.weapon.sword.long_2h_orn-2", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.steel-6"): VoxTrans( + "voxel.weapon.sword.steel-6", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_orn-3"): VoxTrans( - "voxel.weapon.sword.long_2h_orn-3", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.steel-7"): VoxTrans( + "voxel.weapon.sword.steel-7", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_orn-4"): VoxTrans( - "voxel.weapon.sword.long_2h_orn-4", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.steel-8"): VoxTrans( + "voxel.weapon.sword.steel-8", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_orn-5"): VoxTrans( - "voxel.weapon.sword.long_2h_orn-5", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.stone-0"): VoxTrans( + "voxel.weapon.sword.stone-0", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_fine-0"): VoxTrans( - "voxel.weapon.sword.long_2h_fine-0", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.stone-1"): VoxTrans( + "voxel.weapon.sword.stone-1", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_fine-1"): VoxTrans( - "voxel.weapon.sword.long_2h_fine-1", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.stone-2"): VoxTrans( + "voxel.weapon.sword.stone-2", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_fine-2"): VoxTrans( - "voxel.weapon.sword.long_2h_fine-2", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.wood-0"): VoxTrans( + "voxel.weapon.sword.wood-0", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_fine-3"): VoxTrans( - "voxel.weapon.sword.long_2h_fine-3", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.wood-1"): VoxTrans( + "voxel.weapon.sword.wood-1", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), - Tool("common.items.weapons.sword.long_2h_fine-4"): VoxTrans( - "voxel.weapon.sword.long_2h_fine-4", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, - ), - Tool("common.items.weapons.sword.long_2h_fine-5"): VoxTrans( - "voxel.weapon.sword.long_2h_fine-5", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, - ), - Tool("common.items.weapons.sword.cultist_purp_2h-0"): VoxTrans( - "voxel.weapon.sword.cultist_purp_2h-0", - (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, + Tool("common.items.weapons.sword.wood-2"): VoxTrans( + "voxel.weapon.sword.wood-2", + (0.0, 0.0, -4.0), (-135.0, 90.0, 0.0), 1.1, ), Tool("common.items.debug.admin_sword"): VoxTrans( - "voxel.weapon.sword.frost_cleaver-1", + "voxel.weapon.sword.frost-1", (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.5, ), // 1h Swords @@ -371,43 +443,47 @@ // Axes Tool("common.items.weapons.axe.starter_axe"): VoxTrans( "voxel.weapon.axe.2haxe_rusty", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1, ), Tool("common.items.weapons.axe.orc_axe-0"): VoxTrans( "voxel.weapon.axe.2haxe_orc-0", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.13, ), Tool("common.items.weapons.axe.worn_iron_axe-0"): VoxTrans( "voxel.weapon.axe.2haxe_worn_iron-0", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.1, ), Tool("common.items.weapons.axe.worn_iron_axe-1"): VoxTrans( "voxel.weapon.axe.2haxe_worn_iron-1", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, 0.5, 0.0), (-135.0, 90.0, 0.0), 1.1, ), Tool("common.items.weapons.axe.worn_iron_axe-2"): VoxTrans( "voxel.weapon.axe.2haxe_worn_iron-2", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, 0.8, 0.0), (-135.0, 90.0, 0.0), 1.15, ), Tool("common.items.weapons.axe.worn_iron_axe-3"): VoxTrans( "voxel.weapon.axe.2haxe_worn_iron-3", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, 0.5, 0.0), (-135.0, 90.0, 0.0), 1.1, ), Tool("common.items.weapons.axe.worn_iron_axe-4"): VoxTrans( "voxel.weapon.axe.2haxe_worn_iron-4", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.2, ), Tool("common.items.weapons.axe.bronze_axe-0"): VoxTrans( "voxel.weapon.axe.2haxe_bronze-0", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.1, ), Tool("common.items.weapons.axe.bronze_axe-1"): VoxTrans( "voxel.weapon.axe.2haxe_bronze-1", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + ), + Tool("common.items.weapons.axe.bronze_axe-2"): VoxTrans( + "voxel.weapon.axe.2haxe_bronze-2", + (1.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1., ), Tool("common.items.weapons.axe.iron_axe-0"): VoxTrans( "voxel.weapon.axe.2haxe_iron-0", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.05, ), Tool("common.items.weapons.axe.iron_axe-1"): VoxTrans( "voxel.weapon.axe.2haxe_iron-1", @@ -415,19 +491,19 @@ ), Tool("common.items.weapons.axe.iron_axe-2"): VoxTrans( "voxel.weapon.axe.2haxe_iron-2", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1, ), Tool("common.items.weapons.axe.iron_axe-3"): VoxTrans( "voxel.weapon.axe.2haxe_iron-3", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1, ), Tool("common.items.weapons.axe.iron_axe-4"): VoxTrans( "voxel.weapon.axe.2haxe_iron-4", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.05, ), Tool("common.items.weapons.axe.iron_axe-5"): VoxTrans( "voxel.weapon.axe.2haxe_iron-5", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, -0.5, 0.0), (-135.0, 90.0, 0.0), 1.1, ), Tool("common.items.weapons.axe.iron_axe-6"): VoxTrans( "voxel.weapon.axe.2haxe_iron-6", @@ -435,11 +511,11 @@ ), Tool("common.items.weapons.axe.iron_axe-7"): VoxTrans( "voxel.weapon.axe.2haxe_iron-7", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1, ), Tool("common.items.weapons.axe.iron_axe-8"): VoxTrans( "voxel.weapon.axe.2haxe_iron-8", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.13, ), Tool("common.items.weapons.axe.iron_axe-9"): VoxTrans( "voxel.weapon.axe.2haxe_iron-9", @@ -447,7 +523,7 @@ ), Tool("common.items.weapons.axe.steel_axe-0"): VoxTrans( "voxel.weapon.axe.2haxe_steel-0", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1, ), Tool("common.items.weapons.axe.steel_axe-1"): VoxTrans( "voxel.weapon.axe.2haxe_steel-1", @@ -467,32 +543,40 @@ ), Tool("common.items.weapons.axe.steel_axe-5"): VoxTrans( "voxel.weapon.axe.2haxe_steel-5", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1, ), Tool("common.items.weapons.axe.steel_axe-6"): VoxTrans( "voxel.weapon.axe.2haxe_steel-6", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.2, ), Tool("common.items.weapons.axe.bloodsteel_axe-0"): VoxTrans( "voxel.weapon.axe.2haxe_bloodsteel-0", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.15, ), Tool("common.items.weapons.axe.bloodsteel_axe-1"): VoxTrans( "voxel.weapon.axe.2haxe_bloodsteel-1", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.1, ), Tool("common.items.weapons.axe.bloodsteel_axe-2"): VoxTrans( "voxel.weapon.axe.2haxe_bloodsteel-2", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1, ), Tool("common.items.weapons.axe.cobalt_axe-0"): VoxTrans( "voxel.weapon.axe.2haxe_cobalt-0", - (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, + (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1, + ), + Tool("common.items.weapons.axe.cobalt_axe-1"): VoxTrans( + "voxel.weapon.axe.2haxe_cobalt-1", + (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1, ), Tool("common.items.weapons.axe.malachite_axe-0"): VoxTrans( "voxel.weapon.axe.2haxe_malachite-0", (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.2, ), + Tool("common.items.weapons.axe.parashu"): VoxTrans( + "voxel.weapon.axe.parashu", + (1.0, -1.0, 0.0), (-135.0, 90.0, 0.0), 1.1, + ), // 1h Axes Tool("common.items.weapons.axe_1h.bloodsteel-0"): VoxTrans( "voxel.weapon.axe_1h.bloodsteel-0", diff --git a/assets/voxygen/voxel/humanoid_main_weapon_manifest.ron b/assets/voxygen/voxel/humanoid_main_weapon_manifest.ron index a36258c555..45f11c6aac 100644 --- a/assets/voxygen/voxel/humanoid_main_weapon_manifest.ron +++ b/assets/voxygen/voxel/humanoid_main_weapon_manifest.ron @@ -1,174 +1,166 @@ ({ //Swords - "common.items.weapons.sword.starter_sword": ( - vox_spec: ("weapon.sword.rusty_2h", (-1.5, -6.5, -4.0)), + "common.items.weapons.sword.bloodsteel-0": ( + vox_spec: ("weapon.sword.bloodsteel-0", (-1.5, -4.5, -4.0)), color: None ), - "common.items.weapons.sword.wood_sword": ( - vox_spec: ("weapon.sword.wood_ore_2h", (-1.5, -6.5, -4.0)), + "common.items.weapons.sword.bloodsteel-1": ( + vox_spec: ("weapon.sword.bloodsteel-1", (-2.5, -3.0, -5.5)), color: None ), - "common.items.weapons.sword.zweihander_sword_0": ( - vox_spec: ("weapon.sword.zweihander_2h-0", (-1.5, -6.5, -4.0)), + "common.items.weapons.sword.bloodsteel-2": ( + vox_spec: ("weapon.sword.bloodsteel-2", (-1.5, -3.5, -4.0)), color: None ), - "common.items.weapons.sword.short_sword_0": ( - vox_spec: ("weapon.sword.short_2h-0", (-1.5, -6.5, -1.0)), + "common.items.weapons.sword.bronze-0": ( + vox_spec: ("weapon.sword.bronze-0", (-1.5, -3.0, -4.0)), color: None ), - "common.items.weapons.sword.greatsword_2h_dam-0": ( - vox_spec: ("weapon.sword.greatsword_2h_dam-0", (-1.0, -4.5, -6.5)), + "common.items.weapons.sword.bronze-1": ( + vox_spec: ("weapon.sword.bronze-1", (-1.5, -3.0, -4.0)), color: None ), - "common.items.weapons.sword.greatsword_2h_dam-1": ( - vox_spec: ("weapon.sword.greatsword_2h_dam-1", (-1.0, -4.5, -6.5)), + "common.items.weapons.sword.bronze-2": ( + vox_spec: ("weapon.sword.bronze-2", (-1.5, -3.0, -4.0)), color: None ), - "common.items.weapons.sword.greatsword_2h_dam-2": ( - vox_spec: ("weapon.sword.greatsword_2h_dam-2", (-1.0, -4.5, -6.5)), + "common.items.weapons.sword.caladbolg": ( + vox_spec: ("weapon.sword.caladbolg", (-1.5, -5.5, -4.0)), color: None ), - "common.items.weapons.sword.greatsword_2h_simple-0": ( - vox_spec: ("weapon.sword.greatsword_2h_simple-0", (-1.0, -4.5, -6.5)), + "common.items.weapons.sword.cobalt-0": ( + vox_spec: ("weapon.sword.cobalt-0", (-1.5, -5.0, -4.0)), color: None ), - "common.items.weapons.sword.greatsword_2h_simple-1": ( - vox_spec: ("weapon.sword.greatsword_2h_simple-1", (-1.0, -4.5, -6.5)), + "common.items.weapons.sword.cobalt-1": ( + vox_spec: ("weapon.sword.cobalt-1", (-1.5, -6.0, -5.0)), color: None ), - "common.items.weapons.sword.greatsword_2h_simple-2": ( - vox_spec: ("weapon.sword.greatsword_2h_simple-2", (-1.0, -4.5, -6.5)), + "common.items.weapons.sword.cobalt-2": ( + vox_spec: ("weapon.sword.cobalt-2", (-1.5, -5.0, -4.0)), color: None ), - "common.items.weapons.sword.greatsword_2h_orn-0": ( - vox_spec: ("weapon.sword.greatsword_2h_orn-0", (-1.0, -4.5, -7.5)), + "common.items.weapons.sword.cobalt-3": ( + vox_spec: ("weapon.sword.cobalt-3", (-1.5, -4.0, -4.0)), color: None ), - "common.items.weapons.sword.greatsword_2h_orn-1": ( - vox_spec: ("weapon.sword.greatsword_2h_orn-1", (-1.0, -4.5, -7.5)), + "common.items.weapons.sword.cultist": ( + vox_spec: ("weapon.sword.cultist", (-1.5, -4.0, -6.0)), color: None ), - "common.items.weapons.sword.greatsword_2h_orn-2": ( - vox_spec: ("weapon.sword.greatsword_2h_orn-2", (-1.0, -4.5, -7.5)), + "common.items.weapons.sword.frost-0": ( + vox_spec: ("weapon.sword.frost-0", (-1.5, -5.5, -5.0)), color: None ), - "common.items.weapons.sword.greatsword_2h_fine-0": ( - vox_spec: ("weapon.sword.greatsword_2h_fine-0", (-2.0, -6.5, -8.0)), + "common.items.weapons.sword.frost-1": ( + vox_spec: ("weapon.sword.frost-1", (-1.5, -5.5, -5.0)), color: None ), - "common.items.weapons.sword.greatsword_2h_fine-1": ( - vox_spec: ("weapon.sword.greatsword_2h_fine-1", (-2.0, -6.5, -8.0)), + "common.items.weapons.sword.iron-0": ( + vox_spec: ("weapon.sword.iron-0", (-1.5, -3.5, -4.0)), color: None ), - "common.items.weapons.sword.greatsword_2h_fine-2": ( - vox_spec: ("weapon.sword.greatsword_2h_fine-2", (-2.0, -6.5, -8.0)), + "common.items.weapons.sword.iron-1": ( + vox_spec: ("weapon.sword.iron-1", (-1.5, -5.0, -5.0)), color: None ), - "common.items.weapons.sword.long_2h_dam-0": ( - vox_spec: ("weapon.sword.long_2h_dam-0", (-1.0, -3.5, -5.0)), + "common.items.weapons.sword.iron-2": ( + vox_spec: ("weapon.sword.iron-2", (-1.5, -5.0, -4.0)), color: None ), - "common.items.weapons.sword.long_2h_dam-1": ( - vox_spec: ("weapon.sword.long_2h_dam-1", (-1.0, -3.5, -5.0)), + "common.items.weapons.sword.iron-3": ( + vox_spec: ("weapon.sword.iron-3", (-1.5, -4.0, -4.0)), color: None ), - "common.items.weapons.sword.long_2h_dam-2": ( - vox_spec: ("weapon.sword.long_2h_dam-2", (-1.0, -3.5, -5.0)), + "common.items.weapons.sword.iron-4": ( + vox_spec: ("weapon.sword.iron-4", (-1.5, -4.0, -4.0)), color: None ), - "common.items.weapons.sword.long_2h_dam-3": ( - vox_spec: ("weapon.sword.long_2h_dam-3", (-1.0, -3.5, -5.0)), + "common.items.weapons.sword.iron-5": ( + vox_spec: ("weapon.sword.iron-5", (-1.5, -4.0, -4.0)), color: None ), - "common.items.weapons.sword.long_2h_dam-4": ( - vox_spec: ("weapon.sword.long_2h_dam-4", (-1.0, -3.5, -5.0)), + "common.items.weapons.sword.iron-6": ( + vox_spec: ("weapon.sword.iron-6", (-1.5, -5.0, -5.0)), color: None ), - "common.items.weapons.sword.long_2h_dam-5": ( - vox_spec: ("weapon.sword.long_2h_dam-5", (-1.0, -3.5, -5.0)), + "common.items.weapons.sword.iron-7": ( + vox_spec: ("weapon.sword.iron-7", (-2.0, -6.0, -5.0)), color: None ), - "common.items.weapons.sword.long_2h_simple-0": ( - vox_spec: ("weapon.sword.long_2h_simple-0", (-1.0, -3.5, -5.0)), + "common.items.weapons.sword.iron-8": ( + vox_spec: ("weapon.sword.iron-8", (-2.0, -5.0, -4.0)), color: None ), - "common.items.weapons.sword.long_2h_simple-1": ( - vox_spec: ("weapon.sword.long_2h_simple-1", (-1.0, -3.5, -5.0)), + "common.items.weapons.sword.iron-9": ( + vox_spec: ("weapon.sword.iron-9", (-1.5, -2.5, -4.0)), color: None ), - "common.items.weapons.sword.long_2h_simple-2": ( - vox_spec: ("weapon.sword.long_2h_simple-2", (-1.0, -3.5, -5.0)), + "common.items.weapons.sword.iron-10": ( + vox_spec: ("weapon.sword.iron-10", (-1.5, -4.0, -4.0)), color: None ), - "common.items.weapons.sword.long_2h_simple-3": ( - vox_spec: ("weapon.sword.long_2h_simple-3", (-1.0, -3.5, -5.0)), + "common.items.weapons.sword.starter": ( + vox_spec: ("weapon.sword.starter", (-1.5, -4.0, -4.0)), color: None ), - "common.items.weapons.sword.long_2h_simple-4": ( - vox_spec: ("weapon.sword.long_2h_simple-4", (-1.0, -3.5, -5.0)), + "common.items.weapons.sword.steel-0": ( + vox_spec: ("weapon.sword.steel-0", (-1.5, -5.0, -5.0)), color: None ), - "common.items.weapons.sword.long_2h_simple-5": ( - vox_spec: ("weapon.sword.long_2h_simple-5", (-1.0, -3.5, -5.0)), + "common.items.weapons.sword.steel-1": ( + vox_spec: ("weapon.sword.steel-1", (-1.5, -4.0, -5.0)), color: None ), - "common.items.weapons.sword.long_2h_orn-0": ( - vox_spec: ("weapon.sword.long_2h_orn-0", (-1.0, -3.5, -6.0)), + "common.items.weapons.sword.steel-2": ( + vox_spec: ("weapon.sword.steel-2", (-1.5, -6.0, -4.0)), color: None ), - "common.items.weapons.sword.long_2h_orn-1": ( - vox_spec: ("weapon.sword.long_2h_orn-1", (-1.0, -3.5, -6.0)), + "common.items.weapons.sword.steel-3": ( + vox_spec: ("weapon.sword.steel-3", (-1.5, -4.0, -4.0)), color: None ), - "common.items.weapons.sword.long_2h_orn-2": ( - vox_spec: ("weapon.sword.long_2h_orn-2", (-1.0, -3.5, -6.0)), + "common.items.weapons.sword.steel-4": ( + vox_spec: ("weapon.sword.steel-4", (-1.5, -5.0, -4.0)), color: None ), - "common.items.weapons.sword.long_2h_orn-3": ( - vox_spec: ("weapon.sword.long_2h_orn-3", (-1.0, -3.5, -6.0)), + "common.items.weapons.sword.steel-5": ( + vox_spec: ("weapon.sword.steel-5", (-1.5, -2.5, -5.0)), color: None ), - "common.items.weapons.sword.long_2h_orn-4": ( - vox_spec: ("weapon.sword.long_2h_orn-4", (-1.0, -3.5, -6.0)), + "common.items.weapons.sword.steel-6": ( + vox_spec: ("weapon.sword.steel-6", (-1.5, -5.0, -4.0)), color: None ), - "common.items.weapons.sword.long_2h_orn-5": ( - vox_spec: ("weapon.sword.long_2h_orn-5", (-1.0, -3.5, -6.0)), + "common.items.weapons.sword.steel-7": ( + vox_spec: ("weapon.sword.steel-7", (-1.5, -5.0, -4.0)), color: None ), - "common.items.weapons.sword.long_2h_fine-0": ( - vox_spec: ("weapon.sword.long_2h_fine-0", (-2.0, -4.5, -6.0)), + "common.items.weapons.sword.steel-8": ( + vox_spec: ("weapon.sword.steel-8", (-1.5, -5.0, -5.0)), color: None ), - "common.items.weapons.sword.long_2h_fine-1": ( - vox_spec: ("weapon.sword.long_2h_fine-1", (-2.0, -4.5, -6.0)), + "common.items.weapons.sword.stone-0": ( + vox_spec: ("weapon.sword.stone-0", (-2.5, -4.0, -5.0)), color: None ), - "common.items.weapons.sword.long_2h_fine-2": ( - vox_spec: ("weapon.sword.long_2h_fine-2", (-2.0, -4.5, -6.0)), + "common.items.weapons.sword.stone-1": ( + vox_spec: ("weapon.sword.stone-1", (-1.5, -4.0, -5.0)), color: None ), - "common.items.weapons.sword.long_2h_fine-3": ( - vox_spec: ("weapon.sword.long_2h_fine-3", (-2.0, -4.5, -6.0)), + "common.items.weapons.sword.stone-2": ( + vox_spec: ("weapon.sword.stone-2", (-1.5, -4.0, -4.0)), color: None ), - "common.items.weapons.sword.long_2h_fine-4": ( - vox_spec: ("weapon.sword.long_2h_fine-4", (-2.0, -4.5, -6.0)), + "common.items.weapons.sword.wood-0": ( + vox_spec: ("weapon.sword.wood-0", (-1.5, -3.5, -4.0)), color: None ), - "common.items.weapons.sword.long_2h_fine-5": ( - vox_spec: ("weapon.sword.long_2h_fine-5", (-2.0, -4.5, -6.0)), + "common.items.weapons.sword.wood-1": ( + vox_spec: ("weapon.sword.wood-1", (-1.5, -5.0, -5.0)), color: None ), - "common.items.weapons.sword.cultist_purp_2h-0": ( - vox_spec: ("weapon.sword.cultist_purp_2h-0", (-2.0, -4.5, -7.5)), - color: None - ), - "common.items.weapons.sword.frost_cleaver_2h-0": ( - vox_spec: ("weapon.sword.frost_cleaver-0", (-2.0, -4.5, -7.5)), - color: None - ), - "common.items.weapons.sword.frost_cleaver_2h-1": ( - vox_spec: ("weapon.sword.frost_cleaver-1", (-2.0, -4.5, -7.5)), + "common.items.weapons.sword.wood-2": ( + vox_spec: ("weapon.sword.wood-2", (-1.5, -6.5, -3.0)), color: None ), // 1h Swords @@ -262,7 +254,7 @@ ), // Axes "common.items.weapons.axe.starter_axe": ( - vox_spec: ("weapon.axe.2haxe_rusty", (-1.5, -5.0, -4.0)), + vox_spec: ("weapon.axe.2haxe_rusty", (-1.5, -7.0, -4.0)), color: None ), "common.items.weapons.axe.orc_axe-0": ( @@ -270,7 +262,7 @@ color: None ), "common.items.weapons.axe.worn_iron_axe-0": ( - vox_spec: ("weapon.axe.2haxe_worn_iron-0", (-1.5, -3.0, -4.0)), + vox_spec: ("weapon.axe.2haxe_worn_iron-0", (-1.5, -5.0, -4.0)), color: None ), "common.items.weapons.axe.worn_iron_axe-1": ( @@ -286,55 +278,59 @@ color: None ), "common.items.weapons.axe.worn_iron_axe-4": ( - vox_spec: ("weapon.axe.2haxe_worn_iron-4", (-1.5, -4.0, -5.5)), + vox_spec: ("weapon.axe.2haxe_worn_iron-4", (-1.5, -6.0, -5.5)), color: None ), "common.items.weapons.axe.bronze_axe-0": ( - vox_spec: ("weapon.axe.2haxe_bronze-0", (-1.5, -4.0, -4.5)), + vox_spec: ("weapon.axe.2haxe_bronze-0", (-1.5, -7.0, -4.5)), color: None ), "common.items.weapons.axe.bronze_axe-1": ( - vox_spec: ("weapon.axe.2haxe_bronze-1", (-1.5, -3.0, -5.5)), + vox_spec: ("weapon.axe.2haxe_bronze-1", (-1.5, -5.0, -4.0)), + color: None + ), + "common.items.weapons.axe.bronze_axe-2": ( + vox_spec: ("weapon.axe.2haxe_bronze-2", (-1.5, -8.0, -4.0)), color: None ), "common.items.weapons.axe.iron_axe-0": ( - vox_spec: ("weapon.axe.2haxe_iron-0", (-1.5, -5.0, -5.5)), + vox_spec: ("weapon.axe.2haxe_iron-0", (-1.5, -7.0, -5.5)), color: None ), "common.items.weapons.axe.iron_axe-1": ( - vox_spec: ("weapon.axe.2haxe_iron-1", (-1.5, -5.0, -5.5)), + vox_spec: ("weapon.axe.2haxe_iron-1", (-1.5, -7.0, -5.5)), color: None ), "common.items.weapons.axe.iron_axe-2": ( - vox_spec: ("weapon.axe.2haxe_iron-2", (-1.5, -5.0, -5.5)), + vox_spec: ("weapon.axe.2haxe_iron-2", (-1.5, -7.0, -5.5)), color: None ), "common.items.weapons.axe.iron_axe-3": ( - vox_spec: ("weapon.axe.2haxe_iron-3", (-1.5, -6.0, -6.5)), + vox_spec: ("weapon.axe.2haxe_iron-3", (-1.5, -8.0, -6.5)), color: None ), "common.items.weapons.axe.iron_axe-4": ( - vox_spec: ("weapon.axe.2haxe_iron-4", (-1.5, -6.0, -5.5)), + vox_spec: ("weapon.axe.2haxe_iron-4", (-1.5, -7.0, -5.5)), color: None ), "common.items.weapons.axe.iron_axe-5": ( - vox_spec: ("weapon.axe.2haxe_iron-5", (-1.5, -6.0, -5.0)), + vox_spec: ("weapon.axe.2haxe_iron-5", (-1.5, -7.0, -5.0)), color: None ), "common.items.weapons.axe.iron_axe-6": ( - vox_spec: ("weapon.axe.2haxe_iron-6", (-1.5, -5.0, -6.0)), + vox_spec: ("weapon.axe.2haxe_iron-6", (-1.5, -7.0, -6.0)), color: None ), "common.items.weapons.axe.iron_axe-7": ( - vox_spec: ("weapon.axe.2haxe_iron-7", (-1.5, -5.0, -5.0)), + vox_spec: ("weapon.axe.2haxe_iron-7", (-1.5, -7.0, -5.0)), color: None ), "common.items.weapons.axe.iron_axe-8": ( - vox_spec: ("weapon.axe.2haxe_iron-8", (-1.5, -5.0, -5.0)), + vox_spec: ("weapon.axe.2haxe_iron-8", (-1.5, -7.0, -5.0)), color: None ), "common.items.weapons.axe.iron_axe-9": ( - vox_spec: ("weapon.axe.2haxe_iron-9", (-1.5, -4.0, -5.0)), + vox_spec: ("weapon.axe.2haxe_iron-9", (-1.5, -6.0, -5.0)), color: None ), "common.items.weapons.axe.steel_axe-0": ( @@ -342,27 +338,27 @@ color: None ), "common.items.weapons.axe.steel_axe-1": ( - vox_spec: ("weapon.axe.2haxe_steel-1", (-1.5, -7.0, -5.5)), + vox_spec: ("weapon.axe.2haxe_steel-1", (-1.5, -8.0, -5.5)), color: None ), "common.items.weapons.axe.steel_axe-2": ( - vox_spec: ("weapon.axe.2haxe_steel-2", (-1.5, -3.5, -3.5)), + vox_spec: ("weapon.axe.2haxe_steel-2", (-1.5, -9.0, -3.5)), color: None ), "common.items.weapons.axe.steel_axe-3": ( - vox_spec: ("weapon.axe.2haxe_steel-3", (-1.5, -4.0, -6.0)), + vox_spec: ("weapon.axe.2haxe_steel-3", (-1.5, -5.5, -6.0)), color: None ), "common.items.weapons.axe.steel_axe-4": ( - vox_spec: ("weapon.axe.2haxe_steel-4", (-1.5, -4.0, -5.5)), + vox_spec: ("weapon.axe.2haxe_steel-4", (-1.5, -6.0, -5.5)), color: None ), "common.items.weapons.axe.steel_axe-5": ( - vox_spec: ("weapon.axe.2haxe_steel-5", (-1.5, -5.5, -5.5)), + vox_spec: ("weapon.axe.2haxe_steel-5", (-1.5, -8.0, -5.5)), color: None ), "common.items.weapons.axe.steel_axe-6": ( - vox_spec: ("weapon.axe.2haxe_steel-6", (-1.5, -4.0, -4.0)), + vox_spec: ("weapon.axe.2haxe_steel-6", (-1.5, -6.0, -4.0)), color: None ), "common.items.weapons.axe.bloodsteel_axe-0": ( @@ -370,19 +366,27 @@ color: None ), "common.items.weapons.axe.bloodsteel_axe-1": ( - vox_spec: ("weapon.axe.2haxe_bloodsteel-1", (-1.5, -5.5, -5.0)), + vox_spec: ("weapon.axe.2haxe_bloodsteel-1", (-1.5, -7.0, -5.0)), color: None ), "common.items.weapons.axe.bloodsteel_axe-2": ( - vox_spec: ("weapon.axe.2haxe_bloodsteel-2", (-1.5, -5.0, -4.0)), + vox_spec: ("weapon.axe.2haxe_bloodsteel-2", (-1.5, -8.0, -4.0)), color: None ), "common.items.weapons.axe.cobalt_axe-0": ( - vox_spec: ("weapon.axe.2haxe_cobalt-0", (-1.5, -5.0, -5.5)), + vox_spec: ("weapon.axe.2haxe_cobalt-0", (-1.5, -7.0, -5.5)), + color: None + ), + "common.items.weapons.axe.cobalt_axe-1": ( + vox_spec: ("weapon.axe.2haxe_cobalt-1", (-1.5, -8.0, -5.5)), color: None ), "common.items.weapons.axe.malachite_axe-0": ( - vox_spec: ("weapon.axe.2haxe_malachite-0", (-1.5, -5.0, -6.0)), + vox_spec: ("weapon.axe.2haxe_malachite-0", (-1.5, -7.0, -5.0)), + color: None + ), + "common.items.weapons.axe.parashu": ( + vox_spec: ("weapon.axe.parashu", (-1.5, -12.0, -6.0)), color: None ), // 1h Axes @@ -691,48 +695,128 @@ color: None ), // Bows - "common.items.weapons.bow.starter_bow": ( - vox_spec: ("weapon.bow.shortbow_starter", (-0.5, -3.0, -8.5)), + "common.items.weapons.bow.bone-0": ( + vox_spec: ("weapon.bow.bone-0", (-0.5, -5.5, -12.5)), color: None ), - "common.items.weapons.bow.wood_shortbow-0": ( - vox_spec: ("weapon.bow.shortbow_wood-0", (-0.5, -3.0, -9.5)), + "common.items.weapons.bow.bone-1": ( + vox_spec: ("weapon.bow.bone-1", (-1.5, -4.5, -15.5)), color: None ), - "common.items.weapons.bow.wood_shortbow-1": ( - vox_spec: ("weapon.bow.shortbow_wood-1", (-0.5, -3.5, -9.5)), + "common.items.weapons.bow.bone-2": ( + vox_spec: ("weapon.bow.bone-2", (-1.5, -5.5, -13.0)), color: None ), - "common.items.weapons.bow.leafy_shortbow-0": ( - vox_spec: ("weapon.bow.shortbow_leafy-0", (-0.5, -4.5, -9.0)), + "common.items.weapons.bow.bone-3": ( + vox_spec: ("weapon.bow.bone-3", (-1.5, -5.0, -12.5)), color: None ), - "common.items.weapons.bow.wood_longbow-0": ( - vox_spec: ("weapon.bow.longbow_wood-0", (-0.5, -3.5, -12.5)), + "common.items.weapons.bow.eldwood-0": ( + vox_spec: ("weapon.bow.eldwood-0", (-1.5, -4.0, -12.5)), color: None ), - "common.items.weapons.bow.wood_longbow-1": ( - vox_spec: ("weapon.bow.longbow_wood-1", (-1.5, -3.5, -12.5)), + "common.items.weapons.bow.eldwood-1": ( + vox_spec: ("weapon.bow.eldwood-1", (-1.5, -5.5, -12.5)), color: None ), - "common.items.weapons.bow.leafy_longbow-0": ( - vox_spec: ("weapon.bow.longbow_leafy-0", (-1.5, -4.5, -12.5)), + "common.items.weapons.bow.eldwood-2": ( + vox_spec: ("weapon.bow.eldwood-2", (-1.5, -4.5, -12.5)), color: None ), - "common.items.weapons.bow.horn_longbow-0": ( - vox_spec: ("weapon.bow.longbow_horn-0", (-1.5, -4.5, -17.5)), + "common.items.weapons.bow.frostwood-0": ( + vox_spec: ("weapon.bow.frostwood-0", (-1.5, -6.0, -13.5)), color: None ), - "common.items.weapons.bow.iron_longbow-0": ( - vox_spec: ("weapon.bow.longbow_iron-0", (-1.5, -4.0, -16.0)), + "common.items.weapons.bow.frostwood-1": ( + vox_spec: ("weapon.bow.frostwood-1", (-1.5, -5.0, -12.5)), color: None ), - "common.items.weapons.bow.rare_longbow": ( - vox_spec: ("weapon.bow.longbow_rare", (-1.5, -5.0, -13.5)), + "common.items.weapons.bow.frostwood-2": ( + vox_spec: ("weapon.bow.frostwood-2", (-1.5, -4.5, -12.5)), color: None ), - "common.items.weapons.bow.nature_ore_longbow-0": ( - vox_spec: ("weapon.bow.longbow_ore_nature-0", (-1.5, -4.0, -15.0)), + "common.items.weapons.bow.hardwood-0": ( + vox_spec: ("weapon.bow.hardwood-0", (-1.5, -4.0, -12.0)), + color: None + ), + "common.items.weapons.bow.hardwood-1": ( + vox_spec: ("weapon.bow.hardwood-1", (-1.5, -4.5, -12.5)), + color: None + ), + "common.items.weapons.bow.hardwood-2": ( + vox_spec: ("weapon.bow.hardwood-2", (-1.5, -6.0, -12.5)), + color: None + ), + "common.items.weapons.bow.hardwood-3": ( + vox_spec: ("weapon.bow.hardwood-3", (-0.5, -4.0, -11.0)), + color: None + ), + "common.items.weapons.bow.hardwood-4": ( + vox_spec: ("weapon.bow.hardwood-4", (-0.5, -3.5, -12.5)), + color: None + ), + "common.items.weapons.bow.hardwood-5": ( + vox_spec: ("weapon.bow.hardwood-5", (-1.5, -5.0, -13.5)), + color: None + ), + "common.items.weapons.bow.metal-0": ( + vox_spec: ("weapon.bow.metal-0", (-0.5, -6.0, -13.5)), + color: None + ), + "common.items.weapons.bow.metal-1": ( + vox_spec: ("weapon.bow.metal-1", (-1.5, -5.0, -13.5)), + color: None + ), + "common.items.weapons.bow.metal-2": ( + vox_spec: ("weapon.bow.metal-2", (-1.5, -4.0, -11.5)), + color: None + ), + "common.items.weapons.bow.metal-3": ( + vox_spec: ("weapon.bow.metal-3", (-1.5, -5.5, -15.0)), + color: None + ), + "common.items.weapons.bow.metal-4": ( + vox_spec: ("weapon.bow.metal-4", (-1.5, -4.0, -15.0)), + color: None + ), + "common.items.weapons.bow.rawwood-0": ( + vox_spec: ("weapon.bow.rawwood-0", (-1.5, -4.0, -12.5)), + color: None + ), + "common.items.weapons.bow.rawwood-1": ( + vox_spec: ("weapon.bow.rawwood-1", (-1.5, -4.0, -12.5)), + color: None + ), + "common.items.weapons.bow.sagitta": ( + vox_spec: ("weapon.bow.sagitta", (-1.5, -7.0, -12.5)), + color: None + ), + "common.items.weapons.bow.starter": ( + vox_spec: ("weapon.bow.starter", (-0.5, -3.0, -8.5)), + color: None + ), + "common.items.weapons.bow.velorite": ( + vox_spec: ("weapon.bow.velorite", (-1.5, -4.0, -15.0)), + color: None + ), + "common.items.weapons.bow.wood-0": ( + vox_spec: ("weapon.bow.wood-0", (-0.5, -5.0, -11.0)), + color: None + ), + "common.items.weapons.bow.wood-1": ( + vox_spec: ("weapon.bow.wood-1", (-0.5, -4.5, -12.5)), + color: None + ), + "common.items.weapons.bow.wood-2": ( + vox_spec: ("weapon.bow.wood-2", (-0.5, -3.5, -11.0)), + color: None + ), + "common.items.weapons.bow.wood-3": ( + vox_spec: ("weapon.bow.wood-3", (-0.5, -3.5, -12.5)), + color: None + ), + "common.items.weapons.bow.wood-4": ( + vox_spec: ("weapon.bow.wood-4", (-0.5, -4.5, -11.5)), color: None ), // Farming Equipment @@ -832,7 +916,7 @@ color: None ), "common.items.debug.admin_sword": ( - vox_spec: ("weapon.sword.frost_cleaver-1", (-2.0, -4.5, -7.5)), + vox_spec: ("weapon.sword.frost-1", (-2.0, -4.5, -7.5)), color: None ), // Misc diff --git a/assets/voxygen/voxel/weapon/axe/2haxe_bloodsteel-2.vox b/assets/voxygen/voxel/weapon/axe/2haxe_bloodsteel-2.vox index bdc33b04eb..edd95735ae 100644 Binary files a/assets/voxygen/voxel/weapon/axe/2haxe_bloodsteel-2.vox and b/assets/voxygen/voxel/weapon/axe/2haxe_bloodsteel-2.vox differ diff --git a/assets/voxygen/voxel/weapon/axe/2haxe_bronze-2.vox b/assets/voxygen/voxel/weapon/axe/2haxe_bronze-2.vox new file mode 100644 index 0000000000..bdc33b04eb Binary files /dev/null and b/assets/voxygen/voxel/weapon/axe/2haxe_bronze-2.vox differ diff --git a/assets/voxygen/voxel/weapon/axe/2haxe_cobalt-1.vox b/assets/voxygen/voxel/weapon/axe/2haxe_cobalt-1.vox new file mode 100644 index 0000000000..94b8456daa Binary files /dev/null and b/assets/voxygen/voxel/weapon/axe/2haxe_cobalt-1.vox differ diff --git a/assets/voxygen/voxel/weapon/axe/2haxe_malachite-0.vox b/assets/voxygen/voxel/weapon/axe/2haxe_malachite-0.vox index 492dbf22d1..aebd8da494 100644 Binary files a/assets/voxygen/voxel/weapon/axe/2haxe_malachite-0.vox and b/assets/voxygen/voxel/weapon/axe/2haxe_malachite-0.vox differ diff --git a/assets/voxygen/voxel/weapon/axe/parashu.vox b/assets/voxygen/voxel/weapon/axe/parashu.vox new file mode 100644 index 0000000000..231686cbce Binary files /dev/null and b/assets/voxygen/voxel/weapon/axe/parashu.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/bone-0.vox b/assets/voxygen/voxel/weapon/bow/bone-0.vox new file mode 100644 index 0000000000..be146248e8 Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/bone-0.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/bone-1.vox b/assets/voxygen/voxel/weapon/bow/bone-1.vox new file mode 100644 index 0000000000..bf6a73bb5a Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/bone-1.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/bone-2.vox b/assets/voxygen/voxel/weapon/bow/bone-2.vox new file mode 100644 index 0000000000..fc14c8d845 Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/bone-2.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/bone-3.vox b/assets/voxygen/voxel/weapon/bow/bone-3.vox new file mode 100644 index 0000000000..e12fa7da70 Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/bone-3.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/eldwood-0.vox b/assets/voxygen/voxel/weapon/bow/eldwood-0.vox new file mode 100644 index 0000000000..aefffd6a58 Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/eldwood-0.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/eldwood-1.vox b/assets/voxygen/voxel/weapon/bow/eldwood-1.vox new file mode 100644 index 0000000000..652957b608 Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/eldwood-1.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/eldwood-2.vox b/assets/voxygen/voxel/weapon/bow/eldwood-2.vox new file mode 100644 index 0000000000..762bb669cd Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/eldwood-2.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/frostwood-0.vox b/assets/voxygen/voxel/weapon/bow/frostwood-0.vox new file mode 100644 index 0000000000..16187dbb48 Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/frostwood-0.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/frostwood-1.vox b/assets/voxygen/voxel/weapon/bow/frostwood-1.vox new file mode 100644 index 0000000000..04c689eabe Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/frostwood-1.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/frostwood-2.vox b/assets/voxygen/voxel/weapon/bow/frostwood-2.vox new file mode 100644 index 0000000000..c860a884de Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/frostwood-2.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/hardwood-0.vox b/assets/voxygen/voxel/weapon/bow/hardwood-0.vox new file mode 100644 index 0000000000..29f5b4ef8c Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/hardwood-0.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/hardwood-1.vox b/assets/voxygen/voxel/weapon/bow/hardwood-1.vox new file mode 100644 index 0000000000..f0b36f3236 Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/hardwood-1.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/hardwood-2.vox b/assets/voxygen/voxel/weapon/bow/hardwood-2.vox new file mode 100644 index 0000000000..56c5e49d35 Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/hardwood-2.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/shortbow_wood-0.vox b/assets/voxygen/voxel/weapon/bow/hardwood-3.vox similarity index 58% rename from assets/voxygen/voxel/weapon/bow/shortbow_wood-0.vox rename to assets/voxygen/voxel/weapon/bow/hardwood-3.vox index 56d7d1cac4..364a29ca84 100644 Binary files a/assets/voxygen/voxel/weapon/bow/shortbow_wood-0.vox and b/assets/voxygen/voxel/weapon/bow/hardwood-3.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/longbow_wood-1.vox b/assets/voxygen/voxel/weapon/bow/hardwood-4.vox similarity index 57% rename from assets/voxygen/voxel/weapon/bow/longbow_wood-1.vox rename to assets/voxygen/voxel/weapon/bow/hardwood-4.vox index ad1494e8d5..567d56c8f1 100644 Binary files a/assets/voxygen/voxel/weapon/bow/longbow_wood-1.vox and b/assets/voxygen/voxel/weapon/bow/hardwood-4.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/hardwood-5.vox b/assets/voxygen/voxel/weapon/bow/hardwood-5.vox new file mode 100644 index 0000000000..b63c1de74b Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/hardwood-5.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/longbow_horn-0.vox b/assets/voxygen/voxel/weapon/bow/longbow_horn-0.vox deleted file mode 100644 index 1fc233c94b..0000000000 Binary files a/assets/voxygen/voxel/weapon/bow/longbow_horn-0.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/bow/longbow_iron-0.vox b/assets/voxygen/voxel/weapon/bow/longbow_iron-0.vox deleted file mode 100644 index c1b8797950..0000000000 Binary files a/assets/voxygen/voxel/weapon/bow/longbow_iron-0.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/bow/longbow_leafy-0.vox b/assets/voxygen/voxel/weapon/bow/longbow_leafy-0.vox deleted file mode 100644 index c31fed74b4..0000000000 Binary files a/assets/voxygen/voxel/weapon/bow/longbow_leafy-0.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/bow/longbow_rare.vox b/assets/voxygen/voxel/weapon/bow/longbow_rare.vox deleted file mode 100644 index 538df2d21d..0000000000 Binary files a/assets/voxygen/voxel/weapon/bow/longbow_rare.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/bow/metal-0.vox b/assets/voxygen/voxel/weapon/bow/metal-0.vox new file mode 100644 index 0000000000..20acdb9c42 Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/metal-0.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/metal-1.vox b/assets/voxygen/voxel/weapon/bow/metal-1.vox new file mode 100644 index 0000000000..93efd233bb Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/metal-1.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/metal-2.vox b/assets/voxygen/voxel/weapon/bow/metal-2.vox new file mode 100644 index 0000000000..fc9c82eb15 Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/metal-2.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/metal-3.vox b/assets/voxygen/voxel/weapon/bow/metal-3.vox new file mode 100644 index 0000000000..2fa85d6c38 Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/metal-3.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/metal-4.vox b/assets/voxygen/voxel/weapon/bow/metal-4.vox new file mode 100644 index 0000000000..72375c9346 Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/metal-4.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/rawwood-0.vox b/assets/voxygen/voxel/weapon/bow/rawwood-0.vox new file mode 100644 index 0000000000..e129e87739 Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/rawwood-0.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/rawwood-1.vox b/assets/voxygen/voxel/weapon/bow/rawwood-1.vox new file mode 100644 index 0000000000..e2f3fe1ae2 Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/rawwood-1.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/sagitta.vox b/assets/voxygen/voxel/weapon/bow/sagitta.vox new file mode 100644 index 0000000000..aa0b80bebc Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/sagitta.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/shortbow_leafy-0.vox b/assets/voxygen/voxel/weapon/bow/shortbow_leafy-0.vox deleted file mode 100644 index 2186f178e0..0000000000 Binary files a/assets/voxygen/voxel/weapon/bow/shortbow_leafy-0.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/bow/shortbow_starter.vox b/assets/voxygen/voxel/weapon/bow/starter.vox similarity index 100% rename from assets/voxygen/voxel/weapon/bow/shortbow_starter.vox rename to assets/voxygen/voxel/weapon/bow/starter.vox diff --git a/assets/voxygen/voxel/weapon/bow/longbow_ore_nature-0.vox b/assets/voxygen/voxel/weapon/bow/velorite.vox similarity index 100% rename from assets/voxygen/voxel/weapon/bow/longbow_ore_nature-0.vox rename to assets/voxygen/voxel/weapon/bow/velorite.vox diff --git a/assets/voxygen/voxel/weapon/bow/wood-0.vox b/assets/voxygen/voxel/weapon/bow/wood-0.vox new file mode 100644 index 0000000000..9b3fd6f8d4 Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/wood-0.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/wood-1.vox b/assets/voxygen/voxel/weapon/bow/wood-1.vox new file mode 100644 index 0000000000..d97ebdf183 Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/wood-1.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/longbow_wood-0.vox b/assets/voxygen/voxel/weapon/bow/wood-2.vox similarity index 60% rename from assets/voxygen/voxel/weapon/bow/longbow_wood-0.vox rename to assets/voxygen/voxel/weapon/bow/wood-2.vox index 9ff5be671c..44cc18a0e5 100644 Binary files a/assets/voxygen/voxel/weapon/bow/longbow_wood-0.vox and b/assets/voxygen/voxel/weapon/bow/wood-2.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/shortbow_wood-1.vox b/assets/voxygen/voxel/weapon/bow/wood-3.vox similarity index 67% rename from assets/voxygen/voxel/weapon/bow/shortbow_wood-1.vox rename to assets/voxygen/voxel/weapon/bow/wood-3.vox index 9dff83e171..318952e697 100644 Binary files a/assets/voxygen/voxel/weapon/bow/shortbow_wood-1.vox and b/assets/voxygen/voxel/weapon/bow/wood-3.vox differ diff --git a/assets/voxygen/voxel/weapon/bow/wood-4.vox b/assets/voxygen/voxel/weapon/bow/wood-4.vox new file mode 100644 index 0000000000..72a2473350 Binary files /dev/null and b/assets/voxygen/voxel/weapon/bow/wood-4.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/bloodsteel-0.vox b/assets/voxygen/voxel/weapon/sword/bloodsteel-0.vox new file mode 100644 index 0000000000..2cd6a826c7 Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/bloodsteel-0.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_dam-2.vox b/assets/voxygen/voxel/weapon/sword/bloodsteel-1.vox similarity index 60% rename from assets/voxygen/voxel/weapon/sword/long_2h_dam-2.vox rename to assets/voxygen/voxel/weapon/sword/bloodsteel-1.vox index b7b6384623..121beaa02a 100644 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_dam-2.vox and b/assets/voxygen/voxel/weapon/sword/bloodsteel-1.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/bloodsteel-2.vox b/assets/voxygen/voxel/weapon/sword/bloodsteel-2.vox new file mode 100644 index 0000000000..4a7df3d3a9 Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/bloodsteel-2.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/greatsword_2h_dam-0.vox b/assets/voxygen/voxel/weapon/sword/bronze-0.vox similarity index 50% rename from assets/voxygen/voxel/weapon/sword/greatsword_2h_dam-0.vox rename to assets/voxygen/voxel/weapon/sword/bronze-0.vox index 6a0a4365a1..5875eaa9d0 100644 Binary files a/assets/voxygen/voxel/weapon/sword/greatsword_2h_dam-0.vox and b/assets/voxygen/voxel/weapon/sword/bronze-0.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_orn-4.vox b/assets/voxygen/voxel/weapon/sword/bronze-1.vox similarity index 52% rename from assets/voxygen/voxel/weapon/sword/long_2h_orn-4.vox rename to assets/voxygen/voxel/weapon/sword/bronze-1.vox index 868d76c1e6..b8d613adb3 100644 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_orn-4.vox and b/assets/voxygen/voxel/weapon/sword/bronze-1.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_simple-3.vox b/assets/voxygen/voxel/weapon/sword/bronze-2.vox similarity index 50% rename from assets/voxygen/voxel/weapon/sword/long_2h_simple-3.vox rename to assets/voxygen/voxel/weapon/sword/bronze-2.vox index 83ed8d79ca..940e8a0d91 100644 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_simple-3.vox and b/assets/voxygen/voxel/weapon/sword/bronze-2.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/caladbolg.vox b/assets/voxygen/voxel/weapon/sword/caladbolg.vox new file mode 100644 index 0000000000..118baccd22 Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/caladbolg.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/cobalt-0.vox b/assets/voxygen/voxel/weapon/sword/cobalt-0.vox new file mode 100644 index 0000000000..7412ec2467 Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/cobalt-0.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/cobalt-1.vox b/assets/voxygen/voxel/weapon/sword/cobalt-1.vox new file mode 100644 index 0000000000..d4ada42b8a Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/cobalt-1.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_dam-5.vox b/assets/voxygen/voxel/weapon/sword/cobalt-2.vox similarity index 58% rename from assets/voxygen/voxel/weapon/sword/long_2h_dam-5.vox rename to assets/voxygen/voxel/weapon/sword/cobalt-2.vox index 181a035c31..c504dc233b 100644 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_dam-5.vox and b/assets/voxygen/voxel/weapon/sword/cobalt-2.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/cobalt-3.vox b/assets/voxygen/voxel/weapon/sword/cobalt-3.vox new file mode 100644 index 0000000000..c17b452d08 Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/cobalt-3.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/cultist_purp_2h-0.vox b/assets/voxygen/voxel/weapon/sword/cultist.vox similarity index 100% rename from assets/voxygen/voxel/weapon/sword/cultist_purp_2h-0.vox rename to assets/voxygen/voxel/weapon/sword/cultist.vox diff --git a/assets/voxygen/voxel/weapon/sword/frost_cleaver-0.vox b/assets/voxygen/voxel/weapon/sword/frost-0.vox similarity index 100% rename from assets/voxygen/voxel/weapon/sword/frost_cleaver-0.vox rename to assets/voxygen/voxel/weapon/sword/frost-0.vox diff --git a/assets/voxygen/voxel/weapon/sword/frost_cleaver-1.vox b/assets/voxygen/voxel/weapon/sword/frost-1.vox similarity index 100% rename from assets/voxygen/voxel/weapon/sword/frost_cleaver-1.vox rename to assets/voxygen/voxel/weapon/sword/frost-1.vox diff --git a/assets/voxygen/voxel/weapon/sword/greatsword_2h_dam-1.vox b/assets/voxygen/voxel/weapon/sword/greatsword_2h_dam-1.vox deleted file mode 100644 index de7b204e18..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/greatsword_2h_dam-1.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/greatsword_2h_fine-0.vox b/assets/voxygen/voxel/weapon/sword/greatsword_2h_fine-0.vox deleted file mode 100644 index 31aaaacd57..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/greatsword_2h_fine-0.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/greatsword_2h_fine-1.vox b/assets/voxygen/voxel/weapon/sword/greatsword_2h_fine-1.vox deleted file mode 100644 index 0ece6bcddc..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/greatsword_2h_fine-1.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/greatsword_2h_orn-0.vox b/assets/voxygen/voxel/weapon/sword/greatsword_2h_orn-0.vox deleted file mode 100644 index 86d0844eca..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/greatsword_2h_orn-0.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/greatsword_2h_orn-2.vox b/assets/voxygen/voxel/weapon/sword/greatsword_2h_orn-2.vox deleted file mode 100644 index 09f0f066d3..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/greatsword_2h_orn-2.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/greatsword_2h_simple-0.vox b/assets/voxygen/voxel/weapon/sword/greatsword_2h_simple-0.vox deleted file mode 100644 index daa394c7fd..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/greatsword_2h_simple-0.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/greatsword_2h_simple-1.vox b/assets/voxygen/voxel/weapon/sword/greatsword_2h_simple-1.vox deleted file mode 100644 index b0663e2d0f..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/greatsword_2h_simple-1.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/iron-0.vox b/assets/voxygen/voxel/weapon/sword/iron-0.vox new file mode 100644 index 0000000000..46aaa6c44f Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/iron-0.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/iron-1.vox b/assets/voxygen/voxel/weapon/sword/iron-1.vox new file mode 100644 index 0000000000..6cfc825b69 Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/iron-1.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/iron-10.vox b/assets/voxygen/voxel/weapon/sword/iron-10.vox new file mode 100644 index 0000000000..8c7f5c9a82 Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/iron-10.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/iron-2.vox b/assets/voxygen/voxel/weapon/sword/iron-2.vox new file mode 100644 index 0000000000..5b5ce1e931 Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/iron-2.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/iron-3.vox b/assets/voxygen/voxel/weapon/sword/iron-3.vox new file mode 100644 index 0000000000..ab4c6a6be0 Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/iron-3.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/greatsword_2h_simple-2.vox b/assets/voxygen/voxel/weapon/sword/iron-4.vox similarity index 70% rename from assets/voxygen/voxel/weapon/sword/greatsword_2h_simple-2.vox rename to assets/voxygen/voxel/weapon/sword/iron-4.vox index 5a4a97cc15..29fee574c1 100644 Binary files a/assets/voxygen/voxel/weapon/sword/greatsword_2h_simple-2.vox and b/assets/voxygen/voxel/weapon/sword/iron-4.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_orn-0.vox b/assets/voxygen/voxel/weapon/sword/iron-5.vox similarity index 70% rename from assets/voxygen/voxel/weapon/sword/long_2h_orn-0.vox rename to assets/voxygen/voxel/weapon/sword/iron-5.vox index 25d9cec1b3..3008fe16b6 100644 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_orn-0.vox and b/assets/voxygen/voxel/weapon/sword/iron-5.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/zweihander_2h-0.vox b/assets/voxygen/voxel/weapon/sword/iron-6.vox similarity index 70% rename from assets/voxygen/voxel/weapon/sword/zweihander_2h-0.vox rename to assets/voxygen/voxel/weapon/sword/iron-6.vox index 40083bddca..bbcc6d28cf 100644 Binary files a/assets/voxygen/voxel/weapon/sword/zweihander_2h-0.vox and b/assets/voxygen/voxel/weapon/sword/iron-6.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/greatsword_2h_fine-2.vox b/assets/voxygen/voxel/weapon/sword/iron-7.vox similarity index 50% rename from assets/voxygen/voxel/weapon/sword/greatsword_2h_fine-2.vox rename to assets/voxygen/voxel/weapon/sword/iron-7.vox index ffc04f3772..628726ca77 100644 Binary files a/assets/voxygen/voxel/weapon/sword/greatsword_2h_fine-2.vox and b/assets/voxygen/voxel/weapon/sword/iron-7.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/iron-8.vox b/assets/voxygen/voxel/weapon/sword/iron-8.vox new file mode 100644 index 0000000000..45ab13b57e Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/iron-8.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_dam-0.vox b/assets/voxygen/voxel/weapon/sword/iron-9.vox similarity index 66% rename from assets/voxygen/voxel/weapon/sword/long_2h_dam-0.vox rename to assets/voxygen/voxel/weapon/sword/iron-9.vox index 46bed4239f..68bea04aab 100644 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_dam-0.vox and b/assets/voxygen/voxel/weapon/sword/iron-9.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_dam-1.vox b/assets/voxygen/voxel/weapon/sword/long_2h_dam-1.vox deleted file mode 100644 index 474c279e66..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_dam-1.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_dam-3.vox b/assets/voxygen/voxel/weapon/sword/long_2h_dam-3.vox deleted file mode 100644 index a8529a73fc..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_dam-3.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_dam-4.vox b/assets/voxygen/voxel/weapon/sword/long_2h_dam-4.vox deleted file mode 100644 index 87d556e311..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_dam-4.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_fine-0.vox b/assets/voxygen/voxel/weapon/sword/long_2h_fine-0.vox deleted file mode 100644 index a99826ebc9..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_fine-0.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_fine-1.vox b/assets/voxygen/voxel/weapon/sword/long_2h_fine-1.vox deleted file mode 100644 index f6da0d80a6..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_fine-1.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_fine-2.vox b/assets/voxygen/voxel/weapon/sword/long_2h_fine-2.vox deleted file mode 100644 index 29ba5d6857..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_fine-2.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_fine-3.vox b/assets/voxygen/voxel/weapon/sword/long_2h_fine-3.vox deleted file mode 100644 index 35e5d14e2a..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_fine-3.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_fine-4.vox b/assets/voxygen/voxel/weapon/sword/long_2h_fine-4.vox deleted file mode 100644 index f8011b769e..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_fine-4.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_fine-5.vox b/assets/voxygen/voxel/weapon/sword/long_2h_fine-5.vox deleted file mode 100644 index dcd9020146..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_fine-5.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_orn-1.vox b/assets/voxygen/voxel/weapon/sword/long_2h_orn-1.vox deleted file mode 100644 index befda529be..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_orn-1.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_orn-2.vox b/assets/voxygen/voxel/weapon/sword/long_2h_orn-2.vox deleted file mode 100644 index 383e9e9249..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_orn-2.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_orn-3.vox b/assets/voxygen/voxel/weapon/sword/long_2h_orn-3.vox deleted file mode 100644 index e9a734e6ae..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_orn-3.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_orn-5.vox b/assets/voxygen/voxel/weapon/sword/long_2h_orn-5.vox deleted file mode 100644 index 8582758cf4..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_orn-5.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_simple-1.vox b/assets/voxygen/voxel/weapon/sword/long_2h_simple-1.vox deleted file mode 100644 index 92e516a2c2..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_simple-1.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_simple-2.vox b/assets/voxygen/voxel/weapon/sword/long_2h_simple-2.vox deleted file mode 100644 index fca4808b5b..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_simple-2.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_simple-4.vox b/assets/voxygen/voxel/weapon/sword/long_2h_simple-4.vox deleted file mode 100644 index cecfd85b63..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_simple-4.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_simple-5.vox b/assets/voxygen/voxel/weapon/sword/long_2h_simple-5.vox deleted file mode 100644 index 4ec116c365..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_simple-5.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/rusty_2h.vox b/assets/voxygen/voxel/weapon/sword/rusty_2h.vox deleted file mode 100644 index 595a0282eb..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/rusty_2h.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/short_2h-0.vox b/assets/voxygen/voxel/weapon/sword/short_2h-0.vox deleted file mode 100644 index 3befa618ea..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/short_2h-0.vox and /dev/null differ diff --git a/assets/voxygen/voxel/weapon/sword/greatsword_2h_dam-2.vox b/assets/voxygen/voxel/weapon/sword/starter.vox similarity index 83% rename from assets/voxygen/voxel/weapon/sword/greatsword_2h_dam-2.vox rename to assets/voxygen/voxel/weapon/sword/starter.vox index 75ad85f35d..a152480ec8 100644 Binary files a/assets/voxygen/voxel/weapon/sword/greatsword_2h_dam-2.vox and b/assets/voxygen/voxel/weapon/sword/starter.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/steel-0.vox b/assets/voxygen/voxel/weapon/sword/steel-0.vox new file mode 100644 index 0000000000..6a643a7a85 Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/steel-0.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/steel-1.vox b/assets/voxygen/voxel/weapon/sword/steel-1.vox new file mode 100644 index 0000000000..b7e6beaba3 Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/steel-1.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/steel-2.vox b/assets/voxygen/voxel/weapon/sword/steel-2.vox new file mode 100644 index 0000000000..b399f84019 Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/steel-2.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/steel-3.vox b/assets/voxygen/voxel/weapon/sword/steel-3.vox new file mode 100644 index 0000000000..8e28dcbed3 Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/steel-3.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/steel-4.vox b/assets/voxygen/voxel/weapon/sword/steel-4.vox new file mode 100644 index 0000000000..26b5b5c3ad Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/steel-4.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_simple-0.vox b/assets/voxygen/voxel/weapon/sword/steel-5.vox similarity index 61% rename from assets/voxygen/voxel/weapon/sword/long_2h_simple-0.vox rename to assets/voxygen/voxel/weapon/sword/steel-5.vox index ea58d5a565..40e677d23c 100644 Binary files a/assets/voxygen/voxel/weapon/sword/long_2h_simple-0.vox and b/assets/voxygen/voxel/weapon/sword/steel-5.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/greatsword_2h_orn-1.vox b/assets/voxygen/voxel/weapon/sword/steel-6.vox similarity index 59% rename from assets/voxygen/voxel/weapon/sword/greatsword_2h_orn-1.vox rename to assets/voxygen/voxel/weapon/sword/steel-6.vox index dbbd0e42c6..472e515ad5 100644 Binary files a/assets/voxygen/voxel/weapon/sword/greatsword_2h_orn-1.vox and b/assets/voxygen/voxel/weapon/sword/steel-6.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/steel-7.vox b/assets/voxygen/voxel/weapon/sword/steel-7.vox new file mode 100644 index 0000000000..896529dc0a Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/steel-7.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/steel-8.vox b/assets/voxygen/voxel/weapon/sword/steel-8.vox new file mode 100644 index 0000000000..1060cc232a Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/steel-8.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/stone-0.vox b/assets/voxygen/voxel/weapon/sword/stone-0.vox new file mode 100644 index 0000000000..a9fdfd49e7 Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/stone-0.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/stone-1.vox b/assets/voxygen/voxel/weapon/sword/stone-1.vox new file mode 100644 index 0000000000..19386b78f8 Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/stone-1.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/stone-2.vox b/assets/voxygen/voxel/weapon/sword/stone-2.vox new file mode 100644 index 0000000000..9a1e968b17 Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/stone-2.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/wood-0.vox b/assets/voxygen/voxel/weapon/sword/wood-0.vox new file mode 100644 index 0000000000..1ca57beff7 Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/wood-0.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/wood-1.vox b/assets/voxygen/voxel/weapon/sword/wood-1.vox new file mode 100644 index 0000000000..41be92fd61 Binary files /dev/null and b/assets/voxygen/voxel/weapon/sword/wood-1.vox differ diff --git a/assets/voxygen/voxel/weapon/sword/wood_ore_2h.vox b/assets/voxygen/voxel/weapon/sword/wood-2.vox similarity index 100% rename from assets/voxygen/voxel/weapon/sword/wood_ore_2h.vox rename to assets/voxygen/voxel/weapon/sword/wood-2.vox diff --git a/assets/voxygen/voxel/weapon/sword/wood_2h.vox b/assets/voxygen/voxel/weapon/sword/wood_2h.vox deleted file mode 100644 index 213424c17e..0000000000 Binary files a/assets/voxygen/voxel/weapon/sword/wood_2h.vox and /dev/null differ diff --git a/common/src/bin/csv_export/main.rs b/common/src/bin/csv_export/main.rs index 7b876c6470..828a59bae4 100644 --- a/common/src/bin/csv_export/main.rs +++ b/common/src/bin/csv_export/main.rs @@ -85,10 +85,10 @@ fn weapon_stats() -> Result<(), Box> { { match item.kind() { comp::item::ItemKind::Tool(tool) => { - let power = tool.base_power().to_string(); - let poise_strength = tool.base_poise_strength().to_string(); - let speed = tool.base_speed().to_string(); - let equip_time = tool.equip_time().subsec_millis().to_string(); + let power = tool.base_power(&[]).to_string(); + let poise_strength = tool.base_poise_strength(&[]).to_string(); + let speed = tool.base_speed(&[]).to_string(); + let equip_time = tool.equip_time(&[]).subsec_millis().to_string(); let kind = get_tool_kind(&tool.kind); let hands = get_tool_hands(&tool); diff --git a/common/src/comp/inventory/loadout_builder.rs b/common/src/comp/inventory/loadout_builder.rs index f35adcb522..979be8bab6 100644 --- a/common/src/comp/inventory/loadout_builder.rs +++ b/common/src/comp/inventory/loadout_builder.rs @@ -24,7 +24,7 @@ use rand::Rng; /// // Build a loadout with character starter defaults and a specific sword with default sword abilities /// let loadout = LoadoutBuilder::new() /// .defaults() -/// .active_item(Some(Item::new_from_asset_expect("common.items.weapons.sword.zweihander_sword_0"))) +/// .active_item(Some(Item::new_from_asset_expect("common.items.weapons.sword.steel-8"))) /// .build(); /// ``` #[derive(Clone)] diff --git a/common/src/comp/inventory/test.rs b/common/src/comp/inventory/test.rs index 8f6f749046..d35aefadea 100644 --- a/common/src/comp/inventory/test.rs +++ b/common/src/comp/inventory/test.rs @@ -173,7 +173,7 @@ fn can_swap_equipped_bag_into_only_empty_slot_provided_by_itself_should_return_f fn unequip_items_both_hands() { let mut inv = Inventory::new_empty(); - let sword = Item::new_from_asset_expect("common.items.weapons.sword.zweihander_sword_0"); + let sword = Item::new_from_asset_expect("common.items.weapons.sword.steel-8"); inv.replace_loadout_item(EquipSlot::Mainhand, Some(sword.clone())); inv.replace_loadout_item(EquipSlot::Offhand, Some(sword.clone())); diff --git a/server/src/migrations/2021-02-24-230149_weapon-replacements/down.sql b/server/src/migrations/2021-02-24-230149_weapon-replacements/down.sql new file mode 100644 index 0000000000..291a97c5ce --- /dev/null +++ b/server/src/migrations/2021-02-24-230149_weapon-replacements/down.sql @@ -0,0 +1 @@ +-- This file should undo anything in `up.sql` \ No newline at end of file diff --git a/server/src/migrations/2021-02-24-230149_weapon-replacements/up.sql b/server/src/migrations/2021-02-24-230149_weapon-replacements/up.sql new file mode 100644 index 0000000000..758f8f6dd4 --- /dev/null +++ b/server/src/migrations/2021-02-24-230149_weapon-replacements/up.sql @@ -0,0 +1,108 @@ +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.stone-0' WHERE item_definition_id = 'common.items.weapons.sword.greatsword_2h_dam-0'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.stone-0' WHERE item_definition_id = 'common.items.weapons.sword.greatsword_2h_dam-1'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.stone-0' WHERE item_definition_id = 'common.items.weapons.sword.greatsword_2h_dam-2'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.iron-7' WHERE item_definition_id = 'common.items.weapons.sword.greatsword_2h_fine-0'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.iron-7' WHERE item_definition_id = 'common.items.weapons.sword.greatsword_2h_fine-1'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.iron-7' WHERE item_definition_id = 'common.items.weapons.sword.greatsword_2h_fine-2'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.iron-1' WHERE item_definition_id = 'common.items.weapons.sword.greatsword_2h_orn-0'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.iron-1' WHERE item_definition_id = 'common.items.weapons.sword.greatsword_2h_orn-1'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.iron-1' WHERE item_definition_id = 'common.items.weapons.sword.greatsword_2h_orn-2'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.iron-4' WHERE item_definition_id = 'common.items.weapons.sword.greatsword_2h_simple-0'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.iron-4' WHERE item_definition_id = 'common.items.weapons.sword.greatsword_2h_simple-1'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.iron-4' WHERE item_definition_id = 'common.items.weapons.sword.greatsword_2h_simple-2'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.stone-1' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_dam-0'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.stone-1' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_dam-1'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.stone-1' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_dam-2'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.stone-1' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_dam-3'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.stone-1' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_dam-4'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.stone-1' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_dam-5'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.iron-8' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_fine-0'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.iron-8' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_fine-1'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.iron-8' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_fine-2'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.iron-8' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_fine-3'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.iron-8' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_fine-4'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.iron-8' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_fine-5'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.steel-2' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_orn-0'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.steel-2' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_orn-1'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.steel-2' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_orn-2'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.steel-2' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_orn-3'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.steel-2' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_orn-4'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.steel-2' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_orn-5'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.iron-5' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_simple-0'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.iron-5' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_simple-1'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.iron-5' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_simple-2'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.iron-5' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_simple-3'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.iron-5' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_simple-4'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.iron-5' WHERE item_definition_id = 'common.items.weapons.sword.long_2h_simple-5'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.steel-8' WHERE item_definition_id = 'common.items.weapons.sword.zweihander_sword_0'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.wood-2' WHERE item_definition_id = 'common.items.weapons.sword.wood_sword'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.starter' WHERE item_definition_id = 'common.items.weapons.sword.starter_sword'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.wood-0' WHERE item_definition_id = 'common.items.weapons.sword.short_sword_0'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.cultist' WHERE item_definition_id = 'common.items.weapons.sword.cultist_purp_2h-0'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.frost-0' WHERE item_definition_id = 'common.items.weapons.sword.frost_cleaver_2h-0'; +UPDATE item +SET item_definition_id = 'common.items.weapons.sword.frost-1' WHERE item_definition_id = 'common.items.weapons.sword.frost_cleaver_2h-1'; +UPDATE item +SET item_definition_id = 'common.items.weapons.bow.bone-1' WHERE item_definition_id = 'common.items.weapons.bow.horn_longbow-0'; +UPDATE item +SET item_definition_id = 'common.items.weapons.bow.metal-4' WHERE item_definition_id = 'common.items.weapons.bow.iron_longbow-0'; +UPDATE item +SET item_definition_id = 'common.items.weapons.bow.hardwood-2' WHERE item_definition_id = 'common.items.weapons.bow.leafy_longbow-0'; +UPDATE item +SET item_definition_id = 'common.items.weapons.bow.wood-0' WHERE item_definition_id = 'common.items.weapons.bow.leafy_shortbow-0'; +UPDATE item +SET item_definition_id = 'common.items.weapons.bow.velorite' WHERE item_definition_id = 'common.items.weapons.bow.nature_ore_longbow-0'; +UPDATE item +SET item_definition_id = 'common.items.weapons.bow.metal-1' WHERE item_definition_id = 'common.items.weapons.bow.rare_longbow'; +UPDATE item +SET item_definition_id = 'common.items.weapons.bow.starter' WHERE item_definition_id = 'common.items.weapons.bow.starter_bow'; +UPDATE item +SET item_definition_id = 'common.items.weapons.bow.wood-3' WHERE item_definition_id = 'common.items.weapons.bow.wood_longbow-0'; +UPDATE item +SET item_definition_id = 'common.items.weapons.bow.hardwood-4' WHERE item_definition_id = 'common.items.weapons.bow.wood_longbow-1'; +UPDATE item +SET item_definition_id = 'common.items.weapons.bow.wood-2' WHERE item_definition_id = 'common.items.weapons.bow.wood_shortbow-0'; +UPDATE item +SET item_definition_id = 'common.items.weapons.bow.hardwood-3' WHERE item_definition_id = 'common.items.weapons.bow.wood_shortbow-1'; \ No newline at end of file diff --git a/server/src/rtsim/entity.rs b/server/src/rtsim/entity.rs index 3d4e506fc7..9020e67c8f 100644 --- a/server/src/rtsim/entity.rs +++ b/server/src/rtsim/entity.rs @@ -66,11 +66,11 @@ impl Entity { let mut rng = self.rng(PERM_LOADOUT); let main_tool = comp::Item::new_from_asset_expect( (&[ - "common.items.weapons.sword.wood_sword", - "common.items.weapons.sword.starter_sword", - "common.items.weapons.sword.short_sword_0", - "common.items.weapons.bow.starter_bow", - "common.items.weapons.bow.leafy_longbow-0", + "common.items.weapons.sword.wood-2", + "common.items.weapons.sword.starter", + "common.items.weapons.sword.wood-0", + "common.items.weapons.bow.starter", + "common.items.weapons.bow.hardwood-2", ]) .choose(&mut rng) .unwrap(), diff --git a/voxygen/src/audio/sfx/event_mapper/combat/tests.rs b/voxygen/src/audio/sfx/event_mapper/combat/tests.rs index af3f53eadc..c48ca417df 100644 --- a/voxygen/src/audio/sfx/event_mapper/combat/tests.rs +++ b/voxygen/src/audio/sfx/event_mapper/combat/tests.rs @@ -40,7 +40,7 @@ fn maps_wield_while_equipping() { fn maps_unwield() { let loadout = LoadoutBuilder::new() .active_item(Some(Item::new_from_asset_expect( - "common.items.weapons.bow.starter_bow", + "common.items.weapons.bow.starter", ))) .build(); let inventory = Inventory::new_with_loadout(loadout); @@ -102,7 +102,7 @@ fn maps_basic_melee() { fn matches_ability_stage() { let loadout = LoadoutBuilder::new() .active_item(Some(Item::new_from_asset_expect( - "common.items.weapons.sword.starter_sword", + "common.items.weapons.sword.starter", ))) .build(); let inventory = Inventory::new_with_loadout(loadout); diff --git a/voxygen/src/menu/char_selection/ui/mod.rs b/voxygen/src/menu/char_selection/ui/mod.rs index 8fbf62aa1e..8851f3bbdb 100644 --- a/voxygen/src/menu/char_selection/ui/mod.rs +++ b/voxygen/src/menu/char_selection/ui/mod.rs @@ -49,10 +49,10 @@ const BANNER_ALPHA: u8 = 210; const SMALL_BUTTON_HEIGHT: u16 = 31; const STARTER_HAMMER: &str = "common.items.weapons.hammer.starter_hammer"; -const STARTER_BOW: &str = "common.items.weapons.bow.starter_bow"; +const STARTER_BOW: &str = "common.items.weapons.bow.starter"; const STARTER_AXE: &str = "common.items.weapons.axe.starter_axe"; const STARTER_STAFF: &str = "common.items.weapons.staff.starter_staff"; -const STARTER_SWORD: &str = "common.items.weapons.sword.starter_sword"; +const STARTER_SWORD: &str = "common.items.weapons.sword.starter"; const STARTER_SCEPTRE: &str = "common.items.weapons.sceptre.starter_sceptre"; // TODO: what does this comment mean? // // Use in future MR to make this a starter weapon diff --git a/world/src/site/dungeon/mod.rs b/world/src/site/dungeon/mod.rs index 5ba43459ee..a1807fcbdd 100644 --- a/world/src/site/dungeon/mod.rs +++ b/world/src/site/dungeon/mod.rs @@ -615,11 +615,10 @@ impl Floor { .with_main_tool(comp::Item::new_from_asset_expect( match dynamic_rng.gen_range(0..6) { 0 => "common.items.weapons.axe.starter_axe", - 1 => "common.items.weapons.sword.starter_sword", - 2 => "common.items.weapons.sword.starter_sword", + 1..=2 => "common.items.weapons.sword.starter", 3 => "common.items.weapons.hammer.starter_hammer", 4 => "common.items.weapons.staff.starter_staff", - _ => "common.items.weapons.bow.starter_bow", + _ => "common.items.weapons.bow.starter", }, )), 1 => entity @@ -632,11 +631,10 @@ impl Floor { .with_main_tool(comp::Item::new_from_asset_expect( match dynamic_rng.gen_range(0..6) { 0 => "common.items.weapons.axe.worn_iron_axe-0", - 1 => "common.items.weapons.sword.zweihander_sword_0", - 2 => "common.items.weapons.sword.zweihander_sword_0", + 1..=2 => "common.items.weapons.sword.steel-8", 3 => "common.items.weapons.hammer.worn_iron_hammer-0", 4 => "common.items.weapons.staff.bone_staff", - _ => "common.items.weapons.bow.wood_shortbow-1", + _ => "common.items.weapons.bow.hardwood-3", }, )), 2 => entity @@ -649,11 +647,11 @@ impl Floor { .with_main_tool(comp::Item::new_from_asset_expect( match dynamic_rng.gen_range(0..6) { 0 => "common.items.weapons.axe.bronze_axe-0", - 1 => "common.items.weapons.sword.greatsword_2h_simple-0", - 2 => "common.items.weapons.sword.cultist_purp_2h-0", + 1 => "common.items.weapons.sword.iron-4", + 2 => "common.items.weapons.sword.cultist", 3 => "common.items.weapons.hammer.bronze_hammer-0", 4 => "common.items.weapons.staff.bone_staff", - _ => "common.items.weapons.bow.wood_longbow-0", + _ => "common.items.weapons.bow.wood-3", }, )), 3 => entity @@ -666,11 +664,10 @@ impl Floor { .with_main_tool(comp::Item::new_from_asset_expect( match dynamic_rng.gen_range(0..6) { 0 => "common.items.weapons.axe.steel_axe-0", - 1 => "common.items.weapons.sword.long_2h_orn-0", - 2 => "common.items.weapons.sword.long_2h_orn-0", + 1..=2 => "common.items.weapons.sword.steel-2", 3 => "common.items.weapons.hammer.cobalt_hammer-0", 4 => "common.items.weapons.staff.amethyst_staff", - _ => "common.items.weapons.bow.horn_longbow-0", + _ => "common.items.weapons.bow.bone-1", }, )), 4 => entity @@ -683,11 +680,10 @@ impl Floor { .with_main_tool(comp::Item::new_from_asset_expect( match dynamic_rng.gen_range(0..6) { 0 => "common.items.weapons.axe.malachite_axe-0", - 1 => "common.items.weapons.sword.cultist_purp_2h-0", - 2 => "common.items.weapons.sword.cultist_purp_2h-0", + 1..=2 => "common.items.weapons.sword.cultist", 3 => "common.items.weapons.hammer.cultist_purp_2h-0", 4 => "common.items.weapons.staff.cultist_staff", - _ => "common.items.weapons.bow.horn_longbow-0", + _ => "common.items.weapons.bow.bone-1", }, )), 5 => match dynamic_rng.gen_range(0..6) { @@ -717,16 +713,15 @@ impl Floor { .with_main_tool(comp::Item::new_from_asset_expect( match dynamic_rng.gen_range(0..5) { 0 => "common.items.weapons.axe.malachite_axe-0", - 1 => "common.items.weapons.sword.cultist_purp_2h-0", - 2 => "common.items.weapons.sword.cultist_purp_2h-0", + 1..=2 => "common.items.weapons.sword.cultist", 3 => "common.items.weapons.hammer.cultist_purp_2h-0", - _ => "common.items.weapons.bow.horn_longbow-0", + _ => "common.items.weapons.bow.bone-1", }, )), }, _ => entity.with_name("Humanoid").with_main_tool( comp::Item::new_from_asset_expect( - "common.items.weapons.bow.horn_longbow-0", + "common.items.weapons.bow.bone-1", ), ), }; @@ -789,17 +784,12 @@ impl Floor { .with_main_tool(comp::Item::new_from_asset_expect( match dynamic_rng.gen_range(0..6) { 0 => "common.items.weapons.axe.worn_iron_axe-0", - 1 => { - "common.items.weapons.sword.zweihander_sword_0" - }, - 2 => { - "common.items.weapons.sword.zweihander_sword_0" - }, + 1..=2 => "common.items.weapons.sword.steel-8", 3 => { "common.items.weapons.hammer.worn_iron_hammer-0" }, 4 => "common.items.weapons.staff.bone_staff", - _ => "common.items.weapons.bow.wood_shortbow-1", + _ => "common.items.weapons.bow.hardwood-3", }, )), EntityInfo::at(tile_wcenter.map(|e| e as f32)) @@ -838,11 +828,10 @@ impl Floor { .with_main_tool(comp::Item::new_from_asset_expect( match dynamic_rng.gen_range(0..6) { 0 => "common.items.weapons.axe.steel_axe-0", - 1 => "common.items.weapons.sword.long_2h_orn-0", - 2 => "common.items.weapons.sword.long_2h_orn-0", + 1..=2 => "common.items.weapons.sword.steel-2", 3 => "common.items.weapons.hammer.cobalt_hammer-0", 4 => "common.items.weapons.staff.amethyst_staff", - _ => "common.items.weapons.bow.horn_longbow-0", + _ => "common.items.weapons.bow.bone-1", }, ),); 2 @@ -862,12 +851,11 @@ impl Floor { .with_main_tool(comp::Item::new_from_asset_expect( match dynamic_rng.gen_range(0..6) { 0 => "common.items.weapons.axe.malachite_axe-0", - 1 => "common.items.weapons.sword.cultist_purp_2h-0", - 2 => "common.items.weapons.sword.cultist_purp_2h-0", + 1..=2 => "common.items.weapons.sword.cultist", 3 => "common.items.weapons.hammer.cultist_purp_2h-0", 4 => "common.items.weapons.staff.cultist_staff", - _ => "common.items.weapons.bow.horn_longbow-0", + _ => "common.items.weapons.bow.bone-1", }, ),); 2 @@ -1017,13 +1005,12 @@ impl Floor { .with_main_tool(comp::Item::new_from_asset_expect( match dynamic_rng.gen_range(0..6) { 0 => "common.items.weapons.axe.malachite_axe-0", - 1 => "common.items.weapons.sword.cultist_purp_2h-0", - 2 => "common.items.weapons.sword.cultist_purp_2h-0", + 1..=2 => "common.items.weapons.sword.cultist", 3 => { "common.items.weapons.hammer.cultist_purp_2h-0" }, 4 => "common.items.weapons.staff.cultist_staff", - _ => "common.items.weapons.bow.horn_longbow-0", + _ => "common.items.weapons.bow.bone-1", }, )), EntityInfo::at(tile_wcenter.map(|e| e as f32)) diff --git a/world/src/site/settlement/mod.rs b/world/src/site/settlement/mod.rs index 35fdeea176..42c314028b 100644 --- a/world/src/site/settlement/mod.rs +++ b/world/src/site/settlement/mod.rs @@ -930,7 +930,7 @@ impl Settlement { match dynamic_rng.gen_range(0..5) { 0 => entity .with_main_tool(Item::new_from_asset_expect( - "common.items.weapons.sword.greatsword_2h_simple-0", + "common.items.weapons.sword.iron-4", )) .with_name("Guard") .with_level(dynamic_rng.gen_range(10..15)) @@ -948,7 +948,7 @@ impl Settlement { 4 => "common.items.weapons.tool.rake", 5 => "common.items.weapons.tool.shovel-0", _ => "common.items.weapons.tool.shovel-1", - //_ => "common.items.weapons.bow.starter_bow", TODO: Re-Add this when we have a better way of distributing npc_weapons here + //_ => "common.items.weapons.bow.starter", TODO: Re-Add this when we have a better way of distributing npc_weapons here }, )) .with_loadout_config(loadout_builder::LoadoutConfig::Villager)