mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
tweaked a few things with the moth glider
This commit is contained in:
parent
14b344469a
commit
7c23f97d89
@ -1,6 +1,6 @@
|
||||
ItemDef(
|
||||
name: "Red Cloth Glider",
|
||||
description: "Simple, but classy.",
|
||||
description: "A simple glider, but with a striking red color.",
|
||||
kind: Glider(
|
||||
(
|
||||
kind: "RedCloth",
|
||||
|
@ -158,8 +158,8 @@
|
||||
("common.items.glider.glider_basic_white", 1),
|
||||
[
|
||||
("common.items.crafting_ing.twigs", 5),
|
||||
("common.items.crafting_ing.leather_scraps", 5),
|
||||
("common.items.crafting_ing.cloth_scraps", 10),
|
||||
("common.items.ore.velorite", 3),
|
||||
("common.items.crafting_tools.craftsman_hammer", 0),
|
||||
("common.items.crafting_tools.sewing_set", 0),
|
||||
],
|
||||
@ -169,7 +169,7 @@
|
||||
[
|
||||
("common.items.crafting_ing.twigs", 5),
|
||||
("common.items.crafting_ing.cloth_scraps_red", 10),
|
||||
("common.items.ore.velorite", 3),
|
||||
("common.items.crafting_ing.leather_scraps", 5),
|
||||
("common.items.crafting_tools.craftsman_hammer", 0),
|
||||
("common.items.crafting_tools.sewing_set", 0),
|
||||
],
|
||||
|
BIN
assets/voxygen/voxel/glider/glider_moth.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/glider/glider_moth.vox
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user