mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'add-gemu-models' into 'master'
Add sword and bow models from backlog See merge request veloren/veloren!1818
This commit is contained in:
commit
6af9e58965
@ -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,
|
||||
)),
|
||||
)),
|
||||
|
16
assets/common/items/weapons/axe/bronze_axe-2.ron
Normal file
16
assets/common/items/weapons/axe/bronze_axe-2.ron
Normal file
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/axe/parashu.ron
Normal file
16
assets/common/items/weapons/axe/parashu.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/bow/bone-0.ron
Normal file
16
assets/common/items/weapons/bow/bone-0.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/bow/bone-1.ron
Normal file
16
assets/common/items/weapons/bow/bone-1.ron
Normal file
@ -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: [],
|
||||
)
|
@ -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,
|
||||
)),
|
16
assets/common/items/weapons/bow/bone-3.ron
Normal file
16
assets/common/items/weapons/bow/bone-3.ron
Normal file
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/bow/eldwood-1.ron
Normal file
16
assets/common/items/weapons/bow/eldwood-1.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/bow/eldwood-2.ron
Normal file
16
assets/common/items/weapons/bow/eldwood-2.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/bow/frostwood-0.ron
Normal file
16
assets/common/items/weapons/bow/frostwood-0.ron
Normal file
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/bow/frostwood-2.ron
Normal file
16
assets/common/items/weapons/bow/frostwood-2.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/bow/hardwood-0.ron
Normal file
16
assets/common/items/weapons/bow/hardwood-0.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/bow/hardwood-1.ron
Normal file
16
assets/common/items/weapons/bow/hardwood-1.ron
Normal file
@ -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: [],
|
||||
)
|
@ -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,
|
16
assets/common/items/weapons/bow/hardwood-3.ron
Normal file
16
assets/common/items/weapons/bow/hardwood-3.ron
Normal file
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/bow/hardwood-5.ron
Normal file
16
assets/common/items/weapons/bow/hardwood-5.ron
Normal file
@ -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: [],
|
||||
)
|
@ -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,
|
||||
)),
|
||||
)),
|
16
assets/common/items/weapons/bow/metal-1.ron
Normal file
16
assets/common/items/weapons/bow/metal-1.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/bow/metal-2.ron
Normal file
16
assets/common/items/weapons/bow/metal-2.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/bow/metal-3.ron
Normal file
16
assets/common/items/weapons/bow/metal-3.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/bow/metal-4.ron
Normal file
16
assets/common/items/weapons/bow/metal-4.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/bow/rawwood-0.ron
Normal file
16
assets/common/items/weapons/bow/rawwood-0.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/bow/rawwood-1.ron
Normal file
16
assets/common/items/weapons/bow/rawwood-1.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/bow/sagitta.ron
Normal file
16
assets/common/items/weapons/bow/sagitta.ron
Normal file
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/bow/wood-1.ron
Normal file
16
assets/common/items/weapons/bow/wood-1.ron
Normal file
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/bow/wood-4.ron
Normal file
16
assets/common/items/weapons/bow/wood-4.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/bloodsteel-0.ron
Normal file
16
assets/common/items/weapons/sword/bloodsteel-0.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/bloodsteel-1.ron
Normal file
16
assets/common/items/weapons/sword/bloodsteel-1.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/bloodsteel-2.ron
Normal file
16
assets/common/items/weapons/sword/bloodsteel-2.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/bronze-0.ron
Normal file
16
assets/common/items/weapons/sword/bronze-0.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/bronze-1.ron
Normal file
16
assets/common/items/weapons/sword/bronze-1.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/bronze-2.ron
Normal file
16
assets/common/items/weapons/sword/bronze-2.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/caladbolg.ron
Normal file
16
assets/common/items/weapons/sword/caladbolg.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/cobalt-0.ron
Normal file
16
assets/common/items/weapons/sword/cobalt-0.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/cobalt-1.ron
Normal file
16
assets/common/items/weapons/sword/cobalt-1.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/cobalt-2.ron
Normal file
16
assets/common/items/weapons/sword/cobalt-2.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/cobalt-3.ron
Normal file
16
assets/common/items/weapons/sword/cobalt-3.ron
Normal file
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/iron-0.ron
Normal file
16
assets/common/items/weapons/sword/iron-0.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/iron-1.ron
Normal file
16
assets/common/items/weapons/sword/iron-1.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/iron-10.ron
Normal file
16
assets/common/items/weapons/sword/iron-10.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/iron-2.ron
Normal file
16
assets/common/items/weapons/sword/iron-2.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/iron-3.ron
Normal file
16
assets/common/items/weapons/sword/iron-3.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/iron-4.ron
Normal file
16
assets/common/items/weapons/sword/iron-4.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/iron-5.ron
Normal file
16
assets/common/items/weapons/sword/iron-5.ron
Normal file
@ -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: [],
|
||||
)
|
@ -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,
|
||||
)),
|
||||
)),
|
16
assets/common/items/weapons/sword/iron-7.ron
Normal file
16
assets/common/items/weapons/sword/iron-7.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/iron-8.ron
Normal file
16
assets/common/items/weapons/sword/iron-8.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/iron-9.ron
Normal file
16
assets/common/items/weapons/sword/iron-9.ron
Normal file
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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: [],
|
||||
)
|
@ -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,
|
@ -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,
|
||||
)),
|
||||
)),
|
16
assets/common/items/weapons/sword/steel-1.ron
Normal file
16
assets/common/items/weapons/sword/steel-1.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/steel-2.ron
Normal file
16
assets/common/items/weapons/sword/steel-2.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/steel-3.ron
Normal file
16
assets/common/items/weapons/sword/steel-3.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/steel-4.ron
Normal file
16
assets/common/items/weapons/sword/steel-4.ron
Normal file
@ -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: [],
|
||||
)
|
16
assets/common/items/weapons/sword/steel-5.ron
Normal file
16
assets/common/items/weapons/sword/steel-5.ron
Normal file
@ -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: [],
|
||||
)
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user