Fix for the StW Cosmetic Locker.

This commit is contained in:
PRO100KatYT
2022-02-01 17:27:35 +01:00
parent e8f8f280be
commit bd1a3b994c

View File

@@ -180,40 +180,59 @@
"attributes": { "attributes": {
"locker_slots_data": { "locker_slots_data": {
"slots": { "slots": {
"Dance": {
"items": [
"AthenaDance:eid_dancemoves",
null,
null,
null,
null,
null
],
"activeVariants": [
null,
null,
null,
null,
null,
null
]
},
"Pickaxe": { "Pickaxe": {
"items": [ "items": [
"AthenaPickaxe:pickaxe_id_stw001_tier_1" "AthenaPickaxe:pickaxe_id_stw001_tier_1"
] ]
}, },
"ItemWrap": {
"items": [
"",
"",
"",
"",
"",
"",
"",
""
]
},
"LoadingScreen": {
"items": [
""
]
},
"Dance": {
"items": [
"AthenaDance:eid_dancemoves",
"",
"",
"",
"",
""
]
},
"MusicPack": {
"items": [
""
]
},
"Backpack": { "Backpack": {
"items": [ "items": [
"AthenaBackpack:bid_stwhero" "AthenaBackpack:bid_stwhero"
] ]
},
"Character": {
"items": [
""
]
} }
} }
}, },
"use_count": 0, "use_count": 0,
"banner_icon_template": "SurvivalBannerStonewoodComplete", "banner_icon_template": "SurvivalBannerStonewoodComplete",
"locker_name": "LawinServer",
"banner_color_template": "DefaultColor15", "banner_color_template": "DefaultColor15",
"locker_name": "LawinServer",
"item_seen": false, "item_seen": false,
"favorite": false "favorite": false
}, },