Add gliders to travelers

This commit is contained in:
juliancoffee 2024-02-29 18:40:11 +02:00
parent 958cf048f4
commit e861aae836
4 changed files with 4 additions and 0 deletions

View File

@ -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"),

View File

@ -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"),

View File

@ -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"),

View File

@ -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"),