Skip to content

Commit

Permalink
fix: legs attributes #1189
Browse files Browse the repository at this point in the history
  • Loading branch information
libergod committed Jul 6, 2023
1 parent d653b0d commit 27ce091
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions data-baiak/scripts/movements/equipment/unscripted_equipments.lua
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,18 @@ local items = {
type = "deequip",
slot = "head"
},
{
-- green demon legs
itemid = 37607,
type = "equip",
slot = "legs"
},
{
-- green demon legs
itemid = 37607,
type = "deequip",
slot = "legs"
},
{
-- changing backpack
itemid = 37536,
Expand Down Expand Up @@ -2085,6 +2097,18 @@ local items = {
type = "deequip",
slot = "armor"
},
{
-- lederhosen
itemid = 32097,
type = "equip",
slot = "legs"
},
{
-- lederhosen
itemid = 32097,
type = "deequip",
slot = "legs"
},
{
-- traditional leather shoes
itemid = 32098,
Expand Down Expand Up @@ -18444,6 +18468,18 @@ local items = {
slot = "head",
level = 250
},
{
-- broken iks faulds
itemid = 40531,
type = "equip",
slot = "legs"
},
{
-- broken iks faulds
itemid = 40531,
type = "deequip",
slot = "legs"
},
{
-- broken iks sandals
itemid = 40534,
Expand Down

0 comments on commit 27ce091

Please sign in to comment.