diff --git a/include/psu/counters.hrl b/include/psu/counters.hrl new file mode 100644 index 0000000..91d699e --- /dev/null +++ b/include/psu/counters.hrl @@ -0,0 +1,25 @@ +%~ -define(COUNTERS, [{0, {counter, colony_bg, "Clyez City\nLinear Line Platform", "Take the Linear\nLine from this\nplatform for\nmissions inside the\nGUARDIANS colony.", [ + %~ {group, "Phantom Ruins", "Special Mission\nParty size:\n (4+ recommended)\nNo join mid-mission.\nAOTI exclusive", [1060301, 1060303]}, + %~ {group, "Unsafe Passage", "Normal Free Mssn.", [1000000, 1000001, 1000002, 1000003, 1000004, 1000010, 1000011, 1000012, 1000013, 1000014, 1000020, 1000021, 1000022, 1000023, 1000024]} +%~ ]}}]). + + +%~ text.bin: +%~ 4 bytes: File length +%~ 4 bytes: Pointer to next 4 bytes +%~ 4 bytes: Pointer to list of text strings + +%~ List of strings: +%~ 4 bytes: Absolute pointer to string + +%~ String: +%~ (x) bytes: Text, unicode format, ending in \0 + +%~ General order: +%~ Header +%~ List of strings +%~ Strings + + +%~ counter_to_text(Counter) -> + diff --git a/include/psu/items.hrl b/include/psu/items.hrl index 63962f9..58608fd 100644 --- a/include/psu/items.hrl +++ b/include/psu/items.hrl @@ -20,7 +20,7 @@ -record(psu_element, {type, percent}). -record(psu_pa, {type, level}). --record(psu_item, {name, description, rarity, buy_price, sell_price, data}). +-record(psu_item, {name, rarity, buy_price, sell_price, data}). -record(psu_clothing_item, {appearance, type, manufacturer, overlap, gender, colors}). -record(psu_consumable_item, {max_quantity, pt_diff, status_effect, target, use_condition, item_effect}). -record(psu_parts_item, {appearance, type, manufacturer, overlap, gender}). @@ -39,19 +39,16 @@ %% @todo Do the shop for these. {16#01010900, #psu_item{name="Huge Cutter", - description="", rarity=15, buy_price=10, sell_price=1, data=#psu_striking_weapon_item{ pp=100, atp=200, ata=300, atp_req=1, shop_element=#psu_element{type=0, percent=0}, hand=both, max_upgrades=50, attack_label=0, attack_sound={default, 1961}, hitbox_a=16#9f01, hitbox_b=16#76fd, hitbox_c=16#3f29, hitbox_d=16#2222, nb_targets=5, effect=0, model=9 }}}, {16#01010a00, #psu_item{name="Kan Yu", - description="", rarity=15, buy_price=10, sell_price=1, data=#psu_striking_weapon_item{ pp=100, atp=200, ata=300, atp_req=1, shop_element=#psu_element{type=0, percent=0}, hand=both, max_upgrades=50, attack_label=0, attack_sound={default, 1961}, hitbox_a=16#9f01, hitbox_b=16#76fd, hitbox_c=16#3f29, hitbox_d=16#2222, nb_targets=5, effect=1, model=10 }}}, {16#01010b00, #psu_item{name="De Ragan Slayer", - description="", rarity=15, buy_price=10, sell_price=1, data=#psu_striking_weapon_item{ pp=100, atp=200, ata=300, atp_req=1, shop_element=#psu_element{type=0, percent=0}, hand=both, max_upgrades=50, attack_label=0, attack_sound={custom, 0}, hitbox_a=16#9f01, hitbox_b=16#76fd, hitbox_c=16#3f29, hitbox_d=16#2222, nb_targets=133, effect=0, model=11 @@ -66,74 +63,60 @@ %% 0xD0: auto-revive! percent pt_diff {16#03010000, #psu_item{name="Monomate", - description="HP recovery item.\nRestores a small amount of HP for the one who uses it.", rarity=1, buy_price=50, sell_price=5, data=#psu_consumable_item{ max_quantity=20, pt_diff=+100, status_effect=0, target=0, use_condition=0, item_effect=16#20 }}}, {16#03010100, #psu_item{name="Dimate", - description="HP recovery item.\nRestores a large amount of HP for the one who uses it.", rarity=2, buy_price=150, sell_price=15, data=#psu_consumable_item{ max_quantity=15, pt_diff=+1000, status_effect=0, target=0, use_condition=0, item_effect=16#20 }}}, {16#03010200, #psu_item{name="Trimate", - description="HP recovery item.\nCompletely restores HP for the one who uses it.", rarity=3, buy_price=500, sell_price=50, data=#psu_consumable_item{ max_quantity=10, pt_diff=+100, status_effect=0, target=0, use_condition=0, item_effect=16#30 }}}, {16#03010300, #psu_item{name="Star Atomizer", - description="HP recovery item.\nRestores all HP for the one who uses it, and nearby allies.", rarity=6, buy_price=1500, sell_price=150, data=#psu_consumable_item{ max_quantity=5, pt_diff=+100, status_effect=0, target=1, use_condition=0, item_effect=16#30 }}}, %% @todo Missing 03010400. {16#03010500, #psu_item{name="Antimate", - description="Cures all status abnormalities for the one who uses it.", rarity=1, buy_price=100, sell_price=10, data=#psu_consumable_item{ max_quantity=10, pt_diff=0, status_effect=0, target=0, use_condition=0, item_effect=16#60 }}}, {16#03010600, #psu_item{name="Sol Atomizer", - description="Cures all status abnormalities for the one who uses it, and nearby allies.", rarity=4, buy_price=300, sell_price=30, data=#psu_consumable_item{ max_quantity=5, pt_diff=0, status_effect=0, target=1, use_condition=0, item_effect=16#60 }}}, {16#03010700, #psu_item{name="Moon Atomizer", - description="Revives any incapacitated allies near the one who uses it.", rarity=5, buy_price=500, sell_price=50, data=#psu_consumable_item{ max_quantity=5, pt_diff=+25, status_effect=0, target=1, use_condition=0, item_effect=16#B0 }}}, %% @todo Missing 03010800. Cosmo Atomizer? {16#03010900, #psu_item{name="Scape Doll", - description="Automatically revives and cures the holder when incapacitated.", rarity=8, buy_price=10000, sell_price=10, data=#psu_consumable_item{ max_quantity=1, pt_diff=+100, status_effect=0, target=0, use_condition=0, item_effect=16#D0 }}}, {16#03010a00, #psu_item{name="Agtaride", - description="Status enhancement item.\nBoosts ATP (attack power) for the one who uses it.", rarity=3, buy_price=150, sell_price=15, data=#psu_consumable_item{ max_quantity=10, pt_diff=0, status_effect=17, target=0, use_condition=0, item_effect=16#22 }}}, {16#03010b00, #psu_item{name="Defbaride", - description="Status enhancement item.\nBoosts DFP (defense) for the one who uses it.", rarity=3, buy_price=150, sell_price=15, data=#psu_consumable_item{ max_quantity=10, pt_diff=0, status_effect=19, target=0, use_condition=0, item_effect=16#22 }}}, {16#03010c00, #psu_item{name="Retaride", - description="Status enhancement item.\nBoosts TP (TECHNIC points) and MST for the one who uses it.", rarity=3, buy_price=150, sell_price=15, data=#psu_consumable_item{ max_quantity=10, pt_diff=0, status_effect=21, target=0, use_condition=0, item_effect=16#22 }}}, {16#03010d00, #psu_item{name="Zodiaride", - description="Status enhancement item.\nBoosts ATA (accuracy) and EVP (evasion) for the one who uses it.", rarity=3, buy_price=150, sell_price=15, data=#psu_consumable_item{ max_quantity=10, pt_diff=0, status_effect=23, target=0, use_condition=0, item_effect=16#22 }}}, {16#03010e00, #psu_item{name="Megistaride", - description="Status enhancement item.\nBoosts all abilities for the one who uses it.", rarity=4, buy_price=300, sell_price=30, data=#psu_consumable_item{ max_quantity=10, pt_diff=0, status_effect=26, target=0, use_condition=0, item_effect=16#22 }}}, {16#03020000, #psu_item{name="Photon Charge", - description="PP recovery item.\nRestores PP for the selected weapon.", rarity=3, buy_price=500, sell_price=50, data=#psu_consumable_item{ max_quantity=10, pt_diff=+100, status_effect=0, target=4, use_condition=4, item_effect=16#30 }}}, @@ -142,857 +125,686 @@ %% Clothes. {16#09010000, #psu_item{name="Braves Jacket", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0100, type=1, manufacturer=1, overlap=16#02, gender=male, colors= << 16#cecdae98:32, 16#cfa33aca:32, 16#8d5d:16 >> }}}, {16#09010100, #psu_item{name="Seyagya Vest", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0200, type=1, manufacturer=4, overlap=16#02, gender=male, colors= << 16#8a5aa26a:32, 16#f6b6dce9:32, 16#afd8:16 >> }}}, {16#09010200, #psu_item{name="Gojgoj Vest", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0300, type=1, manufacturer=7, overlap=16#02, gender=male, colors= << 16#cd2a7c56:32, 16#eacae887:32, 16#c2da:16 >> }}}, {16#09010300, #psu_item{name="Innocent Jacket", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0400, type=1, manufacturer=1, overlap=16#02, gender=male, colors= << 16#cfc29b69:32, 16#9212f9b7:32, 16#e68b:16 >> }}}, {16#09010400, #psu_item{name="Necnec Vest", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0500, type=1, manufacturer=7, overlap=16#01, gender=male, colors= << 16#923db538:32, 16#63a2afb3:32, 16#ebd9:16 >> }}}, {16#09010500, #psu_item{name="Speeders Jersey", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0600, type=1, manufacturer=1, overlap=16#02, gender=male, colors= << 16#28efc2de:32, 16#95d7cd5f:32, 16#fa8b:16 >> }}}, {16#09010600, #psu_item{name="AMF Army Jacket", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0700, type=1, manufacturer=0, overlap=16#02, gender=male, colors= << 16#9732f96e:32, 16#cabd8ff5:32, 16#cbfc:16 >> }}}, {16#09010700, #psu_item{name="Braves Coat", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0800, type=1, manufacturer=1, overlap=16#02, gender=male, colors= << 16#5a89a256:32, 16#da4ca9c7:32, 16#8fde:16 >> }}}, {16#09010800, #psu_item{name="Nobles Long Coat", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0900, type=1, manufacturer=1, overlap=16#02, gender=male, colors= << 16#aca598a2:32, 16#fd9f6bca:32, 16#1a8d:16 >> }}}, {16#09010900, #psu_item{name="Wakakusa Vest", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0a00, type=1, manufacturer=4, overlap=16#02, gender=male, colors= << 16#8fe923c9:32, 16#d38ca67f:32, 16#cbfc:16 >> }}}, {16#09010a00, #psu_item{name="Kusatarika Vest", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0b00, type=1, manufacturer=4, overlap=16#02, gender=male, colors= << 16#f3d92acf:32, 16#998215db:32, 16#1f89:16 >> }}}, {16#09010b00, #psu_item{name="Flaxo Jacket", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0c00, type=1, manufacturer=4, overlap=16#02, gender=male, colors= << 16#8239c589:32, 16#93d968fa:32, 16#9cea:16 >> }}}, {16#09010c00, #psu_item{name="Classica Shirt", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0d00, type=1, manufacturer=4, overlap=16#02, gender=male, colors= << 16#835329e3:32, 16#c8c2d6fc:32, 16#6da4:16 >> }}}, {16#09010d00, #psu_item{name="Vigor Coat", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0e00, type=1, manufacturer=7, overlap=16#02, gender=male, colors= << 16#ac3aad83:32, 16#a8875a3d:32, 16#9fc5:16 >> }}}, {16#09010e00, #psu_item{name="Roar Roars Vest", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0f00, type=1, manufacturer=7, overlap=16#01, gender=male, colors= << 16#2353d999:32, 16#c986fce5:32, 16#ce5f:16 >> }}}, {16#09010f00, #psu_item{name="Boaboa Vest", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1000, type=1, manufacturer=7, overlap=16#02, gender=male, colors= << 16#6cc9dc3c:32, 16#a32cfaec:32, 16#73ab:16 >> }}}, {16#09011000, #psu_item{name="Braves Jacket", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0100, type=1, manufacturer=2, overlap=16#02, gender=female, colors= << 16#cec4c7cd:32, 16#abfcc2c1:32, 16#cb58:16 >> }}}, {16#09011100, #psu_item{name="Seyagya Vest", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0200, type=1, manufacturer=5, overlap=16#02, gender=female, colors= << 16#ffc93d54:32, 16#abaec178:32, 16#7df2:16 >> }}}, {16#09011200, #psu_item{name="Gojgoj Tunic", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0300, type=1, manufacturer=8, overlap=16#02, gender=female, colors= << 16#283a8aba:32, 16#c7f27d1c:32, 16#ed74:16 >> }}}, {16#09011300, #psu_item{name="Guardless Jacket", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0400, type=1, manufacturer=2, overlap=16#01, gender=female, colors= << 16#a2b4a8a3:32, 16#cdb13fc7:32, 16#abc4:16 >> }}}, {16#09011400, #psu_item{name="Phanis Tunic", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0500, type=1, manufacturer=2, overlap=16#02, gender=female, colors= << 16#5c27dc8c:32, 16#ffcfacea:32, 16#1cf8:16 >> }}}, {16#09011500, #psu_item{name="Classica Tunic", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0600, type=1, manufacturer=5, overlap=16#02, gender=female, colors= << 16#f8adc82d:32, 16#8cec5dbf:32, 16#323c:16 >> }}}, {16#09011600, #psu_item{name="Karawai One-piece", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0700, type=1, manufacturer=5, overlap=16#02, gender=female, colors= << 16#2d1cc481:32, 16#1bd4bfe8:32, 16#5df1:16 >> }}}, {16#09011700, #psu_item{name="Smartia Shirt", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0800, type=1, manufacturer=2, overlap=16#02, gender=female, colors= << 16#c7afc4c8:32, 16#a3ce1cfc:32, 16#ea7d:16 >> }}}, {16#09011800, #psu_item{name="Pritia One-piece", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0900, type=1, manufacturer=2, overlap=16#02, gender=female, colors= << 16#a427adf1:32, 16#71edc81c:32, 16#474f:16 >> }}}, {16#09011900, #psu_item{name="AMF Army Jacket", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0a00, type=1, manufacturer=0, overlap=16#02, gender=female, colors= << 16#af3da3b8:32, 16#6efb9598:32, 16#cb9e:16 >> }}}, {16#09011a00, #psu_item{name="Flaxo Jacket", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0b00, type=1, manufacturer=5, overlap=16#02, gender=female, colors= << 16#d35fc37c:32, 16#2c1fcf97:32, 16#e5f8:16 >> }}}, {16#09011b00, #psu_item{name="Yorokatabra Armor", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0c00, type=1, manufacturer=5, overlap=16#01, gender=female, colors= << 16#be938a39:32, 16#9af9329f:32, 16#b689:16 >> }}}, {16#09011c00, #psu_item{name="Boaboa Vest", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0d00, type=1, manufacturer=8, overlap=16#01, gender=female, colors= << 16#8b53873a:32, 16#c91adef8:32, 16#63c7:16 >> }}}, {16#09011d00, #psu_item{name="Bunbun Vest", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0e00, type=1, manufacturer=8, overlap=16#01, gender=female, colors= << 16#9f7c2cdc:32, 16#5287dea7:32, 16#1f2d:16 >> }}}, {16#09011e00, #psu_item{name="Bombom Smock", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0f00, type=1, manufacturer=8, overlap=16#02, gender=female, colors= << 16#da13caf9:32, 16#79532aee:32, 16#46d3:16 >> }}}, {16#09011f00, #psu_item{name="Phasnis Vest", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1000, type=1, manufacturer=8, overlap=16#02, gender=female, colors= << 16#b6d2c158:32, 16#3c361fae:32, 16#82fc:16 >> }}}, {16#09012000, #psu_item{name="Goshkaria Top", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1200, type=1, manufacturer=1, overlap=16#02, gender=male, colors= << 16#47718bfd:32, 16#2a62e8c2:32, 16#fe9c:16 >> }}}, {16#09012100, #psu_item{name="Storia Vest", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1300, type=1, manufacturer=1, overlap=16#01, gender=male, colors= << 16#fe9fa5c2:32, 16#8de82aae:32, 16#4e52:16 >> }}}, {16#09012200, #psu_item{name="Fujifiji Vest", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1400, type=1, manufacturer=7, overlap=16#01, gender=male, colors= << 16#a2ada72a:32, 16#e79eeacd:32, 16#a19c:16 >> }}}, {16#09012300, #psu_item{name="Kouze Jacket", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1600, type=1, manufacturer=4, overlap=16#02, gender=male, colors= << 16#9762b25d:32, 16#919f93c2:32, 16#9e29:16 >> }}}, {16#09012400, #psu_item{name="Kabgara Dougi", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1700, type=1, manufacturer=4, overlap=16#01, gender=male, colors= << 16#f329d9e6:32, 16#bda2712e:32, 16#fcb2:16 >> }}}, {16#09012500, #psu_item{name="SPF Top", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1800, type=1, manufacturer=3, overlap=16#01, gender=male, colors= << 16#a45ecdac:32, 16#b39329f5:32, 16#e5df:16 >> }}}, {16#09012600, #psu_item{name="Waiwad Vest", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1900, type=1, manufacturer=7, overlap=16#01, gender=male, colors= << 16#f7bef134:32, 16#7e737d91:32, 16#35d8:16 >> }}}, {16#09012700, #psu_item{name="HUmar Top", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1100, type=1, manufacturer=0, overlap=16#01, gender=male, colors= << 16#2d5d87db:32, 16#abf7cd8b:32, 16#bcb5:16 >> }}}, {16#09012800, #psu_item{name="RAmar Jacket", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1c00, type=1, manufacturer=0, overlap=16#01, gender=male, colors= << 16#8c2cad5c:32, 16#fcbccace:32, 16#ea8a:16 >> }}}, {16#09012900, #psu_item{name="Men's Swim Top", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#2200, type=1, manufacturer=0, overlap=16#01, gender=male, colors= << 16#aaacda5c:32, 16#9288ad7a:32, 16#2de2:16 >> }}}, {16#09012a00, #psu_item{name="Hanaura Top", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1300, type=1, manufacturer=5, overlap=16#01, gender=female, colors= << 16#1f72432c:32, 16#91bde53d:32, 16#71a2:16 >> }}}, {16#09012b00, #psu_item{name="Hulauna Jacket", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1400, type=1, manufacturer=5, overlap=16#02, gender=female, colors= << 16#417dd1f7:32, 16#14c2c1bd:32, 16#a191:16 >> }}}, {16#09012c00, #psu_item{name="Fujifiji Top", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1500, type=1, manufacturer=8, overlap=16#01, gender=female, colors= << 16#177deaa1:32, 16#8d31cde1:32, 16#46f6:16 >> }}}, {16#09012d00, #psu_item{name="Storia Jacket", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1600, type=1, manufacturer=2, overlap=16#01, gender=female, colors= << 16#7c1c5b8b:32, 16#d241ea39:32, 16#71ab:16 >> }}}, {16#09012e00, #psu_item{name="Vatavara Vest", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1a00, type=1, manufacturer=8, overlap=16#01, gender=female, colors= << 16#91c1318c:32, 16#9fa114be:32, 16#9d27:16 >> }}}, {16#09012f00, #psu_item{name="HUnewe Top", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1200, type=1, manufacturer=0, overlap=16#01, gender=female, colors= << 16#a32a8fde:32, 16#cf78cb5d:32, 16#1c97:16 >> }}}, {16#09013000, #psu_item{name="FOnewe Top", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1100, type=1, manufacturer=0, overlap=16#01, gender=female, colors= << 16#fa2a8a5a:32, 16#a21cdac5:32, 16#4cea:16 >> }}}, {16#09013100, #psu_item{name="RAmarl Jacket", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#2500, type=1, manufacturer=0, overlap=16#01, gender=female, colors= << 16#53befbb1:32, 16#75d3cd23:32, 16#a68a:16 >> }}}, {16#09013200, #psu_item{name="Normal Swim Top", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1b00, type=1, manufacturer=0, overlap=16#01, gender=female, colors= << 16#8f5dacf1:32, 16#7c4d1322:32, 16#ffec:16 >> }}}, {16#09013300, #psu_item{name="Bikini Swim Top", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1d00, type=1, manufacturer=0, overlap=16#01, gender=female, colors= << 16#d7fcab11:32, 16#7cf4c53b:32, 16#442c:16 >> }}}, {16#09020000, #psu_item{name="Braves ST Pants", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0100, type=2, manufacturer=1, overlap=16#12, gender=male, colors= << 16#a2adcec8:32, 16#afc2faca:32, 16#aecd:16 >> }}}, {16#09020100, #psu_item{name="Seyagya Pants", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0200, type=2, manufacturer=4, overlap=16#11, gender=male, colors= << 16#32922aad:32, 16#6b9fce97:32, 16#f285:16 >> }}}, {16#09020200, #psu_item{name="Gojgoj Shorts", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0300, type=2, manufacturer=7, overlap=16#11, gender=male, colors= << 16#3d2a9c56:32, 16#baafe979:32, 16#a3bd:16 >> }}}, {16#09020300, #psu_item{name="Innocent Slacks", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0400, type=2, manufacturer=1, overlap=16#12, gender=male, colors= << 16#fb2b8bca:32, 16#9212797a:32, 16#39b8:16 >> }}}, {16#09020400, #psu_item{name="Necnec Shorts", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0500, type=2, manufacturer=7, overlap=16#11, gender=male, colors= << 16#b3bdb539:32, 16#e3a2cf63:32, 16#8b3a:16 >> }}}, {16#09020500, #psu_item{name="Speeders Shorts", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0600, type=2, manufacturer=1, overlap=16#11, gender=male, colors= << 16#b8bfacf2:32, 16#9597b35d:32, 16#8bba:16 >> }}}, {16#09020600, #psu_item{name="Braves Pants", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0800, type=2, manufacturer=1, overlap=16#12, gender=male, colors= << 16#c5c8a26b:32, 16#9d97aa48:32, 16#872d:16 >> }}}, {16#09020700, #psu_item{name="Wakakusa Pants", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0a00, type=2, manufacturer=4, overlap=16#12, gender=male, colors= << 16#fc879198:32, 16#64ed6dd3:32, 16#f3cd:16 >> }}}, {16#09020800, #psu_item{name="Kusatarika Pants", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0b00, type=2, manufacturer=4, overlap=16#12, gender=male, colors= << 16#ad6d979d:32, 16#f7cdfb2b:32, 16#8b5d:16 >> }}}, {16#09020900, #psu_item{name="Flaxo Pants", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0c00, type=2, manufacturer=4, overlap=16#12, gender=male, colors= << 16#872dc58d:32, 16#9dd458fb:32, 16#95e3:16 >> }}}, {16#09020a00, #psu_item{name="Classica Pants", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0d00, type=2, manufacturer=4, overlap=16#11, gender=male, colors= << 16#92fb993d:32, 16#8b285ec8:32, 16#d64c:16 >> }}}, {16#09020b00, #psu_item{name="Boaboa Shorts", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1000, type=2, manufacturer=7, overlap=16#11, gender=male, colors= << 16#bab9ca56:32, 16#f31a6aa3:32, 16#4eda:16 >> }}}, {16#09020c00, #psu_item{name="Braves Shorts", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0100, type=2, manufacturer=2, overlap=16#11, gender=female, colors= << 16#e74d74d4:32, 16#adf1cd17:32, 16#bc85:16 >> }}}, {16#09020d00, #psu_item{name="Seyagya Shorts", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0200, type=2, manufacturer=5, overlap=16#11, gender=female, colors= << 16#f29b3d54:32, 16#adebc1c9:32, 16#7d3f:16 >> }}}, {16#09020e00, #psu_item{name="Gojgoj Shorts", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0300, type=2, manufacturer=8, overlap=16#11, gender=female, colors= << 16#2c33caab:32, 16#9cfcdc1c:32, 16#d35c:16 >> }}}, {16#09020f00, #psu_item{name="Guardless Pants", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0400, type=2, manufacturer=2, overlap=16#12, gender=female, colors= << 16#a264a8a3:32, 16#adc13f97:32, 16#ba94:16 >> }}}, {16#09021000, #psu_item{name="Phanis Pants", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0500, type=2, manufacturer=2, overlap=16#12, gender=female, colors= << 16#fcbc5487:32, 16#ff8bccab:32, 16#c198:16 >> }}}, {16#09021100, #psu_item{name="Classica Shorts", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0600, type=2, manufacturer=5, overlap=16#11, gender=female, colors= << 16#faff372d:32, 16#cc3cd4af:32, 16#c2cb:16 >> }}}, {16#09021200, #psu_item{name="Karawai Shorts", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0700, type=2, manufacturer=5, overlap=16#11, gender=female, colors= << 16#d3c15c18:32, 16#a24dbf8d:32, 16#d51f:16 >> }}}, {16#09021300, #psu_item{name="Pritia Shorts", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0900, type=2, manufacturer=2, overlap=16#11, gender=female, colors= << 16#a589aef1:32, 16#c1ecc711:32, 16#ae99:16 >> }}}, {16#09021400, #psu_item{name="Flaxo Pants", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0b00, type=2, manufacturer=5, overlap=16#11, gender=female, colors= << 16#9c6cfc7c:32, 16#8c63f2c7:32, 16#56fb:16 >> }}}, {16#09021500, #psu_item{name="Yorokatabra Shorts", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0c00, type=2, manufacturer=5, overlap=16#11, gender=female, colors= << 16#ae93abb9:32, 16#aabb32fa:32, 16#6aa9:16 >> }}}, {16#09021600, #psu_item{name="Boaboa Pants", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0d00, type=2, manufacturer=8, overlap=16#21, gender=female, colors= << 16#8b539b3a:32, 16#b9a13df8:32, 16#63c9:16 >> }}}, {16#09021700, #psu_item{name="Bunbun Bottoms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0e00, type=2, manufacturer=8, overlap=16#11, gender=female, colors= << 16#9f79e2ec:32, 16#56f7d5a5:32, 16#1fed:16 >> }}}, {16#09021800, #psu_item{name="Bombom Shorts", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0f00, type=2, manufacturer=8, overlap=16#11, gender=female, colors= << 16#c1d3ac9d:32, 16#7d3d12ef:32, 16#c751:16 >> }}}, {16#09021900, #psu_item{name="Goshkaria Pants", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1200, type=2, manufacturer=1, overlap=16#11, gender=male, colors= << 16#af31e79d:32, 16#ca61986b:32, 16#d9ae:16 >> }}}, {16#09021a00, #psu_item{name="Storia Pants", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1300, type=2, manufacturer=1, overlap=16#22, gender=male, colors= << 16#fe9fa5c2:32, 16#8de82aab:32, 16#5b6c:16 >> }}}, {16#09021b00, #psu_item{name="Fujifiji Pants", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1400, type=2, manufacturer=7, overlap=16#22, gender=male, colors= << 16#a2ada72b:32, 16#e79ebe7e:32, 16#b1b2:16 >> }}}, {16#09021c00, #psu_item{name="Kouze Pants", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1600, type=2, manufacturer=4, overlap=16#12, gender=male, colors= << 16#9762295d:32, 16#91a839cd:32, 16#9ef7:16 >> }}}, {16#09021d00, #psu_item{name="Kabgara Hakama", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1700, type=2, manufacturer=4, overlap=16#22, gender=male, colors= << 16#f329d9e6:32, 16#bdd2833d:32, 16#f9c2:16 >> }}}, {16#09021e00, #psu_item{name="Waiwad Pants", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1900, type=2, manufacturer=7, overlap=16#21, gender=male, colors= << 16#f7bef134:32, 16#7e377dc9:32, 16#338d:16 >> }}}, {16#09021f00, #psu_item{name="HUmar Bottoms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1100, type=2, manufacturer=0, overlap=16#11, gender=male, colors= << 16#2d5d87db:32, 16#abf7cd8b:32, 16#bcb5:16 >> }}}, {16#09022000, #psu_item{name="Bikini Swim Pants", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#2300, type=2, manufacturer=0, overlap=16#11, gender=male, colors= << 16#aaacda5c:32, 16#9288ad7a:32, 16#2de9:16 >> }}}, {16#09022100, #psu_item{name="Swimming Trunks", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#2200, type=2, manufacturer=0, overlap=16#11, gender=male, colors= << 16#8b2cadab:32, 16#de54fa9a:32, 16#ce41:16 >> }}}, {16#09022200, #psu_item{name="Hulauna Bottoms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1400, type=2, manufacturer=5, overlap=16#12, gender=female, colors= << 16#919d61fd:32, 16#642cf1db:32, 16#c3a9:16 >> }}}, {16#09022300, #psu_item{name="Fujifiji Bottoms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1500, type=2, manufacturer=8, overlap=16#21, gender=female, colors= << 16#165de3a1:32, 16#7db2c492:32, 16#4ef4:16 >> }}}, {16#09022400, #psu_item{name="Storia Bottoms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1600, type=2, manufacturer=2, overlap=16#22, gender=female, colors= << 16#7c1a56b8:32, 16#c143dbe9:32, 16#71ab:16 >> }}}, {16#09022500, #psu_item{name="Vatavara Bottoms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1a00, type=2, manufacturer=8, overlap=16#21, gender=female, colors= << 16#171fe8c8:32, 16#fda141eb:32, 16#d47e:16 >> }}}, {16#09022600, #psu_item{name="HUnewe Bottoms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1200, type=2, manufacturer=0, overlap=16#11, gender=female, colors= << 16#ab2a8fde:32, 16#cf78cb5d:32, 16#fc9b:16 >> }}}, {16#09022700, #psu_item{name="FOnewe Bottoms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1100, type=2, manufacturer=0, overlap=16#21, gender=female, colors= << 16#fa2a8a5a:32, 16#a21cdac5:32, 16#5def:16 >> }}}, {16#09022800, #psu_item{name="Normal Swim Bottoms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1b00, type=2, manufacturer=0, overlap=16#21, gender=female, colors= << 16#8f5dacf1:32, 16#7c4d1322:32, 16#ffec:16 >> }}}, {16#09022900, #psu_item{name="Bikini Swim Bottoms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1d00, type=2, manufacturer=0, overlap=16#21, gender=female, colors= << 16#d7fcab11:32, 16#7cf4c53b:32, 16#442c:16 >> }}}, {16#09030000, #psu_item{name="Braves Sneakers", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0100, type=3, manufacturer=3, overlap=16#10, gender=male, colors= << 16#c5cdcec8:32, 16#cfc2ccca:32, 16#c1bd:16 >> }}}, {16#09030100, #psu_item{name="Seyagya Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0200, type=3, manufacturer=6, overlap=16#10, gender=male, colors= << 16#8bdba2b6:32, 16#fac6dc2c:32, 16#afd9:16 >> }}}, {16#09030200, #psu_item{name="Gojgoj Boots", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0300, type=3, manufacturer=9, overlap=16#20, gender=male, colors= << 16#8c2c5cdc:32, 16#accfecfc:32, 16#c2a7:16 >> }}}, {16#09030300, #psu_item{name="Innocent Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0400, type=3, manufacturer=3, overlap=16#10, gender=male, colors= << 16#c5c8a76d:32, 16#ac1cfda8:32, 16#ed8c:16 >> }}}, {16#09030400, #psu_item{name="Necnec Short Boots", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0500, type=3, manufacturer=9, overlap=16#20, gender=male, colors= << 16#c9c3cb33:32, 16#e6aacadc:32, 16#8eed:16 >> }}}, {16#09030500, #psu_item{name="Speeders Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0600, type=3, manufacturer=3, overlap=16#10, gender=male, colors= << 16#d9e93979:32, 16#29d8caf4:32, 16#978c:16 >> }}}, {16#09030600, #psu_item{name="Braves Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0800, type=3, manufacturer=3, overlap=16#10, gender=male, colors= << 16#a2db9aa5:32, 16#abc5aab8:32, 16#8fb1:16 >> }}}, {16#09030700, #psu_item{name="Wakakusa Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0a00, type=3, manufacturer=6, overlap=16#10, gender=male, colors= << 16#f88929ad:32, 16#56aca2c8:32, 16#a8fc:16 >> }}}, {16#09030800, #psu_item{name="Kusatarika Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0b00, type=3, manufacturer=6, overlap=16#10, gender=male, colors= << 16#3a892af3:32, 16#a32c5ad2:32, 16#fdc7:16 >> }}}, {16#09030900, #psu_item{name="Flaxo Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0c00, type=3, manufacturer=6, overlap=16#10, gender=male, colors= << 16#8728ce89:32, 16#93d767fb:32, 16#ac1a:16 >> }}}, {16#09030a00, #psu_item{name="Classica Boots", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0d00, type=3, manufacturer=6, overlap=16#20, gender=male, colors= << 16#23799fd3:32, 16#9c8cec8a:32, 16#6aca:16 >> }}}, {16#09030b00, #psu_item{name="Boaboa Boots", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1000, type=3, manufacturer=9, overlap=16#20, gender=male, colors= << 16#ec7cdcfc:32, 16#ac29fae3:32, 16#73ad:16 >> }}}, {16#09030c00, #psu_item{name="Braves Short Boots", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0100, type=3, manufacturer=3, overlap=16#20, gender=female, colors= << 16#c7cdcec4:32, 16#aefdbecf:32, 16#cb4d:16 >> }}}, {16#09030d00, #psu_item{name="Seyagya Short Boots", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0200, type=3, manufacturer=6, overlap=16#10, gender=female, colors= << 16#ff9e3e64:32, 16#aaaec1c8:32, 16#7df3:16 >> }}}, {16#09030e00, #psu_item{name="Gojgoj Boots", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0300, type=3, manufacturer=9, overlap=16#20, gender=female, colors= << 16#cc22eeaa:32, 16#33ff7711:32, 16#dd88:16 >> }}}, {16#09030f00, #psu_item{name="GuardlessShortBoots", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0400, type=3, manufacturer=3, overlap=16#10, gender=female, colors= << 16#fb6bda8a:32, 16#ecc7a7cf:32, 16#a44d:16 >> }}}, {16#09031000, #psu_item{name="Phanis Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0500, type=3, manufacturer=3, overlap=16#10, gender=female, colors= << 16#c17845cd:32, 16#fc7fc24b:32, 16#1ff1:16 >> }}}, {16#09031100, #psu_item{name="Classica Boots", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0600, type=3, manufacturer=6, overlap=16#20, gender=female, colors= << 16#caaf1c32:32, 16#7838defa:32, 16#cd8c:16 >> }}}, {16#09031200, #psu_item{name="Karawai Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0700, type=3, manufacturer=6, overlap=16#10, gender=female, colors= << 16#aeaca5a2:32, 16#aa64b19c:32, 16#ada1:16 >> }}}, {16#09031300, #psu_item{name="Pritia Short Boots", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0900, type=3, manufacturer=3, overlap=16#20, gender=female, colors= << 16#2c8cda1c:32, 16#bc7ee8f1:32, 16#45d4:16 >> }}}, {16#09031400, #psu_item{name="Flaxo Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0b00, type=3, manufacturer=6, overlap=16#10, gender=female, colors= << 16#a2aea3a8:32, 16#abcbc3cf:32, 16#e3fb:16 >> }}}, {16#09031500, #psu_item{name="Yorokatabra Boots", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0c00, type=3, manufacturer=6, overlap=16#20, gender=female, colors= << 16#3e29ab93:32, 16#9ebf2e98:32, 16#a587:16 >> }}}, {16#09031600, #psu_item{name="Boaboa Boots", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0d00, type=3, manufacturer=9, overlap=16#20, gender=female, colors= << 16#8353983b:32, 16#c31cd9fa:32, 16#5cc7:16 >> }}}, {16#09031700, #psu_item{name="Robrob Boots", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0e00, type=3, manufacturer=9, overlap=16#20, gender=female, colors= << 16#c9c1c4a3:32, 16#edc7b487:32, 16#fb2e:16 >> }}}, {16#09031800, #psu_item{name="Bombom Boots", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0f00, type=3, manufacturer=9, overlap=16#20, gender=female, colors= << 16#c8dea79f:32, 16#8f311dfe:32, 16#c75d:16 >> }}}, {16#09031900, #psu_item{name="Goshkaria Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1200, type=3, manufacturer=3, overlap=16#10, gender=male, colors= << 16#9c3c829b:32, 16#cb638deb:32, 16#d9ae:16 >> }}}, {16#09031a00, #psu_item{name="Storia Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1300, type=3, manufacturer=3, overlap=16#10, gender=male, colors= << 16#fe9fa5c2:32, 16#9de82aab:32, 16#5b6e:16 >> }}}, {16#09031b00, #psu_item{name="Fujifiji Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1400, type=3, manufacturer=9, overlap=16#10, gender=male, colors= << 16#2aada7a3:32, 16#e73ccbef:32, 16#aea2:16 >> }}}, {16#09031c00, #psu_item{name="Kouze Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1600, type=3, manufacturer=6, overlap=16#10, gender=male, colors= << 16#9c62929d:32, 16#c18b39c2:32, 16#d229:16 >> }}}, {16#09031d00, #psu_item{name="Kabgara Clogs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1700, type=3, manufacturer=6, overlap=16#10, gender=male, colors= << 16#dfd2cdde:32, 16#c73219c3:32, 16#9fc2:16 >> }}}, {16#09031e00, #psu_item{name="Waiwad Boots", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1900, type=3, manufacturer=9, overlap=16#20, gender=male, colors= << 16#f7bef134:32, 16#7e329dcb:32, 16#3839:16 >> }}}, {16#09031f00, #psu_item{name="HUmar Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1100, type=3, manufacturer=0, overlap=16#20, gender=male, colors= << 16#2d5d87db:32, 16#abf7cd8b:32, 16#bcb5:16 >> }}}, {16#09032000, #psu_item{name="FOnewm Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1b00, type=3, manufacturer=0, overlap=16#20, gender=male, colors= << 16#9ded3d2c:32, 16#c1defb1b:32, 16#a7eb:16 >> }}}, {16#09032100, #psu_item{name="Bikini Swim Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#2300, type=3, manufacturer=0, overlap=16#10, gender=male, colors= << 16#aaacda5c:32, 16#9288ad7a:32, 16#2de9:16 >> }}}, {16#09032200, #psu_item{name="Normal Swim Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#2200, type=3, manufacturer=0, overlap=16#20, gender=male, colors= << 16#8b2cadab:32, 16#de54fa9a:32, 16#ce41:16 >> }}}, {16#09032300, #psu_item{name="Hulauna Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1400, type=3, manufacturer=6, overlap=16#10, gender=female, colors= << 16#93396dfd:32, 16#26cf31ae:32, 16#92fc:16 >> }}}, {16#09032400, #psu_item{name="Fujifiji Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1500, type=3, manufacturer=9, overlap=16#20, gender=female, colors= << 16#316efbab:32, 16#b7a1eb39:32, 16#e4f4:16 >> }}}, {16#09032500, #psu_item{name="Storia Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1600, type=3, manufacturer=3, overlap=16#10, gender=female, colors= << 16#2a9ada8a:32, 16#1c93eab3:32, 16#71ab:16 >> }}}, {16#09032600, #psu_item{name="Maydi Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1700, type=3, manufacturer=3, overlap=16#10, gender=female, colors= << 16#ac8c2cec:32, 16#5c7c4cfc:32, 16#bc9c:16 >> }}}, {16#09032700, #psu_item{name="Amorosso Boots", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1900, type=3, manufacturer=3, overlap=16#20, gender=female, colors= << 16#f1c8fd82:32, 16#beac51e3:32, 16#379e:16 >> }}}, {16#09032800, #psu_item{name="Vatavara Boots", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1a00, type=3, manufacturer=9, overlap=16#20, gender=female, colors= << 16#c11b378d:32, 16#9da141ae:32, 16#9562:16 >> }}}, {16#09032900, #psu_item{name="HUnewe Boots", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1200, type=3, manufacturer=0, overlap=16#20, gender=female, colors= << 16#a32a8f3d:32, 16#c178cb36:32, 16#1c97:16 >> }}}, {16#09032a00, #psu_item{name="FOnewe Shoes", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1100, type=3, manufacturer=0, overlap=16#20, gender=female, colors= << 16#fa2a8a5a:32, 16#a21c4ac5:32, 16#45ce:16 >> }}}, {16#09032b00, #psu_item{name="Normal Swim Sandals", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1b00, type=3, manufacturer=0, overlap=16#10, gender=female, colors= << 16#8f5dacf1:32, 16#7c4d1322:32, 16#ffec:16 >> }}}, {16#09032c00, #psu_item{name="Bikini Swim Sandals", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1d00, type=3, manufacturer=0, overlap=16#10, gender=female, colors= << 16#d7fcab11:32, 16#7cf4c53b:32, 16#442c:16 >> }}}, {16#09040000, #psu_item{name="FOnewm Jacket", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1b00, type=4, manufacturer=0, overlap=16#01, gender=male, colors= << 16#fb8d6e23:32, 16#71daf41d:32, 16#a7e6:16 >> }}}, {16#09040100, #psu_item{name="Maydi Suit", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1700, type=4, manufacturer=3, overlap=16#01, gender=female, colors= << 16#ac8c2cec:32, 16#5c7c4cfc:32, 16#bc9c:16 >> }}}, {16#09040200, #psu_item{name="Amorosso Top", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1900, type=4, manufacturer=2, overlap=16#01, gender=female, colors= << 16#f1e4df71:32, 16#7ea251ce:32, 16#8db7:16 >> }}}, {16#09050000, #psu_item{name="AMF ArmyBottomsSet", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0700, type=5, manufacturer=0, overlap=16#10, gender=male, colors= << 16#9832f96d:32, 16#babd8ff5:32, 16#cbfc:16 >> }}}, {16#09050100, #psu_item{name="Nobles Bottoms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0900, type=5, manufacturer=1, overlap=16#10, gender=male, colors= << 16#ac379d99:32, 16#fb9c6cca:32, 16#1c8c:16 >> }}}, {16#09050200, #psu_item{name="Western Bottoms M", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0e00, type=5, manufacturer=7, overlap=16#10, gender=male, colors= << 16#283ff2b2:32, 16#8bc3635c:32, 16#7a3d:16 >> }}}, {16#09050300, #psu_item{name="Roar Roars Bottoms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0f00, type=5, manufacturer=7, overlap=16#10, gender=male, colors= << 16#2353d999:32, 16#7986fce6:32, 16#ce4f:16 >> }}}, {16#09050400, #psu_item{name="Smartia Bottoms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0800, type=5, manufacturer=2, overlap=16#10, gender=female, colors= << 16#7cfa4d89:32, 16#2adec1c2:32, 16#be75:16 >> }}}, {16#09050500, #psu_item{name="AMF ArmyBottomsSet", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#0a00, type=5, manufacturer=0, overlap=16#10, gender=female, colors= << 16#af3d9fb7:32, 16#6efca598:32, 16#ca9e:16 >> }}}, {16#09050600, #psu_item{name="Western Bottoms W", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1000, type=5, manufacturer=8, overlap=16#10, gender=female, colors= << 16#289dc1eb:32, 16#a39ef43e:32, 16#82bf:16 >> }}}, {16#09050700, #psu_item{name="SPF Bottoms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1800, type=5, manufacturer=3, overlap=16#20, gender=male, colors= << 16#a45ecdac:32, 16#b39329f5:32, 16#e5df:16 >> }}}, {16#09050800, #psu_item{name="RAmar Bottoms Set", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1c00, type=5, manufacturer=0, overlap=16#20, gender=male, colors= << 16#862ada5a:32, 16#fabaaaeb:32, 16#ea8a:16 >> }}}, {16#09050900, #psu_item{name="Hanaura Bottoms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1300, type=5, manufacturer=5, overlap=16#20, gender=female, colors= << 16#f9824f2f:32, 16#919d5e92:32, 16#1cca:16 >> }}}, {16#09050a00, #psu_item{name="RAmarl Bottoms Set", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#2500, type=5, manufacturer=0, overlap=16#20, gender=female, colors= << 16#5debbf1b:32, 16#74debd23:32, 16#658b:16 >> }}}, {16#09060000, #psu_item{name="Men's Swimwear", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1e00, type=6, manufacturer=0, overlap=0, gender=male, colors= << 16#8b2cadab:32, 16#de54fa9a:32, 16#ce41:16 >> }}}, {16#09060100, #psu_item{name="Bikini Swimwear", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1f00, type=6, manufacturer=0, overlap=0, gender=male, colors= << 16#aaacda5c:32, 16#9288ad7a:32, 16#2de9:16 >> }}}, {16#09060200, #psu_item{name="Rappy Suit", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#2000, type=6, manufacturer=0, overlap=0, gender=male, colors= << 16#dc7cfcd8:32, 16#5d8cf84c:32, 16#7f2e:16 >> }}}, {16#09060300, #psu_item{name="Formalwear", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#2100, type=6, manufacturer=0, overlap=0, gender=male, colors= << 16#c7abc5ac:32, 16#cebdfb7b:32, 16#8c6b:16 >> }}}, {16#09060400, #psu_item{name="Bikini Swimwear", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1e00, type=6, manufacturer=0, overlap=16#00, gender=female, colors= << 16#d7fcab11:32, 16#7cf4c53b:32, 16#442c:16 >> }}}, {16#09060500, #psu_item{name="Regular Swimwear", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1f00, type=6, manufacturer=0, overlap=16#00, gender=female, colors= << 16#8f5dacf1:32, 16#7c4d1322:32, 16#ffec:16 >> }}}, {16#09060600, #psu_item{name="One-piece Swimwear", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#2000, type=6, manufacturer=0, overlap=16#00, gender=female, colors= << 16#8cc1744d:32, 16#2c1f2df7:32, 16#a2d1:16 >> }}}, {16#09060700, #psu_item{name="Formal Dress", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#2100, type=6, manufacturer=0, overlap=16#00, gender=female, colors= << 16#f278dc14:32, 16#cd1fdeec:32, 16#89f3:16 >> }}}, {16#09060800, #psu_item{name="Rappy Suit", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#2200, type=6, manufacturer=0, overlap=16#00, gender=female, colors= << 16#de7cfcd8:32, 16#5d8cf84c:32, 16#7f2e:16 >> }}}, {16#09060a00, #psu_item{name="Illuminus Coat", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1500, type=6, manufacturer=0, overlap=0, gender=male, colors= << 16#8792917c:32, 16#beb3822b:32, 16#5f32:16 >> }}}, {16#09060b00, #psu_item{name="Miyabi-kata", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1a00, type=6, manufacturer=4, overlap=0, gender=male, colors= << 16#7d27d4b3:32, 16#f55e92fc:32, 16#2c3f:16 >> }}}, {16#09060c00, #psu_item{name="FOmar Set", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1d00, type=6, manufacturer=0, overlap=0, gender=male, colors= << 16#8c2c5cfa:32, 16#a7c3da39:32, 16#7ffc:16 >> }}}, {16#09060d00, #psu_item{name="GUARDIANS Formal", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1800, type=6, manufacturer=0, overlap=16#00, gender=female, colors= << 16#38368d2a:32, 16#dfc1ba9d:32, 16#1c5a:16 >> }}}, {16#09060e00, #psu_item{name="Miyabi-kata", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#2300, type=6, manufacturer=5, overlap=16#00, gender=female, colors= << 16#c81ad378:32, 16#f845aec3:32, 16#4e18:16 >> }}}, {16#09060f00, #psu_item{name="Mikunas Set", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#1c00, type=6, manufacturer=0, overlap=16#00, gender=female, colors= << 16#f77d4ee7:32, 16#fa1af1ce:32, 16#2eda:16 >> }}}, {16#09061000, #psu_item{name="FOmarl Set", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#2400, type=6, manufacturer=0, overlap=16#00, gender=female, colors= << 16#dc2c8714:32, 16#2afcc147:32, 16#1137:16 >> }}}, {16#09061100, #psu_item{name="Mikumiko Set", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#2700, type=6, manufacturer=5, overlap=16#00, gender=female, colors= << 16#2a2e126e:32, 16#d5b6de58:32, 16#c8c2:16 >> }}}, {16#09061200, #psu_item{name="Voloyal Set", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_clothing_item{ appearance=16#2600, type=6, manufacturer=8, overlap=16#00, gender=female, colors= << 16#5dd782cf:32, 16#a478c7a2:32, 16#f52d:16 >> }}}, @@ -1000,852 +812,682 @@ %% Parts. {16#0a010000, #psu_item{name="Revsys Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f501, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a010100, #psu_item{name="Boktos Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f601, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a010200, #psu_item{name="Raptus Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f701, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a010300, #psu_item{name="Vilogis Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f801, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a010400, #psu_item{name="Lobas Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f901, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a010500, #psu_item{name="Evors Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fa01, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a010600, #psu_item{name="Hounds Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fb01, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a010700, #psu_item{name="Gimnas Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fc01, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a010800, #psu_item{name="Elaciel Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f501, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a010900, #psu_item{name="Batrelle Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f601, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a010a00, #psu_item{name="Redmiel Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f701, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a010b00, #psu_item{name="Digiel Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f801, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a010c00, #psu_item{name="Agriel Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f901, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a010d00, #psu_item{name="Epicarel Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fa01, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a010e00, #psu_item{name="Gimnael Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fb01, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a010f00, #psu_item{name="Amorel Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fc01, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a011000, #psu_item{name="Granadas Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fd01, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a011100, #psu_item{name="Apollos Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0202, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a011200, #psu_item{name="Musagante Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0302, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a011300, #psu_item{name="Subarga Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0402, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a011400, #psu_item{name="HUcas Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0702, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a011500, #psu_item{name="RAcas Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0602, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a011600, #psu_item{name="Valatines Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fd01, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a011700, #psu_item{name="Bacolone Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0302, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a011800, #psu_item{name="Lucaral Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0402, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a011900, #psu_item{name="Jenkel Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0502, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a011a00, #psu_item{name="RAcase Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0602, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a011b00, #psu_item{name="HUcase Torso", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0802, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a011c00, #psu_item{name="Revsys Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5902, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a011d00, #psu_item{name="Boktos Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5a02, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a011e00, #psu_item{name="Raptus Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5b02, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a011f00, #psu_item{name="Vilogis Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5c02, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a012000, #psu_item{name="Lobas Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5d02, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a012100, #psu_item{name="Evors Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5e02, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a012200, #psu_item{name="Hounds Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5f02, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a012300, #psu_item{name="Gimnas Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6002, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a012400, #psu_item{name="Elaciel Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5902, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a012500, #psu_item{name="Batrelle Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5a02, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a012600, #psu_item{name="Redmiel Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5b02, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a012700, #psu_item{name="Digiel Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5c02, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a012800, #psu_item{name="Agriel Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5d02, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a012900, #psu_item{name="Epicarel Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5e02, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a012a00, #psu_item{name="Gimnael Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5f02, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a012b00, #psu_item{name="Amorel Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6002, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a012c00, #psu_item{name="Granadas Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6102, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a012d00, #psu_item{name="Apollos Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6602, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a012e00, #psu_item{name="Musagante Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6702, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a012f00, #psu_item{name="Subarga Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6802, type=1, manufacturer=1, overlap=16#01, gender=male }}}, {16#0a013000, #psu_item{name="Valatines Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6102, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a013100, #psu_item{name="Bacolone Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6702, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a013200, #psu_item{name="Lucaral Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6802, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a013300, #psu_item{name="Jenkel Torso CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6902, type=1, manufacturer=2, overlap=16#01, gender=female }}}, {16#0a020000, #psu_item{name="Revsys Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f501, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a020100, #psu_item{name="Boktos Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f601, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a020200, #psu_item{name="Raptus Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f701, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a020300, #psu_item{name="Vilogis Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f801, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a020400, #psu_item{name="Lobas Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f901, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a020500, #psu_item{name="Evors Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fa01, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a020600, #psu_item{name="Hounds Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fb01, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a020700, #psu_item{name="Gimnas Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fc01, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a020800, #psu_item{name="Elaciel Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f501, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a020900, #psu_item{name="Batrelle Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f601, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a020a00, #psu_item{name="Redmiel Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f701, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a020b00, #psu_item{name="Digiel Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f801, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a020c00, #psu_item{name="Agriel Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f901, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a020d00, #psu_item{name="Epicarel Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fa01, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a020e00, #psu_item{name="Gimnael Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fb01, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a020f00, #psu_item{name="Amorel Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fc01, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a021000, #psu_item{name="Granadas Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fd01, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a021100, #psu_item{name="Apollos Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0202, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a021200, #psu_item{name="Musagante Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0302, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a021300, #psu_item{name="Subarga Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0402, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a021400, #psu_item{name="HUcas Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0702, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a021500, #psu_item{name="RAcas Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0602, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a021600, #psu_item{name="Valatines Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fd01, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a021700, #psu_item{name="Bacolone Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0302, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a021800, #psu_item{name="Lucaral Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0402, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a021900, #psu_item{name="Jenkel Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0502, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a021a00, #psu_item{name="RAcase Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0602, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a021b00, #psu_item{name="HUcase Legs", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0802, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a021c00, #psu_item{name="Revsys Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5902, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a021d00, #psu_item{name="Boktos Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5a02, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a021e00, #psu_item{name="Raptus Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5b02, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a021f00, #psu_item{name="Vilogis Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5c02, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a022000, #psu_item{name="Lobas Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5d02, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a022100, #psu_item{name="Evors Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5e02, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a022200, #psu_item{name="Hounds Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5f02, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a022300, #psu_item{name="Gimnas Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6002, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a022400, #psu_item{name="Elaciel Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5902, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a022500, #psu_item{name="Batrelle Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5a02, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a022600, #psu_item{name="Redmiel Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5b02, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a022700, #psu_item{name="Digiel Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5c02, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a022800, #psu_item{name="Agriel Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5d02, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a022900, #psu_item{name="Epicarel Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5e02, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a022a00, #psu_item{name="Gimnael Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5f02, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a022b00, #psu_item{name="Amorel Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6002, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a022c00, #psu_item{name="Granadas Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6102, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a022d00, #psu_item{name="Apollos Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6602, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a022e00, #psu_item{name="Musagante Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6702, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a022f00, #psu_item{name="Subarga Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6802, type=2, manufacturer=1, overlap=16#11, gender=male }}}, {16#0a023000, #psu_item{name="Valatines Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6102, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a023100, #psu_item{name="Bacolone Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6702, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a023200, #psu_item{name="Lucaral Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6802, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a023300, #psu_item{name="Jenkel Legs CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6902, type=2, manufacturer=2, overlap=16#11, gender=female }}}, {16#0a030000, #psu_item{name="Revsys Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f501, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a030100, #psu_item{name="Boktos Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f601, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a030200, #psu_item{name="Raptus Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f701, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a030300, #psu_item{name="Vilogis Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f801, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a030400, #psu_item{name="Lobas Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f901, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a030500, #psu_item{name="Evors Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fa01, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a030600, #psu_item{name="Hounds Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fb01, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a030700, #psu_item{name="Gimnas Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fc01, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a030800, #psu_item{name="Elaciel Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f501, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a030900, #psu_item{name="Batrelle Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f601, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a030a00, #psu_item{name="Redmiel Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f701, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a030b00, #psu_item{name="Digiel Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f801, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a030c00, #psu_item{name="Agriel Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#f901, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a030d00, #psu_item{name="Epicarel Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fa01, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a030e00, #psu_item{name="Gimnael Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fb01, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a030f00, #psu_item{name="Amorel Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fc01, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a031000, #psu_item{name="Granadas Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fd01, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a031100, #psu_item{name="Apollos Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0202, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a031200, #psu_item{name="Musagante Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0302, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a031300, #psu_item{name="Subarga Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0402, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a031400, #psu_item{name="HUcas Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0702, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a031500, #psu_item{name="RAcas Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0602, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a031600, #psu_item{name="Valatines Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fd01, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a031700, #psu_item{name="Bacolone Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0302, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a031800, #psu_item{name="Lucaral Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0402, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a031900, #psu_item{name="Jenkel Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0502, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a031a00, #psu_item{name="RAcase Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0602, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a031b00, #psu_item{name="HUcase Arms", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0802, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a031c00, #psu_item{name="Revsys Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5902, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a031d00, #psu_item{name="Boktos Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5a02, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a031e00, #psu_item{name="Raptus Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5b02, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a031f00, #psu_item{name="Vilogis Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5c02, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a032000, #psu_item{name="Lobas Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5d02, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a032100, #psu_item{name="Evors Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5e02, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a032200, #psu_item{name="Hounds Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5f02, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a032300, #psu_item{name="Gimnas Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6002, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a032400, #psu_item{name="Elaciel Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5902, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a032500, #psu_item{name="Batrelle Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5a02, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a032600, #psu_item{name="Redmiel Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5b02, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a032700, #psu_item{name="Digiel Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5c02, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a032800, #psu_item{name="Agriel Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5d02, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a032900, #psu_item{name="Epicarel Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5e02, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a032a00, #psu_item{name="Gimnael Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#5f02, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a032b00, #psu_item{name="Amorel Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6002, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a032c00, #psu_item{name="Granadas Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6102, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a032d00, #psu_item{name="Apollos Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6602, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a032e00, #psu_item{name="Musagante Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6702, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a032f00, #psu_item{name="Subarga Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6802, type=3, manufacturer=1, overlap=16#10, gender=male }}}, {16#0a033000, #psu_item{name="Valatines Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6102, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a033100, #psu_item{name="Bacolone Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6702, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a033200, #psu_item{name="Lucaral Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6802, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a033300, #psu_item{name="Jenkel Arms CV", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#6902, type=3, manufacturer=2, overlap=16#10, gender=female }}}, {16#0a060000, #psu_item{name="Men's Swimwear", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fe01, type=6, manufacturer=0, overlap=16#00, gender=male }}}, {16#0a060100, #psu_item{name="Bikini Swimwear", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#ff01, type=6, manufacturer=0, overlap=16#00, gender=male }}}, {16#0a060200, #psu_item{name="Rappy Suit", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0002, type=6, manufacturer=0, overlap=16#00, gender=male }}}, {16#0a060300, #psu_item{name="Formalwear", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0102, type=6, manufacturer=0, overlap=16#00, gender=male }}}, {16#0a060400, #psu_item{name="Bikini Swimwear", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#fe01, type=6, manufacturer=0, overlap=16#00, gender=female }}}, {16#0a060500, #psu_item{name="Regular Swimwear", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#ff01, type=6, manufacturer=0, overlap=16#00, gender=female }}}, {16#0a060600, #psu_item{name="One-piece Swimwear", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0002, type=6, manufacturer=0, overlap=16#00, gender=female }}}, {16#0a060700, #psu_item{name="Rappy Suit", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0102, type=6, manufacturer=0, overlap=16#00, gender=female }}}, {16#0a060800, #psu_item{name="Formal Dress", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0202, type=6, manufacturer=0, overlap=16#00, gender=female }}}, {16#0a060900, #psu_item{name="CAS-yukata", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0502, type=6, manufacturer=1, overlap=16#00, gender=male }}}, {16#0a060a00, #psu_item{name="CAS-yukata", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0702, type=6, manufacturer=2, overlap=16#00, gender=female }}}, {16#0a060b00, #psu_item{name="Mikunas Set", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0b02, type=6, manufacturer=2, overlap=16#00, gender=female }}}, {16#0a060c00, #psu_item{name="CAS-miko Set", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0902, type=6, manufacturer=2, overlap=16#00, gender=female }}}, {16#0a060d00, #psu_item{name="CAS-oyal Set", - description="", rarity=5, buy_price=10, sell_price=1, data=#psu_parts_item{ appearance=16#0a02, type=6, manufacturer=2, overlap=16#00, gender=female }}}, @@ -1854,84 +1496,60 @@ %% @todo Handle type/race/gender restrictions. {16#0c010000, #psu_item{name="Damage Trap", - description="Automatically explodes a few seconds after being set. Multiple traps can be set at once.", rarity=1, buy_price=50, sell_price=5, data=#psu_trap_item{max_quantity=10}}}, {16#0c010100, #psu_item{name="Burn Trap", - description="Automatically explodes a few seconds after being set. Adds burn effects.", rarity=1, buy_price=50, sell_price=5, data=#psu_trap_item{max_quantity=10}}}, {16#0c010200, #psu_item{name="Freeze Trap", - description="Automatically explodes a few seconds after being set. Adds freezing effects.", rarity=1, buy_price=50, sell_price=5, data=#psu_trap_item{max_quantity=10}}}, {16#0c010300, #psu_item{name="Poison Trap", - description="Automatically explodes a few seconds after being set. Adds poison effects.", rarity=1, buy_price=50, sell_price=5, data=#psu_trap_item{max_quantity=10}}}, {16#0c010400, #psu_item{name="Confusion Trap", - description="Automatically explodes a few seconds after being set. Adds confusion effects.", rarity=1, buy_price=50, sell_price=5, data=#psu_trap_item{max_quantity=10}}}, {16#0c010500, #psu_item{name="Sleep Trap", - description="Automatically explodes a few seconds after being set. Adds sleep effects.", rarity=1, buy_price=50, sell_price=5, data=#psu_trap_item{max_quantity=10}}}, {16#0c010600, #psu_item{name="Virus Trap", - description="Automatically explodes a few seconds after being set. Adds virus effects.", rarity=1, buy_price=50, sell_price=5, data=#psu_trap_item{max_quantity=10}}}, {16#0c010700, #psu_item{name="Shock Trap", - description="Automatically explodes a few seconds after being set. Adds shock effects.", rarity=1, buy_price=50, sell_price=5, data=#psu_trap_item{max_quantity=10}}}, {16#0c010800, #psu_item{name="Silence Trap", - description="Automatically explodes a few seconds after being set. Adds silence effects.", rarity=1, buy_price=50, sell_price=5, data=#psu_trap_item{max_quantity=10}}}, + %% @todo Missing 0c010900 and 0c010a00. {16#0c020000, #psu_item{name="Damage Trap G", - description="A trap that can be set off at any time after it's set.", rarity=4, buy_price=350, sell_price=35, data=#psu_trap_item{max_quantity=10}}}, {16#0c020100, #psu_item{name="Burn Trap G", - description="A trap that can be set off at any time after it's set. Adds burn effects.", rarity=4, buy_price=350, sell_price=35, data=#psu_trap_item{max_quantity=10}}}, {16#0c020200, #psu_item{name="Freeze Trap G", - description="A trap that can be set off at any time after it's set. Adds freeze effects.", rarity=4, buy_price=350, sell_price=35, data=#psu_trap_item{max_quantity=10}}}, {16#0c020300, #psu_item{name="Poison Trap G", - description="A trap that can be set off at any time after it's set. Adds poison effects.", rarity=4, buy_price=350, sell_price=35, data=#psu_trap_item{max_quantity=10}}}, {16#0c020400, #psu_item{name="Confusion Trap G", - description="A trap that can be set off at any time after it's set. Adds confusion effects.", rarity=4, buy_price=350, sell_price=35, data=#psu_trap_item{max_quantity=10}}}, {16#0c020500, #psu_item{name="Sleep Trap G", - description="A trap that can be set off at any time after it's set. Adds sleep effects.", rarity=4, buy_price=350, sell_price=35, data=#psu_trap_item{max_quantity=10}}}, {16#0c020600, #psu_item{name="Virus Trap G", - description="A trap that can be set off at any time after it's set. Adds virus effects.", rarity=4, buy_price=350, sell_price=35, data=#psu_trap_item{max_quantity=10}}}, {16#0c020700, #psu_item{name="Shock Trap G", - description="A trap that can be set off at any time after it's set. Adds shock effects.", rarity=4, buy_price=350, sell_price=35, data=#psu_trap_item{max_quantity=10}}}, {16#0c020800, #psu_item{name="Silence Trap G", - description="A trap that can be set off at any time after it's set. Adds silence effects.", rarity=4, buy_price=350, sell_price=35, data=#psu_trap_item{max_quantity=10}}}, {16#0c020900, #psu_item{name="Burn Trap EX", - description="A new trap model that activates for a set period of time. Adds burn effects.", rarity=7, buy_price=650, sell_price=65, data=#psu_trap_item{max_quantity=10}}}, {16#0c020a00, #psu_item{name="Freeze Trap EX", - description="A new trap model that activates for a set period of time. Adds freezing effects.", rarity=7, buy_price=650, sell_price=65, data=#psu_trap_item{max_quantity=10}}}, {16#0c020b00, #psu_item{name="Stun Trap EX", - description="A new trap model that activates for a set period of time. Adds stun effects.", rarity=7, buy_price=650, sell_price=65, data=#psu_trap_item{max_quantity=10}}}, %% Special items. {16#11010000, #psu_item{name="Goggles", - description="", rarity=1, buy_price=none, sell_price=16#fa0a1f00, data=#psu_special_item{}}}, {16#11020000, #psu_item{name="Photon Eraser", - description="", rarity=1, buy_price=none, sell_price=16#fa0a1f00, data=#psu_special_item{}}}, {16#11020100, #psu_item{name="Photon Reflector", - description="", rarity=1, buy_price=none, sell_price=16#fa0a1f00, data=#psu_special_item{}}}, {16#11020200, #psu_item{name="Photon Breaker", - description="", rarity=1, buy_price=none, sell_price=16#fa0a1f00, data=#psu_special_item{}}} ]). diff --git a/priv/items/01010900.txt b/priv/items/01010900.txt new file mode 100644 index 0000000..7680f89 Binary files /dev/null and b/priv/items/01010900.txt differ diff --git a/priv/items/01010a00.txt b/priv/items/01010a00.txt new file mode 100644 index 0000000..f5606b6 Binary files /dev/null and b/priv/items/01010a00.txt differ diff --git a/priv/items/01010b00.txt b/priv/items/01010b00.txt new file mode 100644 index 0000000..2f4b92e Binary files /dev/null and b/priv/items/01010b00.txt differ diff --git a/priv/items/03010000.txt b/priv/items/03010000.txt new file mode 100644 index 0000000..d317201 Binary files /dev/null and b/priv/items/03010000.txt differ diff --git a/priv/items/03010100.txt b/priv/items/03010100.txt new file mode 100644 index 0000000..0286307 Binary files /dev/null and b/priv/items/03010100.txt differ diff --git a/priv/items/03010200.txt b/priv/items/03010200.txt new file mode 100644 index 0000000..ab2ac33 Binary files /dev/null and b/priv/items/03010200.txt differ diff --git a/priv/items/03010300.txt b/priv/items/03010300.txt new file mode 100644 index 0000000..82520b0 Binary files /dev/null and b/priv/items/03010300.txt differ diff --git a/priv/items/03010500.txt b/priv/items/03010500.txt new file mode 100644 index 0000000..4358afe Binary files /dev/null and b/priv/items/03010500.txt differ diff --git a/priv/items/03010600.txt b/priv/items/03010600.txt new file mode 100644 index 0000000..f6ece01 Binary files /dev/null and b/priv/items/03010600.txt differ diff --git a/priv/items/03010700.txt b/priv/items/03010700.txt new file mode 100644 index 0000000..bb0b8cb Binary files /dev/null and b/priv/items/03010700.txt differ diff --git a/priv/items/03010900.txt b/priv/items/03010900.txt new file mode 100644 index 0000000..698ab94 Binary files /dev/null and b/priv/items/03010900.txt differ diff --git a/priv/items/03010a00.txt b/priv/items/03010a00.txt new file mode 100644 index 0000000..bd19f41 Binary files /dev/null and b/priv/items/03010a00.txt differ diff --git a/priv/items/03010b00.txt b/priv/items/03010b00.txt new file mode 100644 index 0000000..4a6c697 Binary files /dev/null and b/priv/items/03010b00.txt differ diff --git a/priv/items/03010c00.txt b/priv/items/03010c00.txt new file mode 100644 index 0000000..021b8c3 Binary files /dev/null and b/priv/items/03010c00.txt differ diff --git a/priv/items/03010d00.txt b/priv/items/03010d00.txt new file mode 100644 index 0000000..92a825b Binary files /dev/null and b/priv/items/03010d00.txt differ diff --git a/priv/items/03010e00.txt b/priv/items/03010e00.txt new file mode 100644 index 0000000..afe6df2 Binary files /dev/null and b/priv/items/03010e00.txt differ diff --git a/priv/items/03020000.txt b/priv/items/03020000.txt new file mode 100644 index 0000000..9f538b9 Binary files /dev/null and b/priv/items/03020000.txt differ diff --git a/priv/items/09010000.txt b/priv/items/09010000.txt new file mode 100644 index 0000000..0b1871f Binary files /dev/null and b/priv/items/09010000.txt differ diff --git a/priv/items/09010100.txt b/priv/items/09010100.txt new file mode 100644 index 0000000..f290ac2 Binary files /dev/null and b/priv/items/09010100.txt differ diff --git a/priv/items/09010200.txt b/priv/items/09010200.txt new file mode 100644 index 0000000..d33b412 Binary files /dev/null and b/priv/items/09010200.txt differ diff --git a/priv/items/09010300.txt b/priv/items/09010300.txt new file mode 100644 index 0000000..59cc581 Binary files /dev/null and b/priv/items/09010300.txt differ diff --git a/priv/items/09010400.txt b/priv/items/09010400.txt new file mode 100644 index 0000000..8252bbd Binary files /dev/null and b/priv/items/09010400.txt differ diff --git a/priv/items/09010500.txt b/priv/items/09010500.txt new file mode 100644 index 0000000..a1eab36 Binary files /dev/null and b/priv/items/09010500.txt differ diff --git a/priv/items/09010600.txt b/priv/items/09010600.txt new file mode 100644 index 0000000..980e485 Binary files /dev/null and b/priv/items/09010600.txt differ diff --git a/priv/items/09010700.txt b/priv/items/09010700.txt new file mode 100644 index 0000000..df5d704 Binary files /dev/null and b/priv/items/09010700.txt differ diff --git a/priv/items/09010800.txt b/priv/items/09010800.txt new file mode 100644 index 0000000..da6a477 Binary files /dev/null and b/priv/items/09010800.txt differ diff --git a/priv/items/09010900.txt b/priv/items/09010900.txt new file mode 100644 index 0000000..fc0c4c8 Binary files /dev/null and b/priv/items/09010900.txt differ diff --git a/priv/items/09010a00.txt b/priv/items/09010a00.txt new file mode 100644 index 0000000..1bcc951 Binary files /dev/null and b/priv/items/09010a00.txt differ diff --git a/priv/items/09010b00.txt b/priv/items/09010b00.txt new file mode 100644 index 0000000..37da12f Binary files /dev/null and b/priv/items/09010b00.txt differ diff --git a/priv/items/09010c00.txt b/priv/items/09010c00.txt new file mode 100644 index 0000000..cb6ec69 Binary files /dev/null and b/priv/items/09010c00.txt differ diff --git a/priv/items/09010d00.txt b/priv/items/09010d00.txt new file mode 100644 index 0000000..a860b4a Binary files /dev/null and b/priv/items/09010d00.txt differ diff --git a/priv/items/09010e00.txt b/priv/items/09010e00.txt new file mode 100644 index 0000000..5b438e2 Binary files /dev/null and b/priv/items/09010e00.txt differ diff --git a/priv/items/09010f00.txt b/priv/items/09010f00.txt new file mode 100644 index 0000000..f8634aa Binary files /dev/null and b/priv/items/09010f00.txt differ diff --git a/priv/items/09011000.txt b/priv/items/09011000.txt new file mode 100644 index 0000000..8eb8d08 Binary files /dev/null and b/priv/items/09011000.txt differ diff --git a/priv/items/09011100.txt b/priv/items/09011100.txt new file mode 100644 index 0000000..cc946a4 Binary files /dev/null and b/priv/items/09011100.txt differ diff --git a/priv/items/09011200.txt b/priv/items/09011200.txt new file mode 100644 index 0000000..6c02d42 Binary files /dev/null and b/priv/items/09011200.txt differ diff --git a/priv/items/09011300.txt b/priv/items/09011300.txt new file mode 100644 index 0000000..9350419 Binary files /dev/null and b/priv/items/09011300.txt differ diff --git a/priv/items/09011400.txt b/priv/items/09011400.txt new file mode 100644 index 0000000..d70b5d0 Binary files /dev/null and b/priv/items/09011400.txt differ diff --git a/priv/items/09011500.txt b/priv/items/09011500.txt new file mode 100644 index 0000000..2c07aee Binary files /dev/null and b/priv/items/09011500.txt differ diff --git a/priv/items/09011600.txt b/priv/items/09011600.txt new file mode 100644 index 0000000..1a424f8 Binary files /dev/null and b/priv/items/09011600.txt differ diff --git a/priv/items/09011700.txt b/priv/items/09011700.txt new file mode 100644 index 0000000..a70cb8c Binary files /dev/null and b/priv/items/09011700.txt differ diff --git a/priv/items/09011800.txt b/priv/items/09011800.txt new file mode 100644 index 0000000..a3e5be1 Binary files /dev/null and b/priv/items/09011800.txt differ diff --git a/priv/items/09011900.txt b/priv/items/09011900.txt new file mode 100644 index 0000000..a725d3c Binary files /dev/null and b/priv/items/09011900.txt differ diff --git a/priv/items/09011a00.txt b/priv/items/09011a00.txt new file mode 100644 index 0000000..400ec0e Binary files /dev/null and b/priv/items/09011a00.txt differ diff --git a/priv/items/09011b00.txt b/priv/items/09011b00.txt new file mode 100644 index 0000000..10ae3dd Binary files /dev/null and b/priv/items/09011b00.txt differ diff --git a/priv/items/09011c00.txt b/priv/items/09011c00.txt new file mode 100644 index 0000000..a7eb865 Binary files /dev/null and b/priv/items/09011c00.txt differ diff --git a/priv/items/09011d00.txt b/priv/items/09011d00.txt new file mode 100644 index 0000000..cb42ffb Binary files /dev/null and b/priv/items/09011d00.txt differ diff --git a/priv/items/09011e00.txt b/priv/items/09011e00.txt new file mode 100644 index 0000000..395cac9 Binary files /dev/null and b/priv/items/09011e00.txt differ diff --git a/priv/items/09011f00.txt b/priv/items/09011f00.txt new file mode 100644 index 0000000..f48c869 Binary files /dev/null and b/priv/items/09011f00.txt differ diff --git a/priv/items/09012000.txt b/priv/items/09012000.txt new file mode 100644 index 0000000..b4ba8b5 Binary files /dev/null and b/priv/items/09012000.txt differ diff --git a/priv/items/09012100.txt b/priv/items/09012100.txt new file mode 100644 index 0000000..6fd9073 Binary files /dev/null and b/priv/items/09012100.txt differ diff --git a/priv/items/09012200.txt b/priv/items/09012200.txt new file mode 100644 index 0000000..03e9208 Binary files /dev/null and b/priv/items/09012200.txt differ diff --git a/priv/items/09012300.txt b/priv/items/09012300.txt new file mode 100644 index 0000000..32a088a Binary files /dev/null and b/priv/items/09012300.txt differ diff --git a/priv/items/09012400.txt b/priv/items/09012400.txt new file mode 100644 index 0000000..738dcb6 Binary files /dev/null and b/priv/items/09012400.txt differ diff --git a/priv/items/09012500.txt b/priv/items/09012500.txt new file mode 100644 index 0000000..baa824e Binary files /dev/null and b/priv/items/09012500.txt differ diff --git a/priv/items/09012600.txt b/priv/items/09012600.txt new file mode 100644 index 0000000..9dac584 Binary files /dev/null and b/priv/items/09012600.txt differ diff --git a/priv/items/09012700.txt b/priv/items/09012700.txt new file mode 100644 index 0000000..da0e469 Binary files /dev/null and b/priv/items/09012700.txt differ diff --git a/priv/items/09012800.txt b/priv/items/09012800.txt new file mode 100644 index 0000000..4027ce4 Binary files /dev/null and b/priv/items/09012800.txt differ diff --git a/priv/items/09012900.txt b/priv/items/09012900.txt new file mode 100644 index 0000000..e66bef2 Binary files /dev/null and b/priv/items/09012900.txt differ diff --git a/priv/items/09012a00.txt b/priv/items/09012a00.txt new file mode 100644 index 0000000..231e7e2 Binary files /dev/null and b/priv/items/09012a00.txt differ diff --git a/priv/items/09012b00.txt b/priv/items/09012b00.txt new file mode 100644 index 0000000..f786de8 Binary files /dev/null and b/priv/items/09012b00.txt differ diff --git a/priv/items/09012c00.txt b/priv/items/09012c00.txt new file mode 100644 index 0000000..2f89f0c Binary files /dev/null and b/priv/items/09012c00.txt differ diff --git a/priv/items/09012d00.txt b/priv/items/09012d00.txt new file mode 100644 index 0000000..6fd9073 Binary files /dev/null and b/priv/items/09012d00.txt differ diff --git a/priv/items/09012e00.txt b/priv/items/09012e00.txt new file mode 100644 index 0000000..74e6366 Binary files /dev/null and b/priv/items/09012e00.txt differ diff --git a/priv/items/09012f00.txt b/priv/items/09012f00.txt new file mode 100644 index 0000000..83ab0ef Binary files /dev/null and b/priv/items/09012f00.txt differ diff --git a/priv/items/09013000.txt b/priv/items/09013000.txt new file mode 100644 index 0000000..c2dc38d Binary files /dev/null and b/priv/items/09013000.txt differ diff --git a/priv/items/09013100.txt b/priv/items/09013100.txt new file mode 100644 index 0000000..05fd9d1 Binary files /dev/null and b/priv/items/09013100.txt differ diff --git a/priv/items/09013200.txt b/priv/items/09013200.txt new file mode 100644 index 0000000..6dcdbba Binary files /dev/null and b/priv/items/09013200.txt differ diff --git a/priv/items/09013300.txt b/priv/items/09013300.txt new file mode 100644 index 0000000..986c9ff Binary files /dev/null and b/priv/items/09013300.txt differ diff --git a/priv/items/09020000.txt b/priv/items/09020000.txt new file mode 100644 index 0000000..026770f Binary files /dev/null and b/priv/items/09020000.txt differ diff --git a/priv/items/09020100.txt b/priv/items/09020100.txt new file mode 100644 index 0000000..1ea607e Binary files /dev/null and b/priv/items/09020100.txt differ diff --git a/priv/items/09020200.txt b/priv/items/09020200.txt new file mode 100644 index 0000000..179914a Binary files /dev/null and b/priv/items/09020200.txt differ diff --git a/priv/items/09020300.txt b/priv/items/09020300.txt new file mode 100644 index 0000000..a516c8a Binary files /dev/null and b/priv/items/09020300.txt differ diff --git a/priv/items/09020400.txt b/priv/items/09020400.txt new file mode 100644 index 0000000..a3d6ace Binary files /dev/null and b/priv/items/09020400.txt differ diff --git a/priv/items/09020500.txt b/priv/items/09020500.txt new file mode 100644 index 0000000..43f383b Binary files /dev/null and b/priv/items/09020500.txt differ diff --git a/priv/items/09020600.txt b/priv/items/09020600.txt new file mode 100644 index 0000000..2fd76a0 Binary files /dev/null and b/priv/items/09020600.txt differ diff --git a/priv/items/09020700.txt b/priv/items/09020700.txt new file mode 100644 index 0000000..156d68c Binary files /dev/null and b/priv/items/09020700.txt differ diff --git a/priv/items/09020800.txt b/priv/items/09020800.txt new file mode 100644 index 0000000..d66b956 Binary files /dev/null and b/priv/items/09020800.txt differ diff --git a/priv/items/09020900.txt b/priv/items/09020900.txt new file mode 100644 index 0000000..7d61579 Binary files /dev/null and b/priv/items/09020900.txt differ diff --git a/priv/items/09020a00.txt b/priv/items/09020a00.txt new file mode 100644 index 0000000..7604224 Binary files /dev/null and b/priv/items/09020a00.txt differ diff --git a/priv/items/09020b00.txt b/priv/items/09020b00.txt new file mode 100644 index 0000000..502bcc5 Binary files /dev/null and b/priv/items/09020b00.txt differ diff --git a/priv/items/09020c00.txt b/priv/items/09020c00.txt new file mode 100644 index 0000000..08c35e6 Binary files /dev/null and b/priv/items/09020c00.txt differ diff --git a/priv/items/09020d00.txt b/priv/items/09020d00.txt new file mode 100644 index 0000000..18e1fb6 Binary files /dev/null and b/priv/items/09020d00.txt differ diff --git a/priv/items/09020e00.txt b/priv/items/09020e00.txt new file mode 100644 index 0000000..ab0599f Binary files /dev/null and b/priv/items/09020e00.txt differ diff --git a/priv/items/09020f00.txt b/priv/items/09020f00.txt new file mode 100644 index 0000000..4859683 Binary files /dev/null and b/priv/items/09020f00.txt differ diff --git a/priv/items/09021000.txt b/priv/items/09021000.txt new file mode 100644 index 0000000..316eeb9 Binary files /dev/null and b/priv/items/09021000.txt differ diff --git a/priv/items/09021100.txt b/priv/items/09021100.txt new file mode 100644 index 0000000..87a63e2 Binary files /dev/null and b/priv/items/09021100.txt differ diff --git a/priv/items/09021200.txt b/priv/items/09021200.txt new file mode 100644 index 0000000..7750557 Binary files /dev/null and b/priv/items/09021200.txt differ diff --git a/priv/items/09021300.txt b/priv/items/09021300.txt new file mode 100644 index 0000000..4eff673 Binary files /dev/null and b/priv/items/09021300.txt differ diff --git a/priv/items/09021400.txt b/priv/items/09021400.txt new file mode 100644 index 0000000..ce7cbd6 Binary files /dev/null and b/priv/items/09021400.txt differ diff --git a/priv/items/09021500.txt b/priv/items/09021500.txt new file mode 100644 index 0000000..10568c1 Binary files /dev/null and b/priv/items/09021500.txt differ diff --git a/priv/items/09021600.txt b/priv/items/09021600.txt new file mode 100644 index 0000000..8110290 Binary files /dev/null and b/priv/items/09021600.txt differ diff --git a/priv/items/09021700.txt b/priv/items/09021700.txt new file mode 100644 index 0000000..100861e Binary files /dev/null and b/priv/items/09021700.txt differ diff --git a/priv/items/09021800.txt b/priv/items/09021800.txt new file mode 100644 index 0000000..3baeddb Binary files /dev/null and b/priv/items/09021800.txt differ diff --git a/priv/items/09021900.txt b/priv/items/09021900.txt new file mode 100644 index 0000000..bd0e8f4 Binary files /dev/null and b/priv/items/09021900.txt differ diff --git a/priv/items/09021a00.txt b/priv/items/09021a00.txt new file mode 100644 index 0000000..2c556f4 Binary files /dev/null and b/priv/items/09021a00.txt differ diff --git a/priv/items/09021b00.txt b/priv/items/09021b00.txt new file mode 100644 index 0000000..bba6789 Binary files /dev/null and b/priv/items/09021b00.txt differ diff --git a/priv/items/09021c00.txt b/priv/items/09021c00.txt new file mode 100644 index 0000000..a852451 Binary files /dev/null and b/priv/items/09021c00.txt differ diff --git a/priv/items/09021d00.txt b/priv/items/09021d00.txt new file mode 100644 index 0000000..5e9c843 Binary files /dev/null and b/priv/items/09021d00.txt differ diff --git a/priv/items/09021e00.txt b/priv/items/09021e00.txt new file mode 100644 index 0000000..5120d48 Binary files /dev/null and b/priv/items/09021e00.txt differ diff --git a/priv/items/09021f00.txt b/priv/items/09021f00.txt new file mode 100644 index 0000000..8ef7d1f Binary files /dev/null and b/priv/items/09021f00.txt differ diff --git a/priv/items/09022000.txt b/priv/items/09022000.txt new file mode 100644 index 0000000..6d9520f Binary files /dev/null and b/priv/items/09022000.txt differ diff --git a/priv/items/09022100.txt b/priv/items/09022100.txt new file mode 100644 index 0000000..6a7d715 Binary files /dev/null and b/priv/items/09022100.txt differ diff --git a/priv/items/09022200.txt b/priv/items/09022200.txt new file mode 100644 index 0000000..ee6f826 Binary files /dev/null and b/priv/items/09022200.txt differ diff --git a/priv/items/09022300.txt b/priv/items/09022300.txt new file mode 100644 index 0000000..d3c7192 Binary files /dev/null and b/priv/items/09022300.txt differ diff --git a/priv/items/09022400.txt b/priv/items/09022400.txt new file mode 100644 index 0000000..d6befd7 Binary files /dev/null and b/priv/items/09022400.txt differ diff --git a/priv/items/09022500.txt b/priv/items/09022500.txt new file mode 100644 index 0000000..7898f61 Binary files /dev/null and b/priv/items/09022500.txt differ diff --git a/priv/items/09022600.txt b/priv/items/09022600.txt new file mode 100644 index 0000000..9765285 Binary files /dev/null and b/priv/items/09022600.txt differ diff --git a/priv/items/09022700.txt b/priv/items/09022700.txt new file mode 100644 index 0000000..e0fcff7 Binary files /dev/null and b/priv/items/09022700.txt differ diff --git a/priv/items/09022800.txt b/priv/items/09022800.txt new file mode 100644 index 0000000..8331aba Binary files /dev/null and b/priv/items/09022800.txt differ diff --git a/priv/items/09022900.txt b/priv/items/09022900.txt new file mode 100644 index 0000000..7637609 Binary files /dev/null and b/priv/items/09022900.txt differ diff --git a/priv/items/09030000.txt b/priv/items/09030000.txt new file mode 100644 index 0000000..0463e5b Binary files /dev/null and b/priv/items/09030000.txt differ diff --git a/priv/items/09030100.txt b/priv/items/09030100.txt new file mode 100644 index 0000000..457071e Binary files /dev/null and b/priv/items/09030100.txt differ diff --git a/priv/items/09030200.txt b/priv/items/09030200.txt new file mode 100644 index 0000000..83167e1 Binary files /dev/null and b/priv/items/09030200.txt differ diff --git a/priv/items/09030300.txt b/priv/items/09030300.txt new file mode 100644 index 0000000..74b4e3d Binary files /dev/null and b/priv/items/09030300.txt differ diff --git a/priv/items/09030400.txt b/priv/items/09030400.txt new file mode 100644 index 0000000..d80a486 Binary files /dev/null and b/priv/items/09030400.txt differ diff --git a/priv/items/09030500.txt b/priv/items/09030500.txt new file mode 100644 index 0000000..c46264a Binary files /dev/null and b/priv/items/09030500.txt differ diff --git a/priv/items/09030600.txt b/priv/items/09030600.txt new file mode 100644 index 0000000..a9b07de Binary files /dev/null and b/priv/items/09030600.txt differ diff --git a/priv/items/09030700.txt b/priv/items/09030700.txt new file mode 100644 index 0000000..c35b65a Binary files /dev/null and b/priv/items/09030700.txt differ diff --git a/priv/items/09030800.txt b/priv/items/09030800.txt new file mode 100644 index 0000000..667c7ea Binary files /dev/null and b/priv/items/09030800.txt differ diff --git a/priv/items/09030900.txt b/priv/items/09030900.txt new file mode 100644 index 0000000..0acb106 Binary files /dev/null and b/priv/items/09030900.txt differ diff --git a/priv/items/09030a00.txt b/priv/items/09030a00.txt new file mode 100644 index 0000000..916bb38 Binary files /dev/null and b/priv/items/09030a00.txt differ diff --git a/priv/items/09030b00.txt b/priv/items/09030b00.txt new file mode 100644 index 0000000..af15d3a Binary files /dev/null and b/priv/items/09030b00.txt differ diff --git a/priv/items/09030c00.txt b/priv/items/09030c00.txt new file mode 100644 index 0000000..c37b8da Binary files /dev/null and b/priv/items/09030c00.txt differ diff --git a/priv/items/09030d00.txt b/priv/items/09030d00.txt new file mode 100644 index 0000000..3640774 Binary files /dev/null and b/priv/items/09030d00.txt differ diff --git a/priv/items/09030e00.txt b/priv/items/09030e00.txt new file mode 100644 index 0000000..0e5690d Binary files /dev/null and b/priv/items/09030e00.txt differ diff --git a/priv/items/09030f00.txt b/priv/items/09030f00.txt new file mode 100644 index 0000000..fdaff86 Binary files /dev/null and b/priv/items/09030f00.txt differ diff --git a/priv/items/09031000.txt b/priv/items/09031000.txt new file mode 100644 index 0000000..ec3a54c Binary files /dev/null and b/priv/items/09031000.txt differ diff --git a/priv/items/09031100.txt b/priv/items/09031100.txt new file mode 100644 index 0000000..8e8e7fd Binary files /dev/null and b/priv/items/09031100.txt differ diff --git a/priv/items/09031200.txt b/priv/items/09031200.txt new file mode 100644 index 0000000..d44a08f Binary files /dev/null and b/priv/items/09031200.txt differ diff --git a/priv/items/09031300.txt b/priv/items/09031300.txt new file mode 100644 index 0000000..546dc6c Binary files /dev/null and b/priv/items/09031300.txt differ diff --git a/priv/items/09031400.txt b/priv/items/09031400.txt new file mode 100644 index 0000000..008cc27 Binary files /dev/null and b/priv/items/09031400.txt differ diff --git a/priv/items/09031500.txt b/priv/items/09031500.txt new file mode 100644 index 0000000..e6f4f5c Binary files /dev/null and b/priv/items/09031500.txt differ diff --git a/priv/items/09031600.txt b/priv/items/09031600.txt new file mode 100644 index 0000000..5bb1f19 Binary files /dev/null and b/priv/items/09031600.txt differ diff --git a/priv/items/09031700.txt b/priv/items/09031700.txt new file mode 100644 index 0000000..b69e129 Binary files /dev/null and b/priv/items/09031700.txt differ diff --git a/priv/items/09031800.txt b/priv/items/09031800.txt new file mode 100644 index 0000000..0363c7e Binary files /dev/null and b/priv/items/09031800.txt differ diff --git a/priv/items/09031900.txt b/priv/items/09031900.txt new file mode 100644 index 0000000..7108fa1 Binary files /dev/null and b/priv/items/09031900.txt differ diff --git a/priv/items/09031a00.txt b/priv/items/09031a00.txt new file mode 100644 index 0000000..2237118 Binary files /dev/null and b/priv/items/09031a00.txt differ diff --git a/priv/items/09031b00.txt b/priv/items/09031b00.txt new file mode 100644 index 0000000..38bc70d Binary files /dev/null and b/priv/items/09031b00.txt differ diff --git a/priv/items/09031c00.txt b/priv/items/09031c00.txt new file mode 100644 index 0000000..7c6c630 Binary files /dev/null and b/priv/items/09031c00.txt differ diff --git a/priv/items/09031d00.txt b/priv/items/09031d00.txt new file mode 100644 index 0000000..72f3fa2 Binary files /dev/null and b/priv/items/09031d00.txt differ diff --git a/priv/items/09031e00.txt b/priv/items/09031e00.txt new file mode 100644 index 0000000..140890e Binary files /dev/null and b/priv/items/09031e00.txt differ diff --git a/priv/items/09031f00.txt b/priv/items/09031f00.txt new file mode 100644 index 0000000..8bd59f1 Binary files /dev/null and b/priv/items/09031f00.txt differ diff --git a/priv/items/09032000.txt b/priv/items/09032000.txt new file mode 100644 index 0000000..2c26457 Binary files /dev/null and b/priv/items/09032000.txt differ diff --git a/priv/items/09032100.txt b/priv/items/09032100.txt new file mode 100644 index 0000000..a623d7b Binary files /dev/null and b/priv/items/09032100.txt differ diff --git a/priv/items/09032200.txt b/priv/items/09032200.txt new file mode 100644 index 0000000..7dcc010 Binary files /dev/null and b/priv/items/09032200.txt differ diff --git a/priv/items/09032300.txt b/priv/items/09032300.txt new file mode 100644 index 0000000..d0dc7fd Binary files /dev/null and b/priv/items/09032300.txt differ diff --git a/priv/items/09032400.txt b/priv/items/09032400.txt new file mode 100644 index 0000000..a5541eb Binary files /dev/null and b/priv/items/09032400.txt differ diff --git a/priv/items/09032500.txt b/priv/items/09032500.txt new file mode 100644 index 0000000..2aada1a Binary files /dev/null and b/priv/items/09032500.txt differ diff --git a/priv/items/09032600.txt b/priv/items/09032600.txt new file mode 100644 index 0000000..7e71edc Binary files /dev/null and b/priv/items/09032600.txt differ diff --git a/priv/items/09032700.txt b/priv/items/09032700.txt new file mode 100644 index 0000000..ed6e304 Binary files /dev/null and b/priv/items/09032700.txt differ diff --git a/priv/items/09032800.txt b/priv/items/09032800.txt new file mode 100644 index 0000000..2486096 Binary files /dev/null and b/priv/items/09032800.txt differ diff --git a/priv/items/09032900.txt b/priv/items/09032900.txt new file mode 100644 index 0000000..233d0a8 Binary files /dev/null and b/priv/items/09032900.txt differ diff --git a/priv/items/09032a00.txt b/priv/items/09032a00.txt new file mode 100644 index 0000000..3586a42 Binary files /dev/null and b/priv/items/09032a00.txt differ diff --git a/priv/items/09032b00.txt b/priv/items/09032b00.txt new file mode 100644 index 0000000..3fa70f5 Binary files /dev/null and b/priv/items/09032b00.txt differ diff --git a/priv/items/09032c00.txt b/priv/items/09032c00.txt new file mode 100644 index 0000000..9c6801e Binary files /dev/null and b/priv/items/09032c00.txt differ diff --git a/priv/items/09040000.txt b/priv/items/09040000.txt new file mode 100644 index 0000000..460bfda Binary files /dev/null and b/priv/items/09040000.txt differ diff --git a/priv/items/09040100.txt b/priv/items/09040100.txt new file mode 100644 index 0000000..e225009 Binary files /dev/null and b/priv/items/09040100.txt differ diff --git a/priv/items/09040200.txt b/priv/items/09040200.txt new file mode 100644 index 0000000..2a840b3 Binary files /dev/null and b/priv/items/09040200.txt differ diff --git a/priv/items/09050000.txt b/priv/items/09050000.txt new file mode 100644 index 0000000..75a110d Binary files /dev/null and b/priv/items/09050000.txt differ diff --git a/priv/items/09050100.txt b/priv/items/09050100.txt new file mode 100644 index 0000000..42088cb Binary files /dev/null and b/priv/items/09050100.txt differ diff --git a/priv/items/09050200.txt b/priv/items/09050200.txt new file mode 100644 index 0000000..b174df1 Binary files /dev/null and b/priv/items/09050200.txt differ diff --git a/priv/items/09050300.txt b/priv/items/09050300.txt new file mode 100644 index 0000000..e8d09be Binary files /dev/null and b/priv/items/09050300.txt differ diff --git a/priv/items/09050400.txt b/priv/items/09050400.txt new file mode 100644 index 0000000..b4c1b31 Binary files /dev/null and b/priv/items/09050400.txt differ diff --git a/priv/items/09050500.txt b/priv/items/09050500.txt new file mode 100644 index 0000000..75a110d Binary files /dev/null and b/priv/items/09050500.txt differ diff --git a/priv/items/09050600.txt b/priv/items/09050600.txt new file mode 100644 index 0000000..b174df1 Binary files /dev/null and b/priv/items/09050600.txt differ diff --git a/priv/items/09050700.txt b/priv/items/09050700.txt new file mode 100644 index 0000000..5b2c966 Binary files /dev/null and b/priv/items/09050700.txt differ diff --git a/priv/items/09050800.txt b/priv/items/09050800.txt new file mode 100644 index 0000000..896716d Binary files /dev/null and b/priv/items/09050800.txt differ diff --git a/priv/items/09050900.txt b/priv/items/09050900.txt new file mode 100644 index 0000000..d1a2f98 Binary files /dev/null and b/priv/items/09050900.txt differ diff --git a/priv/items/09050a00.txt b/priv/items/09050a00.txt new file mode 100644 index 0000000..9802996 Binary files /dev/null and b/priv/items/09050a00.txt differ diff --git a/priv/items/09060000.txt b/priv/items/09060000.txt new file mode 100644 index 0000000..494db2e Binary files /dev/null and b/priv/items/09060000.txt differ diff --git a/priv/items/09060100.txt b/priv/items/09060100.txt new file mode 100644 index 0000000..c24c5f5 Binary files /dev/null and b/priv/items/09060100.txt differ diff --git a/priv/items/09060200.txt b/priv/items/09060200.txt new file mode 100644 index 0000000..f2f036f Binary files /dev/null and b/priv/items/09060200.txt differ diff --git a/priv/items/09060300.txt b/priv/items/09060300.txt new file mode 100644 index 0000000..447c682 Binary files /dev/null and b/priv/items/09060300.txt differ diff --git a/priv/items/09060400.txt b/priv/items/09060400.txt new file mode 100644 index 0000000..1485ac8 Binary files /dev/null and b/priv/items/09060400.txt differ diff --git a/priv/items/09060500.txt b/priv/items/09060500.txt new file mode 100644 index 0000000..1339848 Binary files /dev/null and b/priv/items/09060500.txt differ diff --git a/priv/items/09060600.txt b/priv/items/09060600.txt new file mode 100644 index 0000000..0e334ca Binary files /dev/null and b/priv/items/09060600.txt differ diff --git a/priv/items/09060700.txt b/priv/items/09060700.txt new file mode 100644 index 0000000..1b3613a Binary files /dev/null and b/priv/items/09060700.txt differ diff --git a/priv/items/09060800.txt b/priv/items/09060800.txt new file mode 100644 index 0000000..f2f036f Binary files /dev/null and b/priv/items/09060800.txt differ diff --git a/priv/items/09060a00.txt b/priv/items/09060a00.txt new file mode 100644 index 0000000..717bb8e Binary files /dev/null and b/priv/items/09060a00.txt differ diff --git a/priv/items/09060b00.txt b/priv/items/09060b00.txt new file mode 100644 index 0000000..50b62ab Binary files /dev/null and b/priv/items/09060b00.txt differ diff --git a/priv/items/09060c00.txt b/priv/items/09060c00.txt new file mode 100644 index 0000000..c37188f Binary files /dev/null and b/priv/items/09060c00.txt differ diff --git a/priv/items/09060d00.txt b/priv/items/09060d00.txt new file mode 100644 index 0000000..59a2cc0 Binary files /dev/null and b/priv/items/09060d00.txt differ diff --git a/priv/items/09060e00.txt b/priv/items/09060e00.txt new file mode 100644 index 0000000..50b62ab Binary files /dev/null and b/priv/items/09060e00.txt differ diff --git a/priv/items/09060f00.txt b/priv/items/09060f00.txt new file mode 100644 index 0000000..128b2dd Binary files /dev/null and b/priv/items/09060f00.txt differ diff --git a/priv/items/09061000.txt b/priv/items/09061000.txt new file mode 100644 index 0000000..a105b0c Binary files /dev/null and b/priv/items/09061000.txt differ diff --git a/priv/items/09061100.txt b/priv/items/09061100.txt new file mode 100644 index 0000000..b38b4cb Binary files /dev/null and b/priv/items/09061100.txt differ diff --git a/priv/items/09061200.txt b/priv/items/09061200.txt new file mode 100644 index 0000000..e96174a Binary files /dev/null and b/priv/items/09061200.txt differ diff --git a/priv/items/0a010000.txt b/priv/items/0a010000.txt new file mode 100644 index 0000000..6f29277 Binary files /dev/null and b/priv/items/0a010000.txt differ diff --git a/priv/items/0a010100.txt b/priv/items/0a010100.txt new file mode 100644 index 0000000..e866f62 Binary files /dev/null and b/priv/items/0a010100.txt differ diff --git a/priv/items/0a010200.txt b/priv/items/0a010200.txt new file mode 100644 index 0000000..171c2a5 Binary files /dev/null and b/priv/items/0a010200.txt differ diff --git a/priv/items/0a010300.txt b/priv/items/0a010300.txt new file mode 100644 index 0000000..d48dd90 Binary files /dev/null and b/priv/items/0a010300.txt differ diff --git a/priv/items/0a010400.txt b/priv/items/0a010400.txt new file mode 100644 index 0000000..35dc2c8 Binary files /dev/null and b/priv/items/0a010400.txt differ diff --git a/priv/items/0a010500.txt b/priv/items/0a010500.txt new file mode 100644 index 0000000..e6fd8d8 Binary files /dev/null and b/priv/items/0a010500.txt differ diff --git a/priv/items/0a010600.txt b/priv/items/0a010600.txt new file mode 100644 index 0000000..462bb03 Binary files /dev/null and b/priv/items/0a010600.txt differ diff --git a/priv/items/0a010700.txt b/priv/items/0a010700.txt new file mode 100644 index 0000000..d117603 Binary files /dev/null and b/priv/items/0a010700.txt differ diff --git a/priv/items/0a010800.txt b/priv/items/0a010800.txt new file mode 100644 index 0000000..f4039a7 Binary files /dev/null and b/priv/items/0a010800.txt differ diff --git a/priv/items/0a010900.txt b/priv/items/0a010900.txt new file mode 100644 index 0000000..171c2a5 Binary files /dev/null and b/priv/items/0a010900.txt differ diff --git a/priv/items/0a010a00.txt b/priv/items/0a010a00.txt new file mode 100644 index 0000000..a42b7f1 Binary files /dev/null and b/priv/items/0a010a00.txt differ diff --git a/priv/items/0a010b00.txt b/priv/items/0a010b00.txt new file mode 100644 index 0000000..e6fd8d8 Binary files /dev/null and b/priv/items/0a010b00.txt differ diff --git a/priv/items/0a010c00.txt b/priv/items/0a010c00.txt new file mode 100644 index 0000000..29541bc Binary files /dev/null and b/priv/items/0a010c00.txt differ diff --git a/priv/items/0a010d00.txt b/priv/items/0a010d00.txt new file mode 100644 index 0000000..6f29277 Binary files /dev/null and b/priv/items/0a010d00.txt differ diff --git a/priv/items/0a010e00.txt b/priv/items/0a010e00.txt new file mode 100644 index 0000000..436b0ae Binary files /dev/null and b/priv/items/0a010e00.txt differ diff --git a/priv/items/0a010f00.txt b/priv/items/0a010f00.txt new file mode 100644 index 0000000..265791d Binary files /dev/null and b/priv/items/0a010f00.txt differ diff --git a/priv/items/0a011000.txt b/priv/items/0a011000.txt new file mode 100644 index 0000000..c5d394f Binary files /dev/null and b/priv/items/0a011000.txt differ diff --git a/priv/items/0a011100.txt b/priv/items/0a011100.txt new file mode 100644 index 0000000..dc863e4 Binary files /dev/null and b/priv/items/0a011100.txt differ diff --git a/priv/items/0a011200.txt b/priv/items/0a011200.txt new file mode 100644 index 0000000..a4c50b6 Binary files /dev/null and b/priv/items/0a011200.txt differ diff --git a/priv/items/0a011300.txt b/priv/items/0a011300.txt new file mode 100644 index 0000000..3f3ebe1 Binary files /dev/null and b/priv/items/0a011300.txt differ diff --git a/priv/items/0a011400.txt b/priv/items/0a011400.txt new file mode 100644 index 0000000..bf6aaa7 Binary files /dev/null and b/priv/items/0a011400.txt differ diff --git a/priv/items/0a011500.txt b/priv/items/0a011500.txt new file mode 100644 index 0000000..5f50fde Binary files /dev/null and b/priv/items/0a011500.txt differ diff --git a/priv/items/0a011600.txt b/priv/items/0a011600.txt new file mode 100644 index 0000000..c5d394f Binary files /dev/null and b/priv/items/0a011600.txt differ diff --git a/priv/items/0a011700.txt b/priv/items/0a011700.txt new file mode 100644 index 0000000..885db3d Binary files /dev/null and b/priv/items/0a011700.txt differ diff --git a/priv/items/0a011800.txt b/priv/items/0a011800.txt new file mode 100644 index 0000000..ea0fc02 Binary files /dev/null and b/priv/items/0a011800.txt differ diff --git a/priv/items/0a011900.txt b/priv/items/0a011900.txt new file mode 100644 index 0000000..c4834f4 Binary files /dev/null and b/priv/items/0a011900.txt differ diff --git a/priv/items/0a011a00.txt b/priv/items/0a011a00.txt new file mode 100644 index 0000000..2073629 Binary files /dev/null and b/priv/items/0a011a00.txt differ diff --git a/priv/items/0a011b00.txt b/priv/items/0a011b00.txt new file mode 100644 index 0000000..1085f70 Binary files /dev/null and b/priv/items/0a011b00.txt differ diff --git a/priv/items/0a011c00.txt b/priv/items/0a011c00.txt new file mode 100644 index 0000000..6f29277 Binary files /dev/null and b/priv/items/0a011c00.txt differ diff --git a/priv/items/0a011d00.txt b/priv/items/0a011d00.txt new file mode 100644 index 0000000..e866f62 Binary files /dev/null and b/priv/items/0a011d00.txt differ diff --git a/priv/items/0a011e00.txt b/priv/items/0a011e00.txt new file mode 100644 index 0000000..171c2a5 Binary files /dev/null and b/priv/items/0a011e00.txt differ diff --git a/priv/items/0a011f00.txt b/priv/items/0a011f00.txt new file mode 100644 index 0000000..d48dd90 Binary files /dev/null and b/priv/items/0a011f00.txt differ diff --git a/priv/items/0a012000.txt b/priv/items/0a012000.txt new file mode 100644 index 0000000..35dc2c8 Binary files /dev/null and b/priv/items/0a012000.txt differ diff --git a/priv/items/0a012100.txt b/priv/items/0a012100.txt new file mode 100644 index 0000000..e6fd8d8 Binary files /dev/null and b/priv/items/0a012100.txt differ diff --git a/priv/items/0a012200.txt b/priv/items/0a012200.txt new file mode 100644 index 0000000..462bb03 Binary files /dev/null and b/priv/items/0a012200.txt differ diff --git a/priv/items/0a012300.txt b/priv/items/0a012300.txt new file mode 100644 index 0000000..d117603 Binary files /dev/null and b/priv/items/0a012300.txt differ diff --git a/priv/items/0a012400.txt b/priv/items/0a012400.txt new file mode 100644 index 0000000..f4039a7 Binary files /dev/null and b/priv/items/0a012400.txt differ diff --git a/priv/items/0a012500.txt b/priv/items/0a012500.txt new file mode 100644 index 0000000..171c2a5 Binary files /dev/null and b/priv/items/0a012500.txt differ diff --git a/priv/items/0a012600.txt b/priv/items/0a012600.txt new file mode 100644 index 0000000..a42b7f1 Binary files /dev/null and b/priv/items/0a012600.txt differ diff --git a/priv/items/0a012700.txt b/priv/items/0a012700.txt new file mode 100644 index 0000000..e6fd8d8 Binary files /dev/null and b/priv/items/0a012700.txt differ diff --git a/priv/items/0a012800.txt b/priv/items/0a012800.txt new file mode 100644 index 0000000..29541bc Binary files /dev/null and b/priv/items/0a012800.txt differ diff --git a/priv/items/0a012900.txt b/priv/items/0a012900.txt new file mode 100644 index 0000000..6f29277 Binary files /dev/null and b/priv/items/0a012900.txt differ diff --git a/priv/items/0a012a00.txt b/priv/items/0a012a00.txt new file mode 100644 index 0000000..436b0ae Binary files /dev/null and b/priv/items/0a012a00.txt differ diff --git a/priv/items/0a012b00.txt b/priv/items/0a012b00.txt new file mode 100644 index 0000000..265791d Binary files /dev/null and b/priv/items/0a012b00.txt differ diff --git a/priv/items/0a012c00.txt b/priv/items/0a012c00.txt new file mode 100644 index 0000000..c5d394f Binary files /dev/null and b/priv/items/0a012c00.txt differ diff --git a/priv/items/0a012d00.txt b/priv/items/0a012d00.txt new file mode 100644 index 0000000..dc863e4 Binary files /dev/null and b/priv/items/0a012d00.txt differ diff --git a/priv/items/0a012e00.txt b/priv/items/0a012e00.txt new file mode 100644 index 0000000..a4c50b6 Binary files /dev/null and b/priv/items/0a012e00.txt differ diff --git a/priv/items/0a012f00.txt b/priv/items/0a012f00.txt new file mode 100644 index 0000000..3f3ebe1 Binary files /dev/null and b/priv/items/0a012f00.txt differ diff --git a/priv/items/0a013000.txt b/priv/items/0a013000.txt new file mode 100644 index 0000000..c5d394f Binary files /dev/null and b/priv/items/0a013000.txt differ diff --git a/priv/items/0a013100.txt b/priv/items/0a013100.txt new file mode 100644 index 0000000..885db3d Binary files /dev/null and b/priv/items/0a013100.txt differ diff --git a/priv/items/0a013200.txt b/priv/items/0a013200.txt new file mode 100644 index 0000000..ea0fc02 Binary files /dev/null and b/priv/items/0a013200.txt differ diff --git a/priv/items/0a013300.txt b/priv/items/0a013300.txt new file mode 100644 index 0000000..c4834f4 Binary files /dev/null and b/priv/items/0a013300.txt differ diff --git a/priv/items/0a020000.txt b/priv/items/0a020000.txt new file mode 100644 index 0000000..a9ae6f6 Binary files /dev/null and b/priv/items/0a020000.txt differ diff --git a/priv/items/0a020100.txt b/priv/items/0a020100.txt new file mode 100644 index 0000000..a0699c6 Binary files /dev/null and b/priv/items/0a020100.txt differ diff --git a/priv/items/0a020200.txt b/priv/items/0a020200.txt new file mode 100644 index 0000000..1d7a698 Binary files /dev/null and b/priv/items/0a020200.txt differ diff --git a/priv/items/0a020300.txt b/priv/items/0a020300.txt new file mode 100644 index 0000000..b894543 Binary files /dev/null and b/priv/items/0a020300.txt differ diff --git a/priv/items/0a020400.txt b/priv/items/0a020400.txt new file mode 100644 index 0000000..1eeab9f Binary files /dev/null and b/priv/items/0a020400.txt differ diff --git a/priv/items/0a020500.txt b/priv/items/0a020500.txt new file mode 100644 index 0000000..737fa71 Binary files /dev/null and b/priv/items/0a020500.txt differ diff --git a/priv/items/0a020600.txt b/priv/items/0a020600.txt new file mode 100644 index 0000000..dc61d49 Binary files /dev/null and b/priv/items/0a020600.txt differ diff --git a/priv/items/0a020700.txt b/priv/items/0a020700.txt new file mode 100644 index 0000000..240824f Binary files /dev/null and b/priv/items/0a020700.txt differ diff --git a/priv/items/0a020800.txt b/priv/items/0a020800.txt new file mode 100644 index 0000000..3d8fa60 Binary files /dev/null and b/priv/items/0a020800.txt differ diff --git a/priv/items/0a020900.txt b/priv/items/0a020900.txt new file mode 100644 index 0000000..1d7a698 Binary files /dev/null and b/priv/items/0a020900.txt differ diff --git a/priv/items/0a020a00.txt b/priv/items/0a020a00.txt new file mode 100644 index 0000000..af06e33 Binary files /dev/null and b/priv/items/0a020a00.txt differ diff --git a/priv/items/0a020b00.txt b/priv/items/0a020b00.txt new file mode 100644 index 0000000..737fa71 Binary files /dev/null and b/priv/items/0a020b00.txt differ diff --git a/priv/items/0a020c00.txt b/priv/items/0a020c00.txt new file mode 100644 index 0000000..51cd17b Binary files /dev/null and b/priv/items/0a020c00.txt differ diff --git a/priv/items/0a020d00.txt b/priv/items/0a020d00.txt new file mode 100644 index 0000000..a9ae6f6 Binary files /dev/null and b/priv/items/0a020d00.txt differ diff --git a/priv/items/0a020e00.txt b/priv/items/0a020e00.txt new file mode 100644 index 0000000..ba9aa49 Binary files /dev/null and b/priv/items/0a020e00.txt differ diff --git a/priv/items/0a020f00.txt b/priv/items/0a020f00.txt new file mode 100644 index 0000000..c46cce0 Binary files /dev/null and b/priv/items/0a020f00.txt differ diff --git a/priv/items/0a021000.txt b/priv/items/0a021000.txt new file mode 100644 index 0000000..06ac0e3 Binary files /dev/null and b/priv/items/0a021000.txt differ diff --git a/priv/items/0a021100.txt b/priv/items/0a021100.txt new file mode 100644 index 0000000..0cfdf16 Binary files /dev/null and b/priv/items/0a021100.txt differ diff --git a/priv/items/0a021200.txt b/priv/items/0a021200.txt new file mode 100644 index 0000000..09d8e2c Binary files /dev/null and b/priv/items/0a021200.txt differ diff --git a/priv/items/0a021300.txt b/priv/items/0a021300.txt new file mode 100644 index 0000000..f0091f0 Binary files /dev/null and b/priv/items/0a021300.txt differ diff --git a/priv/items/0a021400.txt b/priv/items/0a021400.txt new file mode 100644 index 0000000..decdf39 Binary files /dev/null and b/priv/items/0a021400.txt differ diff --git a/priv/items/0a021500.txt b/priv/items/0a021500.txt new file mode 100644 index 0000000..c6f6d6e Binary files /dev/null and b/priv/items/0a021500.txt differ diff --git a/priv/items/0a021600.txt b/priv/items/0a021600.txt new file mode 100644 index 0000000..06ac0e3 Binary files /dev/null and b/priv/items/0a021600.txt differ diff --git a/priv/items/0a021700.txt b/priv/items/0a021700.txt new file mode 100644 index 0000000..f38729b Binary files /dev/null and b/priv/items/0a021700.txt differ diff --git a/priv/items/0a021800.txt b/priv/items/0a021800.txt new file mode 100644 index 0000000..574946d Binary files /dev/null and b/priv/items/0a021800.txt differ diff --git a/priv/items/0a021900.txt b/priv/items/0a021900.txt new file mode 100644 index 0000000..05c711d Binary files /dev/null and b/priv/items/0a021900.txt differ diff --git a/priv/items/0a021a00.txt b/priv/items/0a021a00.txt new file mode 100644 index 0000000..d1d024e Binary files /dev/null and b/priv/items/0a021a00.txt differ diff --git a/priv/items/0a021b00.txt b/priv/items/0a021b00.txt new file mode 100644 index 0000000..b40719f Binary files /dev/null and b/priv/items/0a021b00.txt differ diff --git a/priv/items/0a021c00.txt b/priv/items/0a021c00.txt new file mode 100644 index 0000000..a9ae6f6 Binary files /dev/null and b/priv/items/0a021c00.txt differ diff --git a/priv/items/0a021d00.txt b/priv/items/0a021d00.txt new file mode 100644 index 0000000..a0699c6 Binary files /dev/null and b/priv/items/0a021d00.txt differ diff --git a/priv/items/0a021e00.txt b/priv/items/0a021e00.txt new file mode 100644 index 0000000..1d7a698 Binary files /dev/null and b/priv/items/0a021e00.txt differ diff --git a/priv/items/0a021f00.txt b/priv/items/0a021f00.txt new file mode 100644 index 0000000..b894543 Binary files /dev/null and b/priv/items/0a021f00.txt differ diff --git a/priv/items/0a022000.txt b/priv/items/0a022000.txt new file mode 100644 index 0000000..1eeab9f Binary files /dev/null and b/priv/items/0a022000.txt differ diff --git a/priv/items/0a022100.txt b/priv/items/0a022100.txt new file mode 100644 index 0000000..737fa71 Binary files /dev/null and b/priv/items/0a022100.txt differ diff --git a/priv/items/0a022200.txt b/priv/items/0a022200.txt new file mode 100644 index 0000000..dc61d49 Binary files /dev/null and b/priv/items/0a022200.txt differ diff --git a/priv/items/0a022300.txt b/priv/items/0a022300.txt new file mode 100644 index 0000000..240824f Binary files /dev/null and b/priv/items/0a022300.txt differ diff --git a/priv/items/0a022400.txt b/priv/items/0a022400.txt new file mode 100644 index 0000000..3d8fa60 Binary files /dev/null and b/priv/items/0a022400.txt differ diff --git a/priv/items/0a022500.txt b/priv/items/0a022500.txt new file mode 100644 index 0000000..1d7a698 Binary files /dev/null and b/priv/items/0a022500.txt differ diff --git a/priv/items/0a022600.txt b/priv/items/0a022600.txt new file mode 100644 index 0000000..af06e33 Binary files /dev/null and b/priv/items/0a022600.txt differ diff --git a/priv/items/0a022700.txt b/priv/items/0a022700.txt new file mode 100644 index 0000000..737fa71 Binary files /dev/null and b/priv/items/0a022700.txt differ diff --git a/priv/items/0a022800.txt b/priv/items/0a022800.txt new file mode 100644 index 0000000..51cd17b Binary files /dev/null and b/priv/items/0a022800.txt differ diff --git a/priv/items/0a022900.txt b/priv/items/0a022900.txt new file mode 100644 index 0000000..a9ae6f6 Binary files /dev/null and b/priv/items/0a022900.txt differ diff --git a/priv/items/0a022a00.txt b/priv/items/0a022a00.txt new file mode 100644 index 0000000..ba9aa49 Binary files /dev/null and b/priv/items/0a022a00.txt differ diff --git a/priv/items/0a022b00.txt b/priv/items/0a022b00.txt new file mode 100644 index 0000000..c46cce0 Binary files /dev/null and b/priv/items/0a022b00.txt differ diff --git a/priv/items/0a022c00.txt b/priv/items/0a022c00.txt new file mode 100644 index 0000000..06ac0e3 Binary files /dev/null and b/priv/items/0a022c00.txt differ diff --git a/priv/items/0a022d00.txt b/priv/items/0a022d00.txt new file mode 100644 index 0000000..0cfdf16 Binary files /dev/null and b/priv/items/0a022d00.txt differ diff --git a/priv/items/0a022e00.txt b/priv/items/0a022e00.txt new file mode 100644 index 0000000..09d8e2c Binary files /dev/null and b/priv/items/0a022e00.txt differ diff --git a/priv/items/0a022f00.txt b/priv/items/0a022f00.txt new file mode 100644 index 0000000..f0091f0 Binary files /dev/null and b/priv/items/0a022f00.txt differ diff --git a/priv/items/0a023000.txt b/priv/items/0a023000.txt new file mode 100644 index 0000000..06ac0e3 Binary files /dev/null and b/priv/items/0a023000.txt differ diff --git a/priv/items/0a023100.txt b/priv/items/0a023100.txt new file mode 100644 index 0000000..f38729b Binary files /dev/null and b/priv/items/0a023100.txt differ diff --git a/priv/items/0a023200.txt b/priv/items/0a023200.txt new file mode 100644 index 0000000..574946d Binary files /dev/null and b/priv/items/0a023200.txt differ diff --git a/priv/items/0a023300.txt b/priv/items/0a023300.txt new file mode 100644 index 0000000..05c711d Binary files /dev/null and b/priv/items/0a023300.txt differ diff --git a/priv/items/0a030000.txt b/priv/items/0a030000.txt new file mode 100644 index 0000000..90ebf9f Binary files /dev/null and b/priv/items/0a030000.txt differ diff --git a/priv/items/0a030100.txt b/priv/items/0a030100.txt new file mode 100644 index 0000000..edeb229 Binary files /dev/null and b/priv/items/0a030100.txt differ diff --git a/priv/items/0a030200.txt b/priv/items/0a030200.txt new file mode 100644 index 0000000..98823aa Binary files /dev/null and b/priv/items/0a030200.txt differ diff --git a/priv/items/0a030300.txt b/priv/items/0a030300.txt new file mode 100644 index 0000000..ef36d4d Binary files /dev/null and b/priv/items/0a030300.txt differ diff --git a/priv/items/0a030400.txt b/priv/items/0a030400.txt new file mode 100644 index 0000000..04440b8 Binary files /dev/null and b/priv/items/0a030400.txt differ diff --git a/priv/items/0a030500.txt b/priv/items/0a030500.txt new file mode 100644 index 0000000..71ac49e Binary files /dev/null and b/priv/items/0a030500.txt differ diff --git a/priv/items/0a030600.txt b/priv/items/0a030600.txt new file mode 100644 index 0000000..d115fc3 Binary files /dev/null and b/priv/items/0a030600.txt differ diff --git a/priv/items/0a030700.txt b/priv/items/0a030700.txt new file mode 100644 index 0000000..b47974e Binary files /dev/null and b/priv/items/0a030700.txt differ diff --git a/priv/items/0a030800.txt b/priv/items/0a030800.txt new file mode 100644 index 0000000..d7a72ac Binary files /dev/null and b/priv/items/0a030800.txt differ diff --git a/priv/items/0a030900.txt b/priv/items/0a030900.txt new file mode 100644 index 0000000..98823aa Binary files /dev/null and b/priv/items/0a030900.txt differ diff --git a/priv/items/0a030a00.txt b/priv/items/0a030a00.txt new file mode 100644 index 0000000..b266da0 Binary files /dev/null and b/priv/items/0a030a00.txt differ diff --git a/priv/items/0a030b00.txt b/priv/items/0a030b00.txt new file mode 100644 index 0000000..71ac49e Binary files /dev/null and b/priv/items/0a030b00.txt differ diff --git a/priv/items/0a030c00.txt b/priv/items/0a030c00.txt new file mode 100644 index 0000000..3a91639 Binary files /dev/null and b/priv/items/0a030c00.txt differ diff --git a/priv/items/0a030d00.txt b/priv/items/0a030d00.txt new file mode 100644 index 0000000..90ebf9f Binary files /dev/null and b/priv/items/0a030d00.txt differ diff --git a/priv/items/0a030e00.txt b/priv/items/0a030e00.txt new file mode 100644 index 0000000..ed01a3f Binary files /dev/null and b/priv/items/0a030e00.txt differ diff --git a/priv/items/0a030f00.txt b/priv/items/0a030f00.txt new file mode 100644 index 0000000..c19930f Binary files /dev/null and b/priv/items/0a030f00.txt differ diff --git a/priv/items/0a031000.txt b/priv/items/0a031000.txt new file mode 100644 index 0000000..86acb07 Binary files /dev/null and b/priv/items/0a031000.txt differ diff --git a/priv/items/0a031100.txt b/priv/items/0a031100.txt new file mode 100644 index 0000000..2cf71ac Binary files /dev/null and b/priv/items/0a031100.txt differ diff --git a/priv/items/0a031200.txt b/priv/items/0a031200.txt new file mode 100644 index 0000000..9d65b40 Binary files /dev/null and b/priv/items/0a031200.txt differ diff --git a/priv/items/0a031300.txt b/priv/items/0a031300.txt new file mode 100644 index 0000000..239232a Binary files /dev/null and b/priv/items/0a031300.txt differ diff --git a/priv/items/0a031400.txt b/priv/items/0a031400.txt new file mode 100644 index 0000000..876c9c9 Binary files /dev/null and b/priv/items/0a031400.txt differ diff --git a/priv/items/0a031500.txt b/priv/items/0a031500.txt new file mode 100644 index 0000000..07421ab Binary files /dev/null and b/priv/items/0a031500.txt differ diff --git a/priv/items/0a031600.txt b/priv/items/0a031600.txt new file mode 100644 index 0000000..86acb07 Binary files /dev/null and b/priv/items/0a031600.txt differ diff --git a/priv/items/0a031700.txt b/priv/items/0a031700.txt new file mode 100644 index 0000000..e377f41 Binary files /dev/null and b/priv/items/0a031700.txt differ diff --git a/priv/items/0a031800.txt b/priv/items/0a031800.txt new file mode 100644 index 0000000..47f32b1 Binary files /dev/null and b/priv/items/0a031800.txt differ diff --git a/priv/items/0a031900.txt b/priv/items/0a031900.txt new file mode 100644 index 0000000..a3a7533 Binary files /dev/null and b/priv/items/0a031900.txt differ diff --git a/priv/items/0a031a00.txt b/priv/items/0a031a00.txt new file mode 100644 index 0000000..7052185 Binary files /dev/null and b/priv/items/0a031a00.txt differ diff --git a/priv/items/0a031b00.txt b/priv/items/0a031b00.txt new file mode 100644 index 0000000..aefefc5 Binary files /dev/null and b/priv/items/0a031b00.txt differ diff --git a/priv/items/0a031c00.txt b/priv/items/0a031c00.txt new file mode 100644 index 0000000..90ebf9f Binary files /dev/null and b/priv/items/0a031c00.txt differ diff --git a/priv/items/0a031d00.txt b/priv/items/0a031d00.txt new file mode 100644 index 0000000..edeb229 Binary files /dev/null and b/priv/items/0a031d00.txt differ diff --git a/priv/items/0a031e00.txt b/priv/items/0a031e00.txt new file mode 100644 index 0000000..98823aa Binary files /dev/null and b/priv/items/0a031e00.txt differ diff --git a/priv/items/0a031f00.txt b/priv/items/0a031f00.txt new file mode 100644 index 0000000..ef36d4d Binary files /dev/null and b/priv/items/0a031f00.txt differ diff --git a/priv/items/0a032000.txt b/priv/items/0a032000.txt new file mode 100644 index 0000000..04440b8 Binary files /dev/null and b/priv/items/0a032000.txt differ diff --git a/priv/items/0a032100.txt b/priv/items/0a032100.txt new file mode 100644 index 0000000..71ac49e Binary files /dev/null and b/priv/items/0a032100.txt differ diff --git a/priv/items/0a032200.txt b/priv/items/0a032200.txt new file mode 100644 index 0000000..d115fc3 Binary files /dev/null and b/priv/items/0a032200.txt differ diff --git a/priv/items/0a032300.txt b/priv/items/0a032300.txt new file mode 100644 index 0000000..b47974e Binary files /dev/null and b/priv/items/0a032300.txt differ diff --git a/priv/items/0a032400.txt b/priv/items/0a032400.txt new file mode 100644 index 0000000..d7a72ac Binary files /dev/null and b/priv/items/0a032400.txt differ diff --git a/priv/items/0a032500.txt b/priv/items/0a032500.txt new file mode 100644 index 0000000..98823aa Binary files /dev/null and b/priv/items/0a032500.txt differ diff --git a/priv/items/0a032600.txt b/priv/items/0a032600.txt new file mode 100644 index 0000000..b266da0 Binary files /dev/null and b/priv/items/0a032600.txt differ diff --git a/priv/items/0a032700.txt b/priv/items/0a032700.txt new file mode 100644 index 0000000..71ac49e Binary files /dev/null and b/priv/items/0a032700.txt differ diff --git a/priv/items/0a032800.txt b/priv/items/0a032800.txt new file mode 100644 index 0000000..3a91639 Binary files /dev/null and b/priv/items/0a032800.txt differ diff --git a/priv/items/0a032900.txt b/priv/items/0a032900.txt new file mode 100644 index 0000000..90ebf9f Binary files /dev/null and b/priv/items/0a032900.txt differ diff --git a/priv/items/0a032a00.txt b/priv/items/0a032a00.txt new file mode 100644 index 0000000..ed01a3f Binary files /dev/null and b/priv/items/0a032a00.txt differ diff --git a/priv/items/0a032b00.txt b/priv/items/0a032b00.txt new file mode 100644 index 0000000..c19930f Binary files /dev/null and b/priv/items/0a032b00.txt differ diff --git a/priv/items/0a032c00.txt b/priv/items/0a032c00.txt new file mode 100644 index 0000000..86acb07 Binary files /dev/null and b/priv/items/0a032c00.txt differ diff --git a/priv/items/0a032d00.txt b/priv/items/0a032d00.txt new file mode 100644 index 0000000..2cf71ac Binary files /dev/null and b/priv/items/0a032d00.txt differ diff --git a/priv/items/0a032e00.txt b/priv/items/0a032e00.txt new file mode 100644 index 0000000..9d65b40 Binary files /dev/null and b/priv/items/0a032e00.txt differ diff --git a/priv/items/0a032f00.txt b/priv/items/0a032f00.txt new file mode 100644 index 0000000..239232a Binary files /dev/null and b/priv/items/0a032f00.txt differ diff --git a/priv/items/0a033000.txt b/priv/items/0a033000.txt new file mode 100644 index 0000000..86acb07 Binary files /dev/null and b/priv/items/0a033000.txt differ diff --git a/priv/items/0a033100.txt b/priv/items/0a033100.txt new file mode 100644 index 0000000..e377f41 Binary files /dev/null and b/priv/items/0a033100.txt differ diff --git a/priv/items/0a033200.txt b/priv/items/0a033200.txt new file mode 100644 index 0000000..47f32b1 Binary files /dev/null and b/priv/items/0a033200.txt differ diff --git a/priv/items/0a033300.txt b/priv/items/0a033300.txt new file mode 100644 index 0000000..a3a7533 Binary files /dev/null and b/priv/items/0a033300.txt differ diff --git a/priv/items/0a060000.txt b/priv/items/0a060000.txt new file mode 100644 index 0000000..494db2e Binary files /dev/null and b/priv/items/0a060000.txt differ diff --git a/priv/items/0a060100.txt b/priv/items/0a060100.txt new file mode 100644 index 0000000..c24c5f5 Binary files /dev/null and b/priv/items/0a060100.txt differ diff --git a/priv/items/0a060200.txt b/priv/items/0a060200.txt new file mode 100644 index 0000000..f2f036f Binary files /dev/null and b/priv/items/0a060200.txt differ diff --git a/priv/items/0a060300.txt b/priv/items/0a060300.txt new file mode 100644 index 0000000..447c682 Binary files /dev/null and b/priv/items/0a060300.txt differ diff --git a/priv/items/0a060400.txt b/priv/items/0a060400.txt new file mode 100644 index 0000000..1661b19 Binary files /dev/null and b/priv/items/0a060400.txt differ diff --git a/priv/items/0a060500.txt b/priv/items/0a060500.txt new file mode 100644 index 0000000..1339848 Binary files /dev/null and b/priv/items/0a060500.txt differ diff --git a/priv/items/0a060600.txt b/priv/items/0a060600.txt new file mode 100644 index 0000000..2f7c021 Binary files /dev/null and b/priv/items/0a060600.txt differ diff --git a/priv/items/0a060700.txt b/priv/items/0a060700.txt new file mode 100644 index 0000000..f2f036f Binary files /dev/null and b/priv/items/0a060700.txt differ diff --git a/priv/items/0a060800.txt b/priv/items/0a060800.txt new file mode 100644 index 0000000..7350f5d Binary files /dev/null and b/priv/items/0a060800.txt differ diff --git a/priv/items/0a060900.txt b/priv/items/0a060900.txt new file mode 100644 index 0000000..ae19e28 Binary files /dev/null and b/priv/items/0a060900.txt differ diff --git a/priv/items/0a060a00.txt b/priv/items/0a060a00.txt new file mode 100644 index 0000000..ae19e28 Binary files /dev/null and b/priv/items/0a060a00.txt differ diff --git a/priv/items/0a060b00.txt b/priv/items/0a060b00.txt new file mode 100644 index 0000000..128b2dd Binary files /dev/null and b/priv/items/0a060b00.txt differ diff --git a/priv/items/0a060c00.txt b/priv/items/0a060c00.txt new file mode 100644 index 0000000..b38b4cb Binary files /dev/null and b/priv/items/0a060c00.txt differ diff --git a/priv/items/0a060d00.txt b/priv/items/0a060d00.txt new file mode 100644 index 0000000..e96174a Binary files /dev/null and b/priv/items/0a060d00.txt differ diff --git a/priv/items/0c010000.txt b/priv/items/0c010000.txt new file mode 100644 index 0000000..9507686 Binary files /dev/null and b/priv/items/0c010000.txt differ diff --git a/priv/items/0c010100.txt b/priv/items/0c010100.txt new file mode 100644 index 0000000..e4e579a Binary files /dev/null and b/priv/items/0c010100.txt differ diff --git a/priv/items/0c010200.txt b/priv/items/0c010200.txt new file mode 100644 index 0000000..e8ce2b6 Binary files /dev/null and b/priv/items/0c010200.txt differ diff --git a/priv/items/0c010300.txt b/priv/items/0c010300.txt new file mode 100644 index 0000000..16d9148 Binary files /dev/null and b/priv/items/0c010300.txt differ diff --git a/priv/items/0c010400.txt b/priv/items/0c010400.txt new file mode 100644 index 0000000..da94db9 Binary files /dev/null and b/priv/items/0c010400.txt differ diff --git a/priv/items/0c010500.txt b/priv/items/0c010500.txt new file mode 100644 index 0000000..871a164 Binary files /dev/null and b/priv/items/0c010500.txt differ diff --git a/priv/items/0c010600.txt b/priv/items/0c010600.txt new file mode 100644 index 0000000..eb377a6 Binary files /dev/null and b/priv/items/0c010600.txt differ diff --git a/priv/items/0c010700.txt b/priv/items/0c010700.txt new file mode 100644 index 0000000..4244d20 Binary files /dev/null and b/priv/items/0c010700.txt differ diff --git a/priv/items/0c010800.txt b/priv/items/0c010800.txt new file mode 100644 index 0000000..fb5aa32 Binary files /dev/null and b/priv/items/0c010800.txt differ diff --git a/priv/items/0c020000.txt b/priv/items/0c020000.txt new file mode 100644 index 0000000..bde955e Binary files /dev/null and b/priv/items/0c020000.txt differ diff --git a/priv/items/0c020100.txt b/priv/items/0c020100.txt new file mode 100644 index 0000000..d6f9b31 Binary files /dev/null and b/priv/items/0c020100.txt differ diff --git a/priv/items/0c020200.txt b/priv/items/0c020200.txt new file mode 100644 index 0000000..49f240c Binary files /dev/null and b/priv/items/0c020200.txt differ diff --git a/priv/items/0c020300.txt b/priv/items/0c020300.txt new file mode 100644 index 0000000..a31549e Binary files /dev/null and b/priv/items/0c020300.txt differ diff --git a/priv/items/0c020400.txt b/priv/items/0c020400.txt new file mode 100644 index 0000000..5711692 Binary files /dev/null and b/priv/items/0c020400.txt differ diff --git a/priv/items/0c020500.txt b/priv/items/0c020500.txt new file mode 100644 index 0000000..821747f Binary files /dev/null and b/priv/items/0c020500.txt differ diff --git a/priv/items/0c020600.txt b/priv/items/0c020600.txt new file mode 100644 index 0000000..8fc28be Binary files /dev/null and b/priv/items/0c020600.txt differ diff --git a/priv/items/0c020700.txt b/priv/items/0c020700.txt new file mode 100644 index 0000000..68e44af Binary files /dev/null and b/priv/items/0c020700.txt differ diff --git a/priv/items/0c020800.txt b/priv/items/0c020800.txt new file mode 100644 index 0000000..15afb60 Binary files /dev/null and b/priv/items/0c020800.txt differ diff --git a/priv/items/0c020900.txt b/priv/items/0c020900.txt new file mode 100644 index 0000000..e57e69a Binary files /dev/null and b/priv/items/0c020900.txt differ diff --git a/priv/items/0c020a00.txt b/priv/items/0c020a00.txt new file mode 100644 index 0000000..db9f897 Binary files /dev/null and b/priv/items/0c020a00.txt differ diff --git a/priv/items/0c020b00.txt b/priv/items/0c020b00.txt new file mode 100644 index 0000000..361ce49 Binary files /dev/null and b/priv/items/0c020b00.txt differ diff --git a/priv/items/11010000.txt b/priv/items/11010000.txt new file mode 100644 index 0000000..01880e5 Binary files /dev/null and b/priv/items/11010000.txt differ diff --git a/priv/items/11020000.txt b/priv/items/11020000.txt new file mode 100644 index 0000000..3483264 Binary files /dev/null and b/priv/items/11020000.txt differ diff --git a/priv/items/11020100.txt b/priv/items/11020100.txt new file mode 100644 index 0000000..5f42d90 Binary files /dev/null and b/priv/items/11020100.txt differ diff --git a/priv/items/11020200.txt b/priv/items/11020200.txt new file mode 100644 index 0000000..e321a87 Binary files /dev/null and b/priv/items/11020200.txt differ diff --git a/src/egs_game.erl b/src/egs_game.erl index 47a90da..6849bba 100644 --- a/src/egs_game.erl +++ b/src/egs_game.erl @@ -359,10 +359,12 @@ event({hits, Hits}, State) -> %% @todo Send something other than just "dammy". event({item_description_request, ItemID}, _State) -> - case proplists:get_value(ItemID, ?ITEMS) of - undefined -> psu_game:send_0a11(ItemID, "Always bet on Dammy."); - #psu_item{description=Desc} -> psu_game:send_0a11(ItemID, Desc) - end; + Filename = io_lib:format("priv/items/~8.16.0b.txt", [ItemID]), + Desc = case filelib:is_regular(Filename) of + false -> << << X:8, 0:8 >> || X <- "Always bet on Dammy." >>; + true -> {ok, File} = file:read_file(Filename), File + end, + psu_game:send_0a11(ItemID, Desc); %% @todo A and B are unknown. %% Melee uses a format similar to: AAAA--BBCCCC----DDDDDDDDEE----FF with diff --git a/src/psu/psu_game.erl b/src/psu/psu_game.erl index c42a921..f378456 100644 --- a/src/psu/psu_game.erl +++ b/src/psu/psu_game.erl @@ -500,9 +500,8 @@ build_item_constants(#psu_special_item{}) -> %% @doc Item description. send_0a11(ItemID, ItemDesc) -> - Size = 1 + length(ItemDesc), - UCS2Desc = << << X:8, 0:8 >> || X <- ItemDesc >>, - send(<< (header(16#0a11))/binary, ItemID:32/unsigned-integer, Size:32/little-unsigned-integer, UCS2Desc/binary, 0:16 >>). + Size = 1 + byte_size(ItemDesc), + send(<< (header(16#0a11))/binary, ItemID:32/unsigned-integer, Size:32/little-unsigned-integer, ItemDesc/binary, 0:16 >>). %% @todo Figure out last 4 bytes! send_0c02() ->