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: Staff, material: Wood, hands: None)),
|
||||||
(1, ModularWeapon(tool: Sceptre, material: Wood, hands: None)),
|
(1, ModularWeapon(tool: Sceptre, material: Wood, hands: None)),
|
||||||
]), None)),
|
]), None)),
|
||||||
|
glider: Item("common.items.glider.basic_white"),
|
||||||
)),
|
)),
|
||||||
items: [
|
items: [
|
||||||
(5, "common.items.consumable.potion_minor"),
|
(5, "common.items.consumable.potion_minor"),
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
(1, ModularWeapon(tool: Staff, material: Bamboo, hands: None)),
|
(1, ModularWeapon(tool: Staff, material: Bamboo, hands: None)),
|
||||||
(1, ModularWeapon(tool: Sceptre, material: Bamboo, hands: None)),
|
(1, ModularWeapon(tool: Sceptre, material: Bamboo, hands: None)),
|
||||||
]), None)),
|
]), None)),
|
||||||
|
glider: Item("common.items.glider.leaves"),
|
||||||
)),
|
)),
|
||||||
items: [
|
items: [
|
||||||
(25, "common.items.consumable.potion_minor"),
|
(25, "common.items.consumable.potion_minor"),
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
(1, ModularWeapon(tool: Staff, material: Ironwood, hands: None)),
|
(1, ModularWeapon(tool: Staff, material: Ironwood, hands: None)),
|
||||||
(1, ModularWeapon(tool: Sceptre, material: Ironwood, hands: None)),
|
(1, ModularWeapon(tool: Sceptre, material: Ironwood, hands: None)),
|
||||||
]), None)),
|
]), None)),
|
||||||
|
glider: Item("common.items.glider.butterfly3"),
|
||||||
)),
|
)),
|
||||||
items: [
|
items: [
|
||||||
(50, "common.items.consumable.potion_med"),
|
(50, "common.items.consumable.potion_med"),
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
(2, Item("common.items.weapons.staff.laevateinn")),
|
(2, Item("common.items.weapons.staff.laevateinn")),
|
||||||
(1, Item("common.items.weapons.sceptre.caduceus")),
|
(1, Item("common.items.weapons.sceptre.caduceus")),
|
||||||
]), None)),
|
]), None)),
|
||||||
|
glider: Item("common.items.glider.sunset"),
|
||||||
)),
|
)),
|
||||||
items: [
|
items: [
|
||||||
(50, "common.items.consumable.potion_big"),
|
(50, "common.items.consumable.potion_big"),
|
||||||
|
Loading…
Reference in New Issue
Block a user