mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-25 20:23:22 -07:00
Update items_data.py
added `Red and White Round Shield`, `Crystal Scroll`, `Magic Stoneplate Ring`, and `Outrider Knight` gear.
This commit is contained in:
@@ -131,7 +131,7 @@ shields_table = {
|
||||
"Golden Wing Crest Shield": 0x0143CAA0,
|
||||
"Ancient Dragon Greatshield": 0x013599D0,
|
||||
"Spirit Tree Crest Shield": 0x014466E0,
|
||||
|
||||
"Red and White Round Shield": 0x01343A40,
|
||||
}
|
||||
|
||||
goods_table = {
|
||||
@@ -244,6 +244,10 @@ armor_table = {
|
||||
"Shadow Garb": 0x14D3FA28,
|
||||
"Shadow Gauntlets": 0x14D3FE10,
|
||||
"Shadow Leggings": 0x14D401F8,
|
||||
"Outrider Knight Helm": 0x1328B740,
|
||||
"Outrider Knight Armor": 0x1328BB28,
|
||||
"Outrider Knight Gauntlets": 0x1328BF10,
|
||||
"Outrider Knight Leggings": 0x1328C2F8,
|
||||
}
|
||||
|
||||
rings_table = {
|
||||
@@ -292,6 +296,7 @@ rings_table = {
|
||||
"Red Tearstone Ring": 0x20004ECA,
|
||||
"Dragonscale Ring": 0x2000515E,
|
||||
"Knight Slayer's Ring": 0x20005000,
|
||||
"Magic Stoneplate Ring": 0x20004E66,
|
||||
}
|
||||
|
||||
spells_table = {
|
||||
@@ -313,6 +318,7 @@ spells_table = {
|
||||
"Divine Pillars of Light": 0x4038C340,
|
||||
"Great Magic Barrier": 0x40365628,
|
||||
"Great Magic Shield": 0x40144F38,
|
||||
"Crystal Scroll": 0x40000856,
|
||||
}
|
||||
|
||||
misc_items_table = {
|
||||
|
||||
Reference in New Issue
Block a user