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 de890613ba..a59b7abcbe 100644 --- a/assets/voxygen/voxel/weapon/axe/2haxe_bloodsteel-2.vox +++ b/assets/voxygen/voxel/weapon/axe/2haxe_bloodsteel-2.vox @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cffa04024b39d678926a48e344db17241e5867d55767b37c86db00cc206c24e8 -size 1492 +oid sha256:28871ce946e8533688ebc8a0332e90110f54193cf839e688c0363a8909423049 +size 1976 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..de890613ba --- /dev/null +++ b/assets/voxygen/voxel/weapon/axe/2haxe_bronze-2.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cffa04024b39d678926a48e344db17241e5867d55767b37c86db00cc206c24e8 +size 1492 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..45589523b0 --- /dev/null +++ b/assets/voxygen/voxel/weapon/axe/2haxe_cobalt-1.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba75135fdd3307c51b52186949105168db2ef129d3dbb30a7a95060d5fa4291 +size 1808 diff --git a/assets/voxygen/voxel/weapon/axe/2haxe_malachite-0.vox b/assets/voxygen/voxel/weapon/axe/2haxe_malachite-0.vox index 2fc294cbce..035529c7cf 100644 --- a/assets/voxygen/voxel/weapon/axe/2haxe_malachite-0.vox +++ b/assets/voxygen/voxel/weapon/axe/2haxe_malachite-0.vox @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d1f790e51e0935b3af380468d861c5f4f58c975ca7f0343514d000a3fac1bb4 -size 56276 +oid sha256:058ed4d7e1d10d986ce3d070209645e9e1d9768cdb44658d3a02b1140932a9ab +size 2032 diff --git a/assets/voxygen/voxel/weapon/axe/parashu.vox b/assets/voxygen/voxel/weapon/axe/parashu.vox new file mode 100644 index 0000000000..6407607fff --- /dev/null +++ b/assets/voxygen/voxel/weapon/axe/parashu.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1a08f6786a8d5a93192a57010f36845e97df31fb474d596a925b8892adaae5 +size 1912 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..6f531c1a0c --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/bone-0.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b657e9422259760860d30def3aab8d579d5e7cecb0cd9b5967f358880b9eac9 +size 1424 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..3659832b44 --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/bone-1.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da9887677a1a34818e5e030a8d9526d7ebf6afa5111d1f1c8fb31b649c87267 +size 1752 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..9760990174 --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/bone-2.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4366760c676056223354ce06669e2ece843bff7feacfabb34104cae893f1f5fd +size 1460 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..7da0457e95 --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/bone-3.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24488bcd68e1a014747ecd2e75563d056fda3bae1ca60eec21d12994a3326907 +size 1496 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..905874f56d --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/eldwood-0.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df792d5b5b1f5d053c044bfc8c31f8f0cc0384bbfcddf8a6a9e6463e98b7f426 +size 1552 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..8364811666 --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/eldwood-1.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6bdd748caa8d647023ce7e4febf8c382d6206ad1037837ebb88bf69e92515f +size 1592 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..b66fe68cd6 --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/eldwood-2.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344adf50258d466559521eb7cd1c9476e23848338775030a7bca9454a89507d1 +size 1456 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..4928ee5884 --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/frostwood-0.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d9159a5be2525d1fa5597f60028317630fbff9b1379fa8364c9e31115c65b2 +size 1592 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..e83ddaf629 --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/frostwood-1.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0db3bb4057cc48a10a18710f28257314675d2a5b224affdc020324c0e240a0 +size 1512 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..172f569bb0 --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/frostwood-2.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509ff10e74f6d8115ff20546929a3cce972bf7b8a0a75d4a056c1c4194786d4b +size 1384 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..6428b63a91 --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/hardwood-0.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255f1d5bfc63d0d59f9c3b59151e12fea207ac02eb66aed334217882dcd0ab23 +size 1360 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..dc5c26ab63 --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/hardwood-1.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3141f3c38e9355f9e387003d17de76195371d6ef9246e6e51aa39a467f1974a3 +size 1424 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..f685123852 --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/hardwood-2.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73560447c3343e4781f69e7f7a433de0e24d89bb67e0942aeb29f1fa3395b061 +size 1392 diff --git a/assets/voxygen/voxel/weapon/bow/hardwood-3.vox b/assets/voxygen/voxel/weapon/bow/hardwood-3.vox new file mode 100644 index 0000000000..435f488fae --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/hardwood-3.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70f6284013a71dec3108c21f6a43a0f61a3b6750ca13b27bb02242e3c063f0f +size 1296 diff --git a/assets/voxygen/voxel/weapon/bow/hardwood-4.vox b/assets/voxygen/voxel/weapon/bow/hardwood-4.vox new file mode 100644 index 0000000000..d6a1658308 --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/hardwood-4.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd664f6ff6ea45f6aa557fb156f6d393380215872d241f890f4a970d524bf5ad +size 1328 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..e4acce6f08 --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/hardwood-5.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a13a014714795758f76bb93683d56311431ca5f8c131b84eb15596fe770b1a +size 1480 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 8e289457d2..0000000000 --- a/assets/voxygen/voxel/weapon/bow/longbow_horn-0.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70f9d979cabb149f691ef69944d17f3cff46eafd43eb448fe852324088be646c -size 28027 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 bc28cdaa38..0000000000 --- a/assets/voxygen/voxel/weapon/bow/longbow_iron-0.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5f65ec302b6c9f1270e56d6815bc69f8d6900ae3265b944c62043a6aafd4998 -size 27787 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 8fafcfd26d..0000000000 --- a/assets/voxygen/voxel/weapon/bow/longbow_leafy-0.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a55d16de16c33e0be42993e13d4322560cff078e41858363685754b6739c3935 -size 23910 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 90ae46e2f0..0000000000 --- a/assets/voxygen/voxel/weapon/bow/longbow_rare.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c979e132b7b49338fbc74a0576be925fe08df7c04196feee298549c209d8237 -size 1444 diff --git a/assets/voxygen/voxel/weapon/bow/longbow_wood-0.vox b/assets/voxygen/voxel/weapon/bow/longbow_wood-0.vox deleted file mode 100644 index e956eaaaa7..0000000000 --- a/assets/voxygen/voxel/weapon/bow/longbow_wood-0.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7d815a611985f6f19d36ce7ceb6a630d4fee08020bd8e6e0396144942319d6f -size 1344 diff --git a/assets/voxygen/voxel/weapon/bow/longbow_wood-1.vox b/assets/voxygen/voxel/weapon/bow/longbow_wood-1.vox deleted file mode 100644 index 5906188402..0000000000 --- a/assets/voxygen/voxel/weapon/bow/longbow_wood-1.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecdbc73501d98920192b2d7bbaa807e808cef73537c3c7baddb71ccec0841dee -size 1304 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..7e7b5074a5 --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/metal-0.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aad18d2f00c960d73ae55548abf4b113238c58a31d5cb03e3a616738017361c +size 1464 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..821a98e0cb --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/metal-1.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5d094f7e15fb8f10220a631eba10de609dc000003edb01944789fcdd1cc9bd +size 1420 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..545e65c6f4 --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/metal-2.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6728e254fff8fdaf21b31c584b918f20983a4acbf601a7cd33615019d8bb0113 +size 1408 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..49a51a70f2 --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/metal-3.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b53a4921900a6a67338b36890aa551499f90ed3ac7e348a5c8b5d18b79ef5c7 +size 1544 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..42e68e1b70 --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/metal-4.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25dfb21bd26c6bb7765569aee26ad23c9a86837ef617106f2cbcadfe97a50cf +size 1584 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..4a3081978c --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/rawwood-0.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a1234fe9796d46b4e28ebde88c529b6c3a7dbb13c52e30702d354ad9f84fa6 +size 1376 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..b9a778cc72 --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/rawwood-1.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f876b2a2792ba1b3dd3eefa118d19e6aaf172565835c72ca1030ee8b1436f4 +size 1408 diff --git a/assets/voxygen/voxel/weapon/bow/sagitta.vox b/assets/voxygen/voxel/weapon/bow/sagitta.vox new file mode 100644 index 0000000000..4e384bbb2f --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/sagitta.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b363473bc75a8e9998bf9328d879883392d383fb9b78a926229168e2fdc9f112 +size 1856 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 270fa53526..0000000000 --- a/assets/voxygen/voxel/weapon/bow/shortbow_leafy-0.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8921632effb6b05c52481eaa84276fa19aa06521880c2db4c60851a416f6644 -size 27426 diff --git a/assets/voxygen/voxel/weapon/bow/shortbow_wood-0.vox b/assets/voxygen/voxel/weapon/bow/shortbow_wood-0.vox deleted file mode 100644 index 0c734f2d28..0000000000 --- a/assets/voxygen/voxel/weapon/bow/shortbow_wood-0.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:972a0dbabd53640607a0ca01b2d4a5339cee6ba047f54fe29485ac64f6fbb224 -size 1280 diff --git a/assets/voxygen/voxel/weapon/bow/shortbow_wood-1.vox b/assets/voxygen/voxel/weapon/bow/shortbow_wood-1.vox deleted file mode 100644 index 706d123a4e..0000000000 --- a/assets/voxygen/voxel/weapon/bow/shortbow_wood-1.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75cc0f9b5646ffd5b40b18759d62073d9a462f226e1e00b48edcbcec69433f94 -size 1280 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..a18640bf98 --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/wood-0.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5575b6e5763972720e527e91dcfd4edd5bb9d33b3dc2d36c7f863da0b79f646e +size 1336 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..48621ef18a --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/wood-1.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74d809e6b5237d1d1377a070a7e2c9679aad39f9e207245b47edfbc6e2f939a +size 1392 diff --git a/assets/voxygen/voxel/weapon/bow/wood-2.vox b/assets/voxygen/voxel/weapon/bow/wood-2.vox new file mode 100644 index 0000000000..bea3fe4709 --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/wood-2.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ebd0bdbb4c8782693d18ae2fc4918af66ba3a41657f79b3a0c8defdb88b4a5e +size 1312 diff --git a/assets/voxygen/voxel/weapon/bow/wood-3.vox b/assets/voxygen/voxel/weapon/bow/wood-3.vox new file mode 100644 index 0000000000..a0116ef72e --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/wood-3.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44389d62bf4bfa03283f5c61edefcece2cf1e1e64a99d31241ed234763f75a0 +size 1336 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..d48cb4090f --- /dev/null +++ b/assets/voxygen/voxel/weapon/bow/wood-4.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa25a0933d0aaa083e3ea245e2ac722d622213de3ad029a18044a33f8ee5d8ec +size 1344 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..41012574b1 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/bloodsteel-0.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef155ecdc43dbcf39e80085a75a6758997305ab1c905a35d14502dbc360d09f2 +size 1444 diff --git a/assets/voxygen/voxel/weapon/sword/bloodsteel-1.vox b/assets/voxygen/voxel/weapon/sword/bloodsteel-1.vox new file mode 100644 index 0000000000..1f1814b275 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/bloodsteel-1.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80af76189c73049bcdb6fe79e1777dac2eb250dc6cf2b9a77bbfb2fd9c1d218 +size 1404 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..7c0776de7e --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/bloodsteel-2.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63de92b9e677d322d2a356e8ccda5bdd1bfe096b0132dc11554e303046b7c40 +size 1672 diff --git a/assets/voxygen/voxel/weapon/sword/bronze-0.vox b/assets/voxygen/voxel/weapon/sword/bronze-0.vox new file mode 100644 index 0000000000..ed2822ddc6 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/bronze-0.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1411faf8dd0a93d4f8ddfc55cb4e6f0dd7d5b39697eba1634d4e8f593878778 +size 1656 diff --git a/assets/voxygen/voxel/weapon/sword/bronze-1.vox b/assets/voxygen/voxel/weapon/sword/bronze-1.vox new file mode 100644 index 0000000000..8045245e0b --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/bronze-1.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94d1247384596441ba6193533a2914cc4c3d77db1cb9f8ce406c30e91e18ae2 +size 1616 diff --git a/assets/voxygen/voxel/weapon/sword/bronze-2.vox b/assets/voxygen/voxel/weapon/sword/bronze-2.vox new file mode 100644 index 0000000000..9fe4af43a9 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/bronze-2.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6f204b82d28881ed50d362a1164e706de2bca7ad0d5759c9d285e1b6cc73a5 +size 1580 diff --git a/assets/voxygen/voxel/weapon/sword/caladbolg.vox b/assets/voxygen/voxel/weapon/sword/caladbolg.vox new file mode 100644 index 0000000000..f1fcfbd21f --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/caladbolg.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c297c7c06806996c486bb8b6ba3781b272582e06f3ba2dd9712d3f954227b266 +size 1972 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..8e9dee8bb1 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/cobalt-0.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01ff7f08e4437998bb054408c006c145f74be6d35447b1e196fecacb8946a17 +size 1420 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..0177ff300d --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/cobalt-1.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86aea61f8941f9662cffbd105294156acf478557adeee2e662fefdff192ec830 +size 1872 diff --git a/assets/voxygen/voxel/weapon/sword/cobalt-2.vox b/assets/voxygen/voxel/weapon/sword/cobalt-2.vox new file mode 100644 index 0000000000..33fcae7092 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/cobalt-2.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb62e3ce66d68eaa70323e3f6d374258ccda78d92e0461596b924ed76bd0eb4 +size 1592 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..cd036be86f --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/cobalt-3.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a436f284af710976805b1411737a6463220d0246b9de06970f491c3f2cc58d +size 1640 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-0.vox b/assets/voxygen/voxel/weapon/sword/greatsword_2h_dam-0.vox deleted file mode 100644 index ab0959656b..0000000000 --- a/assets/voxygen/voxel/weapon/sword/greatsword_2h_dam-0.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:045c8914c033334b46bf3b359511fb9110889613e18e4704ca8b7a8d38986362 -size 1504 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 fd36c41f02..0000000000 --- a/assets/voxygen/voxel/weapon/sword/greatsword_2h_dam-1.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23d8e0c8da691251f73ec8846badceeb61809ba2f3c7e5bcdc2c1b1c1ce9120b -size 1544 diff --git a/assets/voxygen/voxel/weapon/sword/greatsword_2h_dam-2.vox b/assets/voxygen/voxel/weapon/sword/greatsword_2h_dam-2.vox deleted file mode 100644 index 9f86a4866b..0000000000 --- a/assets/voxygen/voxel/weapon/sword/greatsword_2h_dam-2.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11598d812dfa72a4a221dc9cff867d7c136c80d8eaeaff28360a9ad9d72e8d84 -size 1580 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 3ba0a40ca1..0000000000 --- a/assets/voxygen/voxel/weapon/sword/greatsword_2h_fine-0.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:003d7951f89bc10d0b8e773b0250a0c7362e3e6ebae23e0efb4136d6bd03f267 -size 1600 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 d023dc7cbe..0000000000 --- a/assets/voxygen/voxel/weapon/sword/greatsword_2h_fine-1.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3b825a785d77bc20e7685ec47540e242cbcad9badb811579df4a01c3ea05eeb -size 1640 diff --git a/assets/voxygen/voxel/weapon/sword/greatsword_2h_fine-2.vox b/assets/voxygen/voxel/weapon/sword/greatsword_2h_fine-2.vox deleted file mode 100644 index 42ada8b87d..0000000000 --- a/assets/voxygen/voxel/weapon/sword/greatsword_2h_fine-2.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8edd6b87e943feea13d37606f016a9af2e61b59f32af3ce3bac79f0b3d0a50d0 -size 1680 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 de81973089..0000000000 --- a/assets/voxygen/voxel/weapon/sword/greatsword_2h_orn-0.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b243261f2b1ee155414181543d07252450501ca3b279c89ef2b68cb05c9cfa3 -size 1544 diff --git a/assets/voxygen/voxel/weapon/sword/greatsword_2h_orn-1.vox b/assets/voxygen/voxel/weapon/sword/greatsword_2h_orn-1.vox deleted file mode 100644 index 7b9696f3e8..0000000000 --- a/assets/voxygen/voxel/weapon/sword/greatsword_2h_orn-1.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3fa9e04bf2ae28efb854e8aadf23a43b8a60092e59b79145594895770a3a7df -size 1584 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 d622a3788f..0000000000 --- a/assets/voxygen/voxel/weapon/sword/greatsword_2h_orn-2.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:099019d7a721ede11f09c00aa35235f5c89cfc70b883d7b0d154168b332a2184 -size 1624 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 4263b26fa4..0000000000 --- a/assets/voxygen/voxel/weapon/sword/greatsword_2h_simple-0.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf739eb0e1053dc3ae9d71c2c2b61f15efeb8981681aa684d57dbf73318fd3e6 -size 1528 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 81ef6e3f0f..0000000000 --- a/assets/voxygen/voxel/weapon/sword/greatsword_2h_simple-1.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23b44d97877cb330f2b17840a271056a71de17dccaba312c94eaca135d7a1c5c -size 1568 diff --git a/assets/voxygen/voxel/weapon/sword/greatsword_2h_simple-2.vox b/assets/voxygen/voxel/weapon/sword/greatsword_2h_simple-2.vox deleted file mode 100644 index 31adcc92bd..0000000000 --- a/assets/voxygen/voxel/weapon/sword/greatsword_2h_simple-2.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91b3df5f8063f2a172df4661a218649456f2b2c4f2097ec9fc5179fad2e810da -size 1608 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..0ce1078c33 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/iron-0.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76d7175fa9b9acaef18d3d86c1e47b2e98a7e5a2ac7392242cdc0af2ef448c1 +size 1600 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..9bca1b2d6d --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/iron-1.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d299e32397147a11c2660d6f5d2dc4ba4846c67b7671c8996c89ddb8c690f3 +size 2144 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..7dd7394aeb --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/iron-10.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e1f3364047e9787a96ec1a7f00e9e285a5625288ead72c5219346e7f032b72 +size 1844 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..a93b2a2961 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/iron-2.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd78ce811267439313af48eae8d3a0479251734c8fbd0c5e7990c3593e8692bf +size 1420 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..3c7be3fd64 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/iron-3.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6015961967fe69cf972b1d880e5fdd7b0738e5fff72fd95dc4a968eab415c863 +size 1428 diff --git a/assets/voxygen/voxel/weapon/sword/iron-4.vox b/assets/voxygen/voxel/weapon/sword/iron-4.vox new file mode 100644 index 0000000000..6faa91f889 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/iron-4.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab6f7a08c122009724ef30956d5463ad1d328daba1036ecfe518dc00e3f2303 +size 1656 diff --git a/assets/voxygen/voxel/weapon/sword/iron-5.vox b/assets/voxygen/voxel/weapon/sword/iron-5.vox new file mode 100644 index 0000000000..faea090418 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/iron-5.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c8d021a24d7dfdb09a8fa6281a3b8474dd0168178f96ee9a20bbb7148fd5c4 +size 1396 diff --git a/assets/voxygen/voxel/weapon/sword/iron-6.vox b/assets/voxygen/voxel/weapon/sword/iron-6.vox new file mode 100644 index 0000000000..dcbce3629f --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/iron-6.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c96c8100137a5e5be81ff28e57df6e905fbade09d676f12d07417efa9736ae6 +size 1452 diff --git a/assets/voxygen/voxel/weapon/sword/iron-7.vox b/assets/voxygen/voxel/weapon/sword/iron-7.vox new file mode 100644 index 0000000000..f8b68996cc --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/iron-7.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb0e161468fce02940591f1aa33553adb69fb2adbca1c985bfd714b5e36e0b0 +size 1928 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..73117188d9 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/iron-8.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02feb1884b35beedef6eb75ae0f1a6ee88bd7018614bce6e7fa94b078465d928 +size 1532 diff --git a/assets/voxygen/voxel/weapon/sword/iron-9.vox b/assets/voxygen/voxel/weapon/sword/iron-9.vox new file mode 100644 index 0000000000..29ec25ea6e --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/iron-9.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716500b7555db7cddef9facdad0ef1e6a62ae48d2e53a15c1ebd9394b1974f4e +size 1340 diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_dam-0.vox b/assets/voxygen/voxel/weapon/sword/long_2h_dam-0.vox deleted file mode 100644 index 943d039f9b..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_dam-0.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:453bac4ae997df9a39e56e7d022be37fbc2a5f878586c27e1b809e6ed859d83d -size 1348 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 07e76f6131..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_dam-1.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa97f7020b5d7fc62d1a09e51b79caa980e114905359570827321e0532b7eaaf -size 1376 diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_dam-2.vox b/assets/voxygen/voxel/weapon/sword/long_2h_dam-2.vox deleted file mode 100644 index f7eb60f339..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_dam-2.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bd22e30968c32881f5a8b0da216ff693c0acd69d6b3f9924bb3f005f98a0cce -size 1400 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 f14cf39831..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_dam-3.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b5f08a22a42e8586d6dd21b7c0b239e1d5401511a607e58acf78045256d608a -size 1368 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 8144b9b465..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_dam-4.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e7025b9eb3c6beca1c793541ee27941ef4085c5e5175f4e6544c82947eaacb4 -size 1388 diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_dam-5.vox b/assets/voxygen/voxel/weapon/sword/long_2h_dam-5.vox deleted file mode 100644 index 010d8bb033..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_dam-5.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58a37101cd546ed25493969156c7e716534102145f9f895a12c3a8ad4e85a05c -size 1400 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 e35f357cdd..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_fine-0.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2d5a92f2887cc79dd03a41fad816273f82e4b5a88fb1c941e42a2325917910d -size 1404 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 85618d53be..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_fine-1.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fd0f970126166ffd3f9f9c762777403040de1d2e07e11bb7fed80f4496741d4 -size 1436 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 0ca1d58d31..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_fine-2.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52eab2be93d5952fcab375e895088dce340c75dc08abb636fc7ae08c242d9521 -size 1460 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 f4ddf94fae..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_fine-3.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30b41201195d03164204f5ff8b4c0cded476417f86fcb3a8d84cfd693634fd5e -size 1448 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 5f94cc4855..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_fine-4.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:559cf56e421c8f9b0d82b028d40996b48d0a3ce7aac971a3fdf88d85b4ba40b7 -size 1424 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 5cc1a481e6..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_fine-5.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d976afa9a8d30d6d03a46d42cd65f33fbc3a26117bfa8921c0c61229ee64edfb -size 1460 diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_orn-0.vox b/assets/voxygen/voxel/weapon/sword/long_2h_orn-0.vox deleted file mode 100644 index 54b8922541..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_orn-0.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e398cbd51e5927d6c25b41ec7e2e4eb00ba605762cad36e2afb1219aeed78a15 -size 1372 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 b73e362524..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_orn-1.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7172b3603c3236753e859c3ecf41d7cb5eac9111e3ca588c5b13cb0b16bee59 -size 1404 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 49c74dbe9b..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_orn-2.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f328f79285258e7e470d22cc4967c34804c33bb1008079d7b79efa001f736464 -size 1428 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 c0c18ae1f6..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_orn-3.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cecca5f753cf3aca9008f3df2ce2d8f64e5fc7db16c2313c7e88eb11f146088a -size 1416 diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_orn-4.vox b/assets/voxygen/voxel/weapon/sword/long_2h_orn-4.vox deleted file mode 100644 index fdf257e02b..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_orn-4.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f76557b513db6b5518b5ba71c38fb40f997a6a4fd0dbc85f9a9d78c071f0ae3c -size 1392 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 5494f981ec..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_orn-5.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49624957037f66235d1f3d3d73ea4df3fd4f0e2c7341ee56eafe9b28684230ea -size 1428 diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_simple-0.vox b/assets/voxygen/voxel/weapon/sword/long_2h_simple-0.vox deleted file mode 100644 index 5b65f9dcb9..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_simple-0.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0f06642cbbd6ec66ac7c38e8ad398af03a0acb3b2b872a207bb5e6797333659 -size 1360 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 64e6d00347..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_simple-1.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2c8e0874f467aacf17306199b531c1872e1c137dd715635be0b3c49f40d6933 -size 1392 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 7f157dca55..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_simple-2.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea9612e8cbd29a8d659c1a7ba9a63388a8a698072c0b06d54492ca8e971346ad -size 1416 diff --git a/assets/voxygen/voxel/weapon/sword/long_2h_simple-3.vox b/assets/voxygen/voxel/weapon/sword/long_2h_simple-3.vox deleted file mode 100644 index 7a71bcd575..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_simple-3.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af7c1b07d98053249631c94ea80efeafc662cfcd264b4bea79cd5852bbae6e41 -size 1404 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 0e8633c32c..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_simple-4.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4886876e2d7eb20f180d96200f675c4c7a17da7e5014ca7aab01a1da9e8f37e2 -size 1380 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 98a84c74bb..0000000000 --- a/assets/voxygen/voxel/weapon/sword/long_2h_simple-5.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fe23c4cb5cf373609b1c70e7e08c51173f0cae00aea789fe647a3a467a2b412 -size 1416 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 1108e4a179..0000000000 --- a/assets/voxygen/voxel/weapon/sword/rusty_2h.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4116ac76b84c0b8d7c238358e57836d9a3d00990f21a5aa657818d39f67887e2 -size 1596 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 ef89183839..0000000000 --- a/assets/voxygen/voxel/weapon/sword/short_2h-0.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51153a3f8c32d10a7d51ef72e84f545de84da0de7033c977fd1fbc7256383cf8 -size 1508 diff --git a/assets/voxygen/voxel/weapon/sword/starter.vox b/assets/voxygen/voxel/weapon/sword/starter.vox new file mode 100644 index 0000000000..45541dd0d1 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/starter.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f417da93cf8c372d5cf4560e41b9db3878b9cdd5ead043641118c5a77be0799c +size 1580 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..37f8f15d94 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/steel-0.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c75ff46d7b84c58a81343f3d18d5053fb07e420249a6e044fda457b0a17cabb +size 1720 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..07db3e3bd7 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/steel-1.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa105301f7fe326df51e434989f80c99c349e1c119c1a23772e800ba986d6f10 +size 1592 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..0583c62900 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/steel-2.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb22752faa41cc1a507e0d7a506e7db56d990fc1651c443095fd96210c1ba71a +size 1712 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..31077ed1a1 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/steel-3.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42606802d3fca5b466940389bbb00644d3720d97c5ea66b73c7ded85e02467bb +size 1572 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..56061cfa39 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/steel-4.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575c0e21406e40902c316fcb68c7f6f1467b1044b3906efaa85c833e1d6e162d +size 1872 diff --git a/assets/voxygen/voxel/weapon/sword/steel-5.vox b/assets/voxygen/voxel/weapon/sword/steel-5.vox new file mode 100644 index 0000000000..d98fef6a74 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/steel-5.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a72afb2679a47a7795838c082d1375764d4516875eca2f73e3b9ec1c5ea3f8c5 +size 1376 diff --git a/assets/voxygen/voxel/weapon/sword/steel-6.vox b/assets/voxygen/voxel/weapon/sword/steel-6.vox new file mode 100644 index 0000000000..869be62f65 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/steel-6.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f933837587314156f1d1166d967079313e296f087f0a328265d8504ddd692865 +size 1616 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..2f1e7197de --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/steel-7.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db3b4aa033e18910a97e92377b985f56b20728a8a2999621e7f14df3a30f023 +size 2056 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..1235a0035f --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/steel-8.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ffc873adb812d4156957437e9e011519492547eda835c0235ada7430aa9543 +size 1468 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..27c33e0296 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/stone-0.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03147ddaaf2e3e4cb39c5ad5bbdcce626799846e6160d8f79e7f1a7c279174d +size 2488 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..0ec8744c8f --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/stone-1.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18889109ba3052387935d348dd32403dff870cb80fe5f230c940e0e96c3eb37d +size 1624 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..0c249b8ba4 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/stone-2.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325f519676f7d6e6401301eb11d6c6b8fc6eb21e636125536b018b37514ad1c6 +size 1976 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..b46dbf05e3 --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/wood-0.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e6f484b2f429cb71193f745a4bdde91c1ca861bcdf3ab352719dbd7a126188 +size 1676 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..8aa679004f --- /dev/null +++ b/assets/voxygen/voxel/weapon/sword/wood-1.vox @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5b8dbe94deec07df348c94bf16db1e9607fdd2e3b363e76abc845d6a274e24 +size 2080 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 32267ca3fe..0000000000 --- a/assets/voxygen/voxel/weapon/sword/wood_2h.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70ee307de7d45c31cb8b1cb0bbe06146564f884e2e909967f929915415e529c7 -size 1520 diff --git a/assets/voxygen/voxel/weapon/sword/zweihander_2h-0.vox b/assets/voxygen/voxel/weapon/sword/zweihander_2h-0.vox deleted file mode 100644 index e9ad1aaebb..0000000000 --- a/assets/voxygen/voxel/weapon/sword/zweihander_2h-0.vox +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8676b2e4513262bba1faacf3facb1ae71e528dc69004d43114052c53c78b7864 -size 1452 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)