tweaked a few things with the moth glider

This commit is contained in:
Sarra 2021-02-10 20:14:50 -05:00
parent 14b344469a
commit 7c23f97d89
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

Binary file not shown.