Skip to content

Commit

Permalink
Deploy resources from commit c253d26
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowerBot committed Oct 7, 2024
1 parent d83426c commit 04391c2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions packages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<packages>
<package>
<name>resources_data</name>
<version>5.0.9019.10127</version>
<version>5.0.9046.28603.5</version>
<type>library</type>
<files>
<file size="19135">resources_data/ability_recasts.lua</file>
<file size="78393">resources_data/action_messages.lua</file>
<file size="119910">resources_data/augments.lua</file>
<file size="163884">resources_data/auto_translates.lua</file>
<file size="3014">resources_data/bags.lua</file>
<file size="3167">resources_data/bags.lua</file>
<file size="66457">resources_data/buffs.lua</file>
<file size="2177">resources_data/chat.lua</file>
<file size="1842">resources_data/check_ratings.lua</file>
Expand All @@ -25,7 +25,7 @@
<file size="73978">resources_data/job_points.lua</file>
<file size="14581">resources_data/job_traits.lua</file>
<file size="352185">resources_data/key_items.lua</file>
<file size="151">resources_data/manifest.xml</file>
<file size="153">resources_data/manifest.xml</file>
<file size="79182">resources_data/merit_points.lua</file>
<file size="282203">resources_data/monster_abilities.lua</file>
<file size="70599">resources_data/monster_skills.lua</file>
Expand Down
18 changes: 9 additions & 9 deletions resources_data/bags.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@

return {
[0] = {id=0,en="Inventory",access="Everywhere",command="inventory",equippable=true},
[1] = {id=1,en="Safe",access="Mog House",command="bank"},
[2] = {id=2,en="Storage",access="Mog House",command="storage"},
[3] = {id=3,en="Temporary",access="Situational",command="temporary"},
[4] = {id=4,en="Locker",access="Mog House",command="locker"},
[5] = {id=5,en="Satchel",access="Everywhere",command="satchel"},
[6] = {id=6,en="Sack",access="Everywhere",command="sack"},
[7] = {id=7,en="Case",access="Everywhere",command="case"},
[1] = {id=1,en="Safe",access="Mog House",command="bank",equippable=false},
[2] = {id=2,en="Storage",access="Mog House",command="storage",equippable=false},
[3] = {id=3,en="Temporary",access="Situational",command="temporary",equippable=false},
[4] = {id=4,en="Locker",access="Mog House",command="locker",equippable=false},
[5] = {id=5,en="Satchel",access="Everywhere",command="satchel",equippable=false},
[6] = {id=6,en="Sack",access="Everywhere",command="sack",equippable=false},
[7] = {id=7,en="Case",access="Everywhere",command="case",equippable=false},
[8] = {id=8,en="Wardrobe",access="Everywhere",command="wardrobe",equippable=true},
[9] = {id=9,en="Safe 2",access="Mog House",command="bank2"},
[9] = {id=9,en="Safe 2",access="Mog House",command="bank2",equippable=false},
[10] = {id=10,en="Wardrobe 2",access="Everywhere",command="wardrobe2",equippable=true},
[11] = {id=11,en="Wardrobe 3",access="Everywhere",command="wardrobe3",equippable=true},
[12] = {id=12,en="Wardrobe 4",access="Everywhere",command="wardrobe4",equippable=true},
[13] = {id=13,en="Wardrobe 5",access="Everywhere",command="wardrobe5",equippable=true},
[14] = {id=14,en="Wardrobe 6",access="Everywhere",command="wardrobe6",equippable=true},
[15] = {id=15,en="Wardrobe 7",access="Everywhere",command="wardrobe7",equippable=true},
[16] = {id=16,en="Wardrobe 8",access="Everywhere",command="wardrobe8",equippable=true},
[17] = {id=17,en="Recycle",access="Everywhere",command="recycle"},
[17] = {id=17,en="Recycle",access="Everywhere",command="recycle",equippable=false},
}, {"id", "en", "access", "command", "equippable"}

--[[
Expand Down
2 changes: 1 addition & 1 deletion resources_data/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<name>resources_data</name>
<version>5.0.9019.10127</version>
<version>5.0.9046.28603.5</version>
<type>library</type>
</package>

0 comments on commit 04391c2

Please sign in to comment.