mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed ItemDef for custom weapons.
This commit is contained in:
parent
d3d4ee8bb0
commit
dd113c56cb
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Axe Simple"),
|
||||
ability_set: Some(Custom("Axe Simple")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Axe Simple"),
|
||||
ability_set: Some(Custom("Axe Simple")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Staff Simple"),
|
||||
ability_set: Some(Custom("Staff Simple")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Staff Simple"),
|
||||
ability_set: Some(Custom("Staff Simple")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Staff Simple"),
|
||||
ability_set: Some(Custom("Staff Simple")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Staff Simple"),
|
||||
ability_set: Some(Custom("Staff Simple")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Staff Simple"),
|
||||
ability_set: Some(Custom("Staff Simple")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Bow Simple"),
|
||||
ability_set: Some(Custom("Bow Simple")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Hammer Simple"),
|
||||
ability_set: Some(Custom("Hammer Simple")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Hammer Simple"),
|
||||
ability_set: Some(Custom("Hammer Simple")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Hammer Simple"),
|
||||
ability_set: Some(Custom("Hammer Simple")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Hammer Simple"),
|
||||
ability_set: Some(Custom("Hammer Simple")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Hammer Simple"),
|
||||
ability_set: Some(Custom("Hammer Simple")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Hammer Simple"),
|
||||
ability_set: Some(Custom("Hammer Simple")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Staff Simple"),
|
||||
ability_set: Some(Custom("Staff Simple")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Staff Simple"),
|
||||
ability_set: Some(Custom("Staff Simple")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Sword Simple"),
|
||||
ability_set: Some(Custom("Sword Simple")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Sword Simple"),
|
||||
ability_set: Some(Custom("Sword Simple")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Beast Claws")
|
||||
ability_set: Some(Custom("Beast Claws")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Bird Large Breathe"),
|
||||
ability_set: Some(Custom("Bird Large Breathe")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Bird Large Fire"),
|
||||
ability_set: Some(Custom("Bird Large Fire")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Husk"),
|
||||
ability_set: Some(Custom("Husk")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Quad Low Basic"),
|
||||
ability_set: Some(Custom("Quad Low Basic")),
|
||||
)
|
@ -2,7 +2,7 @@ ItemDef(
|
||||
name: "Quad Small Beam",
|
||||
description: "testing123",
|
||||
kind: Tool((
|
||||
kind: Nautral,
|
||||
kind: Natural,
|
||||
hands: Two,
|
||||
stats: Direct((
|
||||
equip_time_secs: 0.01,
|
||||
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Quad Low Beam"),
|
||||
ability_set: Some(Custom("Quad Low Beam")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Quad Low Breathe"),
|
||||
ability_set: Some(Custom("Quad Low Breathe")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Quad Low Quick"),
|
||||
ability_set: Some(Custom("Quad Low Quick")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Quad Low Ranged"),
|
||||
ability_set: Some(Custom("Quad Low Ranged")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Quad Low Tail"),
|
||||
ability_set: Some(Custom("Quad Low Tail")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Quad Med Basic"),
|
||||
ability_set: Some(Custom("Quad Med Basic")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Quad Med Basic"),
|
||||
ability_set: Some(Custom("Quad Med Basic")),
|
||||
)
|
||||
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Quad Med Charge"),
|
||||
ability_set: Some(Custom("Quad Med Charge")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Quad Med Hoof"),
|
||||
ability_set: Some(Custom("Quad Med Hoof")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Quad Med Jump"),
|
||||
ability_set: Some(Custom("Quad Med Jump")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Quad Med Quick"),
|
||||
ability_set: Some(Custom("Quad Med Quick")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Quad Small Basic"),
|
||||
ability_set: Some(Custom("Quad Small Basic")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Stone Golem"),
|
||||
ability_set: Some(Custom("Stone Golem")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Theropod Basic"),
|
||||
ability_set: Some(Custom("Theropod Basic")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Theropod Bird"),
|
||||
ability_set: Some(Custom("Theropod Bird")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Theropod Charge"),
|
||||
ability_set: Some(Custom("Theropod Charge")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Tidal Claws"),
|
||||
ability_set: Some(Custom("Tidal Claws")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Turret"),
|
||||
ability_set: Some(Custom("Turret")),
|
||||
)
|
@ -15,5 +15,5 @@ ItemDef(
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_set: Custom("Wendigo Magic"),
|
||||
ability_set: Some(Custom("Wendigo Magic")),
|
||||
)
|
Loading…
Reference in New Issue
Block a user