Add new gliders

This commit is contained in:
Evelyn 2021-10-30 20:48:04 +00:00 committed by Justin Shipsey
parent bcba2aae7e
commit 91477f7a5c
10 changed files with 97 additions and 2 deletions

View File

@ -0,0 +1,11 @@
ItemDef(
name: "Moonlit Love",
description: "Love is in the air.",
kind: Glider(
(
kind: "ButterflyLove",
),
),
quality: Epic,
tags: [],
)

View File

@ -0,0 +1,11 @@
ItemDef(
name: "Aquatic Night",
description: "The stars are beautiful tonight.",
kind: Glider(
(
kind: "Moonrise",
),
),
quality: Epic,
tags: [],
)

View File

@ -0,0 +1,11 @@
ItemDef(
name: "Horizon",
description: "It isn't high noon.",
kind: Glider(
(
kind: "Sunset",
),
),
quality: Epic,
tags: [],
)

View File

@ -5,4 +5,5 @@
(2.0, Item("common.items.armor.misc.neck.gem_of_resilience")),
// Special Loot
(1.0, Item("common.items.armor.misc.bag.heavy_seabag")),
]
(0.5, Item("common.items.glider.moonrise")),
]

View File

@ -453,6 +453,34 @@
],
craft_sprite: Some(CraftingBench),
),
"Moonlit Love": (
output: ("common.items.glider.butterfly3", 1),
inputs: [
(Item("common.items.crafting_ing.cloth.moonweave"), 20),
(Item("common.items.crafting_ing.twigs"), 5),
(Item("common.items.flowers.red"), 6),
(Item("common.items.crafting_ing.sticky_thread"), 8),
(Item("common.items.mineral.gem.diamond"), 2),
(Item("common.items.crafting_tools.sewing_set"), 0),
(Item("common.items.tool.craftsman_hammer"), 0),
],
craft_sprite: Some(CraftingBench),
is_recycling: false,
),
"Horizon": (
output: ("common.items.glider.sunset", 1),
inputs: [
(Item("common.items.crafting_ing.cloth.sunsilk"), 20),
(Item("common.items.crafting_ing.twigs"), 5),
(Item("common.items.crafting_ing.cactus"), 8),
(Item("common.items.mineral.gem.topaz"), 6),
(Item("common.items.mineral.gem.ruby"), 2),
(Item("common.items.crafting_tools.sewing_set"), 0),
(Item("common.items.tool.craftsman_hammer"), 0),
],
craft_sprite: Some(CraftingBench),
is_recycling: false,
),
"Healing Sceptre": (
output: ("common.items.weapons.sceptre.starter_sceptre", 1),
inputs: [

View File

@ -2773,6 +2773,10 @@
"voxel.glider.butterfly2",
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
),
Glider("ButterflyLove"): VoxTrans(
"voxel.glider.butterfly3",
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
),
Glider("MothLuna"): VoxTrans(
"voxel.glider.moth",
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
@ -2789,6 +2793,14 @@
"voxel.glider.woodraptor",
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
),
Glider("Sunset"): VoxTrans(
"voxel.glider.sunset",
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
),
Glider("Moonrise"): VoxTrans(
"voxel.glider.moonrise",
(6.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,
),
Glider("Purple0"): VoxTrans(
"voxel.glider.cultists",
(5.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 1.1,

BIN
assets/voxygen/voxel/glider/butterfly3.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/glider/moonrise.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/glider/sunset.vox (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -28,6 +28,10 @@
vox_spec: ("glider.butterfly2", (-26.0, -13.0, 0.0)),
color: None
),
"ButterflyLove": (
vox_spec: ("glider.butterfly3", (-26.0, -13.0, 0.0)),
color: None
),
"MothLuna": (
vox_spec: ("glider.moth", (-26.0, -22.0, 0.0)),
color: None
@ -43,7 +47,15 @@
"WoodRaptor": (
vox_spec: ("glider.woodraptor", (-26.0, -25.0, 0.0)),
color: None
),
),
"Sunset": (
vox_spec: ("glider.sunset", (-26.0, -26.0, 0.0)),
color: None
),
"Moonrise": (
vox_spec: ("glider.moonrise", (-26.0, -26.0, 0.0)),
color: None
),
"Purple0": (
vox_spec: ("glider.cultists", (-26.0, -26.0, 0.0)),
color: None