mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed debug back armor. Removed leather_3 item.
This commit is contained in:
parent
ef1ee4c4fa
commit
ae856edb31
@ -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: [],
|
||||
)
|
@ -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"),
|
||||
|
@ -0,0 +1 @@
|
||||
-- This file should undo anything in `up.sql`
|
@ -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';
|
Loading…
Reference in New Issue
Block a user