Fixed debug back armor. Removed leather_3 item.

This commit is contained in:
Sam 2021-03-03 15:05:51 -05:00
parent ef1ee4c4fa
commit ae856edb31
4 changed files with 5 additions and 14 deletions

View File

@ -1,13 +0,0 @@
ItemDef(
name: "Leather Pauldrons",
description: "Animal hide tanned and formed into shoulder pads.",
kind: Armor((
kind: Shoulder("Leather3"),
stats: (
protection: Normal(6.0),
poise_resilience: Normal(3.0),
),
)),
quality: Common,
tags: [],
)

View File

@ -57,7 +57,6 @@
(0.6, "common.items.armor.misc.shoulder.leather_strip"),
(0.4, "common.items.armor.swift.shoulder"),
(0.4, "common.items.armor.agile.shoulder"),
(0.4, "common.items.armor.misc.shoulder.leather_3"),
(0.3, "common.items.armor.misc.shoulder.leather_iron_0"),
(0.3, "common.items.armor.misc.shoulder.leather_iron_1"),
(0.3, "common.items.armor.misc.shoulder.leather_iron_2"),

View File

@ -0,0 +1 @@
-- This file should undo anything in `up.sql`

View File

@ -0,0 +1,4 @@
UPDATE item
SET item_definition_id = 'common.items.debug.dungeon_purple' WHERE item_definition_id = 'common.items.debug.dungeon_purple-0';
UPDATE item
SET item_definition_id = 'common.items.armor.swift.shoulder' WHERE item_definition_id = 'common.items.armor.misc.shoulder.leather_3';