upd items

This commit is contained in:
shoopea 2019-05-06 21:04:06 +08:00
parent b55fbeac64
commit be3c56480d

View File

@ -127,10 +127,7 @@ var items = map[string]Item{
"a07": Item{"Leather Hood", -1},
"a08": Item{"Steel Helmet", -1},
"a09": Item{"Silver Helmet", -1},
"a10": Item{"Mithril Helmet", -1},
"a100": Item{"Assault Cape", -1},
"a101": Item{"Craftsman Apron", -1},
"a102": Item{"Stoneskin Cloak", -1},
"a10": Item{"Mithril Helmet", 190}, // PROPAGATE TO WIKI
"a11": Item{"Sandals", -1},
"a12": Item{"Leather Shoes", -1},
"a13": Item{"Steel Boots", -1},
@ -140,7 +137,7 @@ var items = map[string]Item{
"a17": Item{"Leather Gloves", -1},
"a18": Item{"Steel Gauntlets", -1},
"a19": Item{"Silver Gauntlets", -1},
"a20": Item{"Mithril Gauntlets", -1},
"a20": Item{"Mithril Gauntlets", 125}, // PROPAGATE TO WIKI
"a21": Item{"Wooden Shield", -1},
"a22": Item{"Skeleton Buckler", -1},
"a23": Item{"Bronze Shield", -1},
@ -207,6 +204,9 @@ var items = map[string]Item{
"a88": Item{"Celestial Helmet", 210},
"a89": Item{"Celestial Boots", 155},
"a90": Item{"Celestial Gloves", 155},
"a100": Item{"Assault Cape", -1},
"a101": Item{"Craftsman Apron", -1},
"a102": Item{"Stoneskin Cloak", -1},
"ch1": Item{"Zombie Chest", -1},
"e1": Item{"Cocoa Powder", 1},
"e109": Item{"Walker Armor (Event Gear)", -1},
@ -283,7 +283,7 @@ var items = map[string]Item{
"k44": Item{"Ghost Helmet Fragment", 10}, // PROPAGATE TO WIKI
"k45": Item{"Ghost Boots Part", 10}, // PROPAGATE TO WIKI
"k46": Item{"Ghost Gloves Part", 10}, // PROPAGATE TO WIKI
"k47": Item{"Lion Armor Part", -1},
"k47": Item{"Lion Armor Part", 10}, // PROPAGATE TO WIKI
"k48": Item{"Lion Helmet Fragment", 10}, // PROPAGATE TO WIKI
"k49": Item{"Lion Boots Part", 10}, // PROPAGATE TO WIKI
"k50": Item{"Lion Gloves Part", 10}, // PROPAGATE TO WIKI
@ -299,16 +299,16 @@ var items = map[string]Item{
"k60": Item{"Durable Cloak Part", -1},
"k61": Item{"Blessed Cloak Part", 10}, // PROPAGATE TO WIKI
"k78": Item{"Council Armor Part", 10}, // PROPAGATE TO WIKI
"k79": Item{"Council Helmet Part", -1},
"k80": Item{"Council Boots Part", -1},
"k79": Item{"Council Helmet Part", 10}, // PROPAGATE TO WIKI
"k80": Item{"Council Boots Part", 10}, // PROPAGATE TO WIKI
"k81": Item{"Council Gloves Part", 10},
"k82": Item{"Council Shield Part", -1},
"k83": Item{"Griffin Armor Part", -1},
"k84": Item{"Griffin Helmet Part", -1},
"k84": Item{"Griffin Helmet Part", 10}, // PROPAGATE TO WIKI
"k85": Item{"Griffin Boots Part", -1},
"k86": Item{"Griffin Gloves Part", -1},
"k87": Item{"Celestial Armor Part", -1},
"k88": Item{"Celestial Helmet Part", -1},
"k86": Item{"Griffin Gloves Part", 10}, // PROPAGATE TO WIKI
"k87": Item{"Celestial Armor Part", 10}, // PROPAGATE TO WIKI
"k88": Item{"Celestial Helmet Part", 10}, // PROPAGATE TO WIKI
"k89": Item{"Celestial Boots Part", -1},
"k90": Item{"Celestial Gloves Part", -1},
"k91": Item{"Griffin Knife Part", -1},
@ -321,7 +321,7 @@ var items = map[string]Item{
"k98": Item{"Black Morningstar Part", -1},
"k99": Item{"Maiming Bulawa Part", -1},
"k100": Item{"Assault Cape Part", -1},
"k101": Item{"Craftsman Apron Part", -1},
"k101": Item{"Craftsman Apron Part", 10}, // PROPAGATE TO WIKI
"k102": Item{"Stoneskin Cloak Part", -1},
"p01": Item{"Vial of Rage", 1}, // PROPAGATE TO WIKI
"p02": Item{"Potion of Rage", 1}, // PROPAGATE TO WIKI
@ -409,16 +409,16 @@ var items = map[string]Item{
"r59": Item{"Storm Cloak Recipe", 10},
"r60": Item{"Durable Cloak Recipe", 10},
"r61": Item{"Blessed Cloak Recipe", 10},
"r78": Item{"Council Armor Recipe", -1},
"r79": Item{"Council Helmet Recipe", -1},
"r80": Item{"Council Boots Recipe", -1},
"r78": Item{"Council Armor Recipe", 10}, // PROPAGATE TO WIKI
"r79": Item{"Council Helmet Recipe", 10}, // PROPAGATE TO WIKI
"r80": Item{"Council Boots Recipe", 10}, // PROPAGATE TO WIKI
"r81": Item{"Council Gloves Recipe", -1},
"r82": Item{"Council Shield Recipe", -1},
"r83": Item{"Griffin Armor Recipe", -1},
"r84": Item{"Griffin Helmet Recipe", -1},
"r85": Item{"Griffin Boots Recipe", -1},
"r86": Item{"Griffin Gloves Recipe", -1},
"r87": Item{"Celestial Armor Recipe", -1},
"r86": Item{"Griffin Gloves Recipe", 10}, // PROPAGATE TO WIKI
"r87": Item{"Celestial Armor Recipe", 10}, // PROPAGATE TO WIKI
"r88": Item{"Celestial Helmet Recipe", -1},
"r89": Item{"Celestial Boots Recipe", -1},
"r90": Item{"Celestial Gloves Recipe", -1},