mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'fix_facegourd_name' into 'master'
fix facegourd item name See merge request veloren/veloren!3674
This commit is contained in:
commit
ab8d61afc8
@ -1,6 +1,6 @@
|
||||
ItemDef(
|
||||
name: "Pumpkin Head.",
|
||||
description: "Halloween attire.",
|
||||
name: "Facegourd",
|
||||
description: "Pumpkin Head.",
|
||||
kind: Armor((
|
||||
kind: Head,
|
||||
stats: Direct((
|
||||
|
@ -5,5 +5,4 @@
|
||||
(5.0, LootTable("common.loot_tables.armor.tier-3")),
|
||||
// Misc
|
||||
(2.0, Item("common.items.armor.misc.head.facegourd")),
|
||||
(2.0, Item("common.items.lantern.pumpkin")),
|
||||
]
|
@ -643,11 +643,11 @@
|
||||
color: None
|
||||
),
|
||||
(Dwarf, Female, "common.items.armor.misc.head.helmet"): (
|
||||
vox_spec: ("armor.misc.head.helmet", (-5.0, -4.0, -1.0)),
|
||||
vox_spec: ("armor.misc.head.helmet", (-5.0, -5.0, -1.0)),
|
||||
color: None
|
||||
),
|
||||
(Dwarf, Male, "common.items.armor.misc.head.helmet"): (
|
||||
vox_spec: ("armor.misc.head.helmet", (-3.0, -3.0, -1.0)),
|
||||
vox_spec: ("armor.misc.head.helmet", (-5.0, -5.0, -1.0)),
|
||||
color: None
|
||||
),
|
||||
(Draugr, Female, "common.items.armor.misc.head.helmet"): (
|
||||
@ -970,11 +970,11 @@
|
||||
color: None
|
||||
),
|
||||
(Elf, Female, "common.items.armor.misc.head.facegourd"): (
|
||||
vox_spec: ("armor.misc.head.facegourd", (-3.0, -5.0, -1.0)),
|
||||
vox_spec: ("armor.misc.head.facegourd", (-3.0, -6.0, -1.0)),
|
||||
color: None
|
||||
),
|
||||
(Elf, Male, "common.items.armor.misc.head.facegourd"): (
|
||||
vox_spec: ("armor.misc.head.facegourd", (-3.0, -5.0, -1.0)),
|
||||
vox_spec: ("armor.misc.head.facegourd", (-3.0, -6.0, -1.0)),
|
||||
color: None
|
||||
),
|
||||
(Orc, Female, "common.items.armor.misc.head.facegourd"): (
|
||||
@ -986,11 +986,11 @@
|
||||
color: None
|
||||
),
|
||||
(Dwarf, Female, "common.items.armor.misc.head.facegourd"): (
|
||||
vox_spec: ("armor.misc.head.facegourd", (-5.0, -4.0, -1.0)),
|
||||
vox_spec: ("armor.misc.head.facegourd", (-5.0, -5.0, -1.0)),
|
||||
color: None
|
||||
),
|
||||
(Dwarf, Male, "common.items.armor.misc.head.facegourd"): (
|
||||
vox_spec: ("armor.misc.head.facegourd", (-3.0, -3.0, -1.0)),
|
||||
vox_spec: ("armor.misc.head.facegourd", (-5.0, -5.0, -1.0)),
|
||||
color: None
|
||||
),
|
||||
(Draugr, Female, "common.items.armor.misc.head.facegourd"): (
|
||||
@ -1002,11 +1002,11 @@
|
||||
color: None
|
||||
),
|
||||
(Danari, Female, "common.items.armor.misc.head.facegourd"): (
|
||||
vox_spec: ("armor.misc.head.facegourd", (-2.0, -5.0, 1.0)),
|
||||
vox_spec: ("armor.misc.head.facegourd", (-2.0, -6.0, 1.0)),
|
||||
color: None
|
||||
),
|
||||
(Danari, Male, "common.items.armor.misc.head.facegourd"): (
|
||||
vox_spec: ("armor.misc.head.facegourd", (-2.0, -5.0, -1.0)),
|
||||
vox_spec: ("armor.misc.head.facegourd", (-2.0, -6.0, 1.0)),
|
||||
color: None
|
||||
),
|
||||
// Merchant Turban
|
||||
|
Loading…
Reference in New Issue
Block a user