diff options
Diffstat (limited to 'ModSlots/ArmorIDs.py')
| -rw-r--r-- | ModSlots/ArmorIDs.py | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/ModSlots/ArmorIDs.py b/ModSlots/ArmorIDs.py index fc5b831..1863f36 100644 --- a/ModSlots/ArmorIDs.py +++ b/ModSlots/ArmorIDs.py @@ -1,7 +1,7 @@ ArmorIDs = { 'Leather': ['pl001_0000', 'slg000_0000'], 'Chainmail': ['pl014_0000', 'slg000_0000'], - 'Hunter\'s': ['pl0002_0000', 'slg000_0000'], + 'Hunter\'s': ['pl002_0000', 'slg000_0000'], 'Hunter\'s (β)': ['pl002_0010', 'slg000_0000'], 'Bone': ['pl003_0000', 'slg003_0000'], 'Vespoid': ['pl007_0000', 'slg007_000'], @@ -18,7 +18,7 @@ ArmorIDs = { 'Pukei+': ['pl010_0001', 'slg000_0000'], 'Coral Pukei+': ['pl010_0101', 'slg000_0000'], 'Barroth': ['pl012_0000', 'slg012_0000'], - 'Barroth+': ['pl012_0001+', 'slg012_0000'], + 'Barroth+': ['pl012_0001', 'slg012_0000'], 'Jyura': ['pl011_0000', 'slg011_0000'], 'Jyura+': ['pl011_0001', 'slg011_0000'], 'Kadachi': ['pl013_0000', 'slg001_0000'], @@ -36,15 +36,17 @@ ArmorIDs = { 'Fulgur Anja+': ['pl020_0101', 'slg020_0100'], 'Fulgur Anja+ (β)': ['pl020_0111', 'slg020_0100'], 'Rathian': ['pl021_0000', 'slg021_0000'], - 'Kirin': ['pl035_0000', 'slg000_0000'], 'Kirin (β)': ['pl035_0010', 'slg000_0000'], 'Kirin (γ)': ['pl035_0020', 'slg000_0000'], 'Kirin+': ['pl035_0001', 'slg000_0000'], 'Kirin+ (β)': ['pl035_0011', 'slg000_0000'], - 'Lavasioth': ['pl040_0000', 'slg040_0000'], 'Lavasioth (β)': ['pl040_0010', 'slg040_0000'], 'Lavasioth+': ['pl040_0001', 'slg040_0000'], - 'Artian+': ['pl091_0000', 'slg091_0000'] + 'Artian+': ['pl091_0000', 'slg091_0000'], + 'Brigade': ['pl036_0000', 'slg001_0000'], + 'Diver': ['pl075_0000', 'slg000_0000'], + 'Azure Starlord': ['pl072_0000', 'slg072_0000'], + 'Azure Age': ['pl072_0001', 'slg072_0001'] } |