Hi, i found this in the config.json, i thougth it was the layer system for paperdolls, i dunno if im doing something wrong, or this is just a list of the aviable paperdolls items.
I want to make a layer system, so when player goes up, the clothing goes on top the weapon, and when walking down, the weapon is on top the clothing (default).
"Equipment": {
"Paperdoll": {
"Down": [
"Player",
"Armor",
"Helmet",
"Weapon",
"Shield",
"Boots"
],
"Left": [
"Weapon",
"Player",
"Armor",
"Helmet",
"Shield",
"Boots"
],
"Right": [
"Player",
"Armor",
"Helmet",
"Weapon",
"Shield",
"Boots"
],
"Up": [
"Weapon",
"Player",
"Armor",
"Helmet",
"Shield",
"Boots"
]
},
"ShieldSlot": 3,
"Slots": [
"Helmet",
"Armor",
"Weapon",
"Shield",
"Boots",
"Rings",
"Gloves",
"Pendant",
"Amulet"
],
in this list ive already modify the order to do it, but it didnt work