mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Add gliders to travelers
This commit is contained in:
parent
958cf048f4
commit
e861aae836
@ -19,6 +19,7 @@
|
||||
(1, ModularWeapon(tool: Staff, material: Wood, hands: None)),
|
||||
(1, ModularWeapon(tool: Sceptre, material: Wood, hands: None)),
|
||||
]), None)),
|
||||
glider: Item("common.items.glider.basic_white"),
|
||||
)),
|
||||
items: [
|
||||
(5, "common.items.consumable.potion_minor"),
|
||||
|
@ -19,6 +19,7 @@
|
||||
(1, ModularWeapon(tool: Staff, material: Bamboo, hands: None)),
|
||||
(1, ModularWeapon(tool: Sceptre, material: Bamboo, hands: None)),
|
||||
]), None)),
|
||||
glider: Item("common.items.glider.leaves"),
|
||||
)),
|
||||
items: [
|
||||
(25, "common.items.consumable.potion_minor"),
|
||||
|
@ -30,6 +30,7 @@
|
||||
(1, ModularWeapon(tool: Staff, material: Ironwood, hands: None)),
|
||||
(1, ModularWeapon(tool: Sceptre, material: Ironwood, hands: None)),
|
||||
]), None)),
|
||||
glider: Item("common.items.glider.butterfly3"),
|
||||
)),
|
||||
items: [
|
||||
(50, "common.items.consumable.potion_med"),
|
||||
|
@ -30,6 +30,7 @@
|
||||
(2, Item("common.items.weapons.staff.laevateinn")),
|
||||
(1, Item("common.items.weapons.sceptre.caduceus")),
|
||||
]), None)),
|
||||
glider: Item("common.items.glider.sunset"),
|
||||
)),
|
||||
items: [
|
||||
(50, "common.items.consumable.potion_big"),
|
||||
|
Loading…
Reference in New Issue
Block a user