├── .gitattributes ├── .gitignore ├── item_rev ├── change-log.txt ├── components │ ├── backstabbing.tpa │ ├── critical_hits.tpa │ ├── druid_usability.tpa │ ├── dual_wielding.tpa │ ├── enchantment_speed_factor.tpa │ ├── halberds.tpa │ ├── item_reallocation.tpa │ ├── items_of_protection.tpa │ ├── kensai_use_bracers.tpa │ ├── main │ │ ├── 1pp.tpa │ │ ├── 1pp │ │ │ ├── flaming_swords │ │ │ │ ├── wqlfsa1.bam │ │ │ │ ├── wqlfsa3.bam │ │ │ │ ├── wqlfsa5.bam │ │ │ │ ├── wqlfsa7.bam │ │ │ │ ├── wqlfsa8.bam │ │ │ │ ├── wqlfsa9.bam │ │ │ │ ├── wqlfsg1.bam │ │ │ │ ├── wqlfsoa7.bam │ │ │ │ ├── wqlfsoa8.bam │ │ │ │ ├── wqlfsoa9.bam │ │ │ │ ├── wqlfsog1.bam │ │ │ │ ├── wqmfsa1.bam │ │ │ │ ├── wqmfsa3.bam │ │ │ │ ├── wqmfsa5.bam │ │ │ │ ├── wqmfsa7.bam │ │ │ │ ├── wqmfsa8.bam │ │ │ │ ├── wqmfsa9.bam │ │ │ │ ├── wqmfsg1.bam │ │ │ │ ├── wqmfsoa7.bam │ │ │ │ ├── wqmfsoa8.bam │ │ │ │ ├── wqmfsoa9.bam │ │ │ │ ├── wqmfsog1.bam │ │ │ │ ├── wqnfsa1.bam │ │ │ │ ├── wqnfsa3.bam │ │ │ │ ├── wqnfsa5.bam │ │ │ │ ├── wqnfsa7.bam │ │ │ │ ├── wqnfsa8.bam │ │ │ │ ├── wqnfsa9.bam │ │ │ │ ├── wqnfsg1.bam │ │ │ │ ├── wqnfsoa7.bam │ │ │ │ ├── wqnfsoa8.bam │ │ │ │ ├── wqnfsoa9.bam │ │ │ │ ├── wqnfsog1.bam │ │ │ │ ├── wqsfsa1.bam │ │ │ │ ├── wqsfsa3.bam │ │ │ │ ├── wqsfsa5.bam │ │ │ │ ├── wqsfsa7.bam │ │ │ │ ├── wqsfsa8.bam │ │ │ │ ├── wqsfsa9.bam │ │ │ │ ├── wqsfsg1.bam │ │ │ │ ├── wqsfsoa7.bam │ │ │ │ ├── wqsfsoa8.bam │ │ │ │ ├── wqsfsoa9.bam │ │ │ │ └── wqsfsog1.bam │ │ │ ├── helmets │ │ │ │ ├── WPLH0INV.BAM │ │ │ │ ├── WPLH1INV.BAM │ │ │ │ ├── WPLH2INV.BAM │ │ │ │ ├── WPLH3INV.BAM │ │ │ │ ├── WPLH4INV.BAM │ │ │ │ ├── WPLH5INV.BAM │ │ │ │ ├── WPMH0INV.BAM │ │ │ │ ├── WPMH1INV.BAM │ │ │ │ ├── WPMH2INV.BAM │ │ │ │ ├── WPMH3INV.BAM │ │ │ │ ├── WPMH4INV.BAM │ │ │ │ ├── WPMH5INV.BAM │ │ │ │ ├── WPNH0INV.BAM │ │ │ │ ├── WPNH1INV.BAM │ │ │ │ ├── WPNH2INV.BAM │ │ │ │ ├── WPNH3INV.BAM │ │ │ │ ├── WPNH4INV.BAM │ │ │ │ ├── WPNH5INV.BAM │ │ │ │ ├── WPSH0INV.BAM │ │ │ │ ├── WPSH1INV.BAM │ │ │ │ ├── WPSH2INV.BAM │ │ │ │ ├── WPSH3INV.BAM │ │ │ │ ├── WPSH4INV.BAM │ │ │ │ └── WPSH5INV.BAM │ │ │ ├── shields │ │ │ │ ├── 1PP original c5 │ │ │ │ │ ├── WPHC5INV.bam │ │ │ │ │ ├── WPLC5INV.bam │ │ │ │ │ ├── WPMC5INV.bam │ │ │ │ │ ├── WPNC5INV.bam │ │ │ │ │ ├── WPSC5INV.bam │ │ │ │ │ ├── WQLC5A1.BAM │ │ │ │ │ ├── WQLC5A3.BAM │ │ │ │ │ ├── WQLC5A5.BAM │ │ │ │ │ ├── WQLC5G1.BAM │ │ │ │ │ ├── WQLC5SS.BAM │ │ │ │ │ ├── WQMC5A1.BAM │ │ │ │ │ ├── WQMC5A3.BAM │ │ │ │ │ ├── WQMC5A5.BAM │ │ │ │ │ ├── WQMC5G1.BAM │ │ │ │ │ ├── WQMC5SS.BAM │ │ │ │ │ ├── WQNC5A1.BAM │ │ │ │ │ ├── WQNC5A3.BAM │ │ │ │ │ ├── WQNC5A5.BAM │ │ │ │ │ ├── WQNC5G1.BAM │ │ │ │ │ ├── WQNC5SS.BAM │ │ │ │ │ ├── WQSC5A1.BAM │ │ │ │ │ ├── WQSC5A3.BAM │ │ │ │ │ ├── WQSC5A5.BAM │ │ │ │ │ ├── WQSC5G1.BAM │ │ │ │ │ └── WQSC5SS.BAM │ │ │ │ ├── c0_bg2_small │ │ │ │ │ ├── WPHC0INV.bam │ │ │ │ │ ├── WPLC0INV.bam │ │ │ │ │ ├── WPMC0INV.bam │ │ │ │ │ ├── WPNC0INV.bam │ │ │ │ │ ├── WPSC0INV.bam │ │ │ │ │ ├── WQLC0A1.BAM │ │ │ │ │ ├── WQLC0A3.BAM │ │ │ │ │ ├── WQLC0A5.BAM │ │ │ │ │ ├── WQLC0G1.BAM │ │ │ │ │ ├── WQLC0SS.BAM │ │ │ │ │ ├── WQMC0A1.BAM │ │ │ │ │ ├── WQMC0A3.BAM │ │ │ │ │ ├── WQMC0A5.BAM │ │ │ │ │ ├── WQMC0G1.BAM │ │ │ │ │ ├── WQMC0SS.BAM │ │ │ │ │ ├── WQNC0A1.BAM │ │ │ │ │ ├── WQNC0A3.BAM │ │ │ │ │ ├── WQNC0A5.BAM │ │ │ │ │ ├── WQNC0G1.BAM │ │ │ │ │ ├── WQNC0SS.BAM │ │ │ │ │ ├── WQSC0A1.BAM │ │ │ │ │ ├── WQSC0A3.BAM │ │ │ │ │ ├── WQSC0A5.BAM │ │ │ │ │ ├── WQSC0G1.BAM │ │ │ │ │ └── WQSC0SS.BAM │ │ │ │ ├── c1_bg2_medium │ │ │ │ │ ├── WPHC1INV.bam │ │ │ │ │ ├── WPLC1INV.bam │ │ │ │ │ ├── WPMC1INV.bam │ │ │ │ │ ├── WPNC1INV.bam │ │ │ │ │ ├── WPSC1INV.bam │ │ │ │ │ ├── WQLC1A1.BAM │ │ │ │ │ ├── WQLC1A3.BAM │ │ │ │ │ ├── WQLC1A5.BAM │ │ │ │ │ ├── WQLC1G1.BAM │ │ │ │ │ ├── WQLC1SS.BAM │ │ │ │ │ ├── WQMC1A1.BAM │ │ │ │ │ ├── WQMC1A3.BAM │ │ │ │ │ ├── WQMC1A5.BAM │ │ │ │ │ ├── WQMC1G1.BAM │ │ │ │ │ ├── WQMC1SS.BAM │ │ │ │ │ ├── WQNC1A1.BAM │ │ │ │ │ ├── WQNC1A3.BAM │ │ │ │ │ ├── WQNC1A5.BAM │ │ │ │ │ ├── WQNC1G1.BAM │ │ │ │ │ ├── WQNC1SS.BAM │ │ │ │ │ ├── WQSC1A1.BAM │ │ │ │ │ ├── WQSC1A3.BAM │ │ │ │ │ ├── WQSC1A5.BAM │ │ │ │ │ ├── WQSC1G1.BAM │ │ │ │ │ └── WQSC1SS.BAM │ │ │ │ ├── c2_bg2_large │ │ │ │ │ ├── WPHC2INV.bam │ │ │ │ │ ├── WPLC2INV.bam │ │ │ │ │ ├── WPMC2INV.bam │ │ │ │ │ ├── WPNC2INV.bam │ │ │ │ │ ├── WPSC2INV.bam │ │ │ │ │ ├── WQLC2A1.BAM │ │ │ │ │ ├── WQLC2A3.BAM │ │ │ │ │ ├── WQLC2A5.BAM │ │ │ │ │ ├── WQLC2G1.BAM │ │ │ │ │ ├── WQLC2SS.BAM │ │ │ │ │ ├── WQMC2A1.BAM │ │ │ │ │ ├── WQMC2A3.BAM │ │ │ │ │ ├── WQMC2A5.BAM │ │ │ │ │ ├── WQMC2G1.BAM │ │ │ │ │ ├── WQMC2SS.BAM │ │ │ │ │ ├── WQNC2A1.BAM │ │ │ │ │ ├── WQNC2A3.BAM │ │ │ │ │ ├── WQNC2A5.BAM │ │ │ │ │ ├── WQNC2G1.BAM │ │ │ │ │ ├── WQNC2SS.BAM │ │ │ │ │ ├── WQSC2A1.BAM │ │ │ │ │ ├── WQSC2A3.BAM │ │ │ │ │ ├── WQSC2A5.BAM │ │ │ │ │ ├── WQSC2G1.BAM │ │ │ │ │ └── WQSC2SS.BAM │ │ │ │ ├── c3_bg2_medium2 │ │ │ │ │ ├── WPHC3INV.bam │ │ │ │ │ ├── WPLC3INV.bam │ │ │ │ │ ├── WPMC3INV.bam │ │ │ │ │ ├── WPNC3INV.bam │ │ │ │ │ ├── WPSC3INV.bam │ │ │ │ │ ├── WQLC3A1.BAM │ │ │ │ │ ├── WQLC3A3.BAM │ │ │ │ │ ├── WQLC3A5.BAM │ │ │ │ │ ├── WQLC3G1.BAM │ │ │ │ │ ├── WQLC3SS.BAM │ │ │ │ │ ├── WQMC3A1.BAM │ │ │ │ │ ├── WQMC3A3.BAM │ │ │ │ │ ├── WQMC3A5.BAM │ │ │ │ │ ├── WQMC3G1.BAM │ │ │ │ │ ├── WQMC3SS.BAM │ │ │ │ │ ├── WQNC3A1.BAM │ │ │ │ │ ├── WQNC3A3.BAM │ │ │ │ │ ├── WQNC3A5.BAM │ │ │ │ │ ├── WQNC3G1.BAM │ │ │ │ │ ├── WQNC3SS.BAM │ │ │ │ │ ├── WQSC3A1.BAM │ │ │ │ │ ├── WQSC3A3.BAM │ │ │ │ │ ├── WQSC3A5.BAM │ │ │ │ │ ├── WQSC3G1.BAM │ │ │ │ │ └── WQSC3SS.BAM │ │ │ │ ├── c4_bg2_buckler │ │ │ │ │ ├── WPHC4INV.bam │ │ │ │ │ ├── WPLC4INV.bam │ │ │ │ │ ├── WPMC4INV.bam │ │ │ │ │ ├── WPNC4INV.bam │ │ │ │ │ ├── WPSC4INV.bam │ │ │ │ │ ├── WQLC4A1.BAM │ │ │ │ │ ├── WQLC4A3.BAM │ │ │ │ │ ├── WQLC4A5.BAM │ │ │ │ │ ├── WQLC4G1.BAM │ │ │ │ │ ├── WQLC4SS.BAM │ │ │ │ │ ├── WQMC4A1.BAM │ │ │ │ │ ├── WQMC4A3.BAM │ │ │ │ │ ├── WQMC4A5.BAM │ │ │ │ │ ├── WQMC4G1.BAM │ │ │ │ │ ├── WQMC4SS.BAM │ │ │ │ │ ├── WQNC4A1.BAM │ │ │ │ │ ├── WQNC4A3.BAM │ │ │ │ │ ├── WQNC4A5.BAM │ │ │ │ │ ├── WQNC4G1.BAM │ │ │ │ │ ├── WQNC4SS.BAM │ │ │ │ │ ├── WQSC4A1.BAM │ │ │ │ │ ├── WQSC4A3.BAM │ │ │ │ │ ├── WQSC4A5.BAM │ │ │ │ │ ├── WQSC4G1.BAM │ │ │ │ │ └── WQSC4SS.BAM │ │ │ │ ├── c5_bg2_small2 │ │ │ │ │ ├── WPHC5INV.bam │ │ │ │ │ ├── WPLC5INV.bam │ │ │ │ │ ├── WPMC5INV.bam │ │ │ │ │ ├── WPNC5INV.bam │ │ │ │ │ ├── WPSC5INV.bam │ │ │ │ │ ├── WQLC5A1.BAM │ │ │ │ │ ├── WQLC5A3.BAM │ │ │ │ │ ├── WQLC5A5.BAM │ │ │ │ │ ├── WQLC5G1.BAM │ │ │ │ │ ├── WQLC5SS.BAM │ │ │ │ │ ├── WQMC5A1.BAM │ │ │ │ │ ├── WQMC5A3.BAM │ │ │ │ │ ├── WQMC5A5.BAM │ │ │ │ │ ├── WQMC5G1.BAM │ │ │ │ │ ├── WQMC5SS.BAM │ │ │ │ │ ├── WQNC5A1.BAM │ │ │ │ │ ├── WQNC5A3.BAM │ │ │ │ │ ├── WQNC5A5.BAM │ │ │ │ │ ├── WQNC5G1.BAM │ │ │ │ │ ├── WQNC5SS.BAM │ │ │ │ │ ├── WQSC5A1.BAM │ │ │ │ │ ├── WQSC5A3.BAM │ │ │ │ │ ├── WQSC5A5.BAM │ │ │ │ │ ├── WQSC5G1.BAM │ │ │ │ │ └── WQSC5SS.BAM │ │ │ │ ├── c6_bg2_large2 │ │ │ │ │ ├── WPHC6INV.bam │ │ │ │ │ ├── WPLC6INV.bam │ │ │ │ │ ├── WPMC6INV.bam │ │ │ │ │ ├── WPNC6INV.bam │ │ │ │ │ ├── WPSC6INV.bam │ │ │ │ │ ├── WQLC6A1.BAM │ │ │ │ │ ├── WQLC6A3.BAM │ │ │ │ │ ├── WQLC6A5.BAM │ │ │ │ │ ├── WQLC6G1.BAM │ │ │ │ │ ├── WQLC6SS.BAM │ │ │ │ │ ├── WQMC6A1.BAM │ │ │ │ │ ├── WQMC6A3.BAM │ │ │ │ │ ├── WQMC6A5.BAM │ │ │ │ │ ├── WQMC6G1.BAM │ │ │ │ │ ├── WQMC6SS.BAM │ │ │ │ │ ├── WQNC6A1.BAM │ │ │ │ │ ├── WQNC6A3.BAM │ │ │ │ │ ├── WQNC6A5.BAM │ │ │ │ │ ├── WQNC6G1.BAM │ │ │ │ │ ├── WQNC6SS.BAM │ │ │ │ │ ├── WQSC6A1.BAM │ │ │ │ │ ├── WQSC6A3.BAM │ │ │ │ │ ├── WQSC6A5.BAM │ │ │ │ │ ├── WQSC6G1.BAM │ │ │ │ │ └── WQSC6SS.BAM │ │ │ │ ├── c7_bg2_scale │ │ │ │ │ ├── WPHC7INV.bam │ │ │ │ │ ├── WPLC7INV.bam │ │ │ │ │ ├── WPMC7INV.bam │ │ │ │ │ ├── WPNC7INV.bam │ │ │ │ │ ├── WPSC7INV.bam │ │ │ │ │ ├── WQLC7A1.BAM │ │ │ │ │ ├── WQLC7A3.BAM │ │ │ │ │ ├── WQLC7A5.BAM │ │ │ │ │ ├── WQLC7G1.BAM │ │ │ │ │ ├── WQLC7SS.BAM │ │ │ │ │ ├── WQMC7A1.BAM │ │ │ │ │ ├── WQMC7A3.BAM │ │ │ │ │ ├── WQMC7A5.BAM │ │ │ │ │ ├── WQMC7G1.BAM │ │ │ │ │ ├── WQMC7SS.BAM │ │ │ │ │ ├── WQNC7A1.BAM │ │ │ │ │ ├── WQNC7A3.BAM │ │ │ │ │ ├── WQNC7A5.BAM │ │ │ │ │ ├── WQNC7G1.BAM │ │ │ │ │ ├── WQNC7SS.BAM │ │ │ │ │ ├── WQSC7A1.BAM │ │ │ │ │ ├── WQSC7A3.BAM │ │ │ │ │ ├── WQSC7A5.BAM │ │ │ │ │ ├── WQSC7G1.BAM │ │ │ │ │ └── WQSC7SS.BAM │ │ │ │ ├── d1_bg1_buckler │ │ │ │ │ ├── WQLD1A1.BAM │ │ │ │ │ ├── WQLD1A3.BAM │ │ │ │ │ ├── WQLD1A5.BAM │ │ │ │ │ ├── WQLD1G1.BAM │ │ │ │ │ ├── WQLD1SS.BAM │ │ │ │ │ ├── WQMD1A1.BAM │ │ │ │ │ ├── WQMD1A3.BAM │ │ │ │ │ ├── WQMD1A5.BAM │ │ │ │ │ ├── WQMD1G1.BAM │ │ │ │ │ ├── WQMD1SS.BAM │ │ │ │ │ ├── WQND1A1.BAM │ │ │ │ │ ├── WQND1A3.BAM │ │ │ │ │ ├── WQND1A5.BAM │ │ │ │ │ ├── WQND1G1.BAM │ │ │ │ │ ├── WQND1SS.BAM │ │ │ │ │ ├── WQSD1A1.BAM │ │ │ │ │ ├── WQSD1A3.BAM │ │ │ │ │ ├── WQSD1A5.BAM │ │ │ │ │ ├── WQSD1G1.BAM │ │ │ │ │ └── WQSD1SS.BAM │ │ │ │ ├── d2_bg1_small │ │ │ │ │ ├── WQLD2A1.BAM │ │ │ │ │ ├── WQLD2A3.BAM │ │ │ │ │ ├── WQLD2A5.BAM │ │ │ │ │ ├── WQLD2G1.BAM │ │ │ │ │ ├── WQLD2SS.BAM │ │ │ │ │ ├── WQMD2A1.BAM │ │ │ │ │ ├── WQMD2A3.BAM │ │ │ │ │ ├── WQMD2A5.BAM │ │ │ │ │ ├── WQMD2G1.BAM │ │ │ │ │ ├── WQMD2SS.BAM │ │ │ │ │ ├── WQND2A1.BAM │ │ │ │ │ ├── WQND2A3.BAM │ │ │ │ │ ├── WQND2A5.BAM │ │ │ │ │ ├── WQND2G1.BAM │ │ │ │ │ ├── WQND2SS.BAM │ │ │ │ │ ├── WQSD2A1.BAM │ │ │ │ │ ├── WQSD2A3.BAM │ │ │ │ │ ├── WQSD2A5.BAM │ │ │ │ │ ├── WQSD2G1.BAM │ │ │ │ │ └── WQSD2SS.BAM │ │ │ │ ├── d3_bg1_medium │ │ │ │ │ ├── WQLD3A1.BAM │ │ │ │ │ ├── WQLD3A3.BAM │ │ │ │ │ ├── WQLD3A5.BAM │ │ │ │ │ ├── WQLD3G1.BAM │ │ │ │ │ ├── WQLD3SS.BAM │ │ │ │ │ ├── WQMD3A1.BAM │ │ │ │ │ ├── WQMD3A3.BAM │ │ │ │ │ ├── WQMD3A5.BAM │ │ │ │ │ ├── WQMD3G1.BAM │ │ │ │ │ ├── WQMD3SS.BAM │ │ │ │ │ ├── WQND3A1.BAM │ │ │ │ │ ├── WQND3A3.BAM │ │ │ │ │ ├── WQND3A5.BAM │ │ │ │ │ ├── WQND3G1.BAM │ │ │ │ │ ├── WQND3SS.BAM │ │ │ │ │ ├── WQSD3A1.BAM │ │ │ │ │ ├── WQSD3A3.BAM │ │ │ │ │ ├── WQSD3A5.BAM │ │ │ │ │ ├── WQSD3G1.BAM │ │ │ │ │ └── WQSD3SS.BAM │ │ │ │ └── d4_bg1_large │ │ │ │ │ ├── WQLD4A1.BAM │ │ │ │ │ ├── WQLD4A3.BAM │ │ │ │ │ ├── WQLD4A5.BAM │ │ │ │ │ ├── WQLD4G1.bam │ │ │ │ │ ├── WQLD4SS.BAM │ │ │ │ │ ├── WQMD4A1.BAM │ │ │ │ │ ├── WQMD4A3.BAM │ │ │ │ │ ├── WQMD4A5.BAM │ │ │ │ │ ├── WQMD4G1.bam │ │ │ │ │ ├── WQMD4SS.BAM │ │ │ │ │ ├── WQND4A1.BAM │ │ │ │ │ ├── WQND4A3.BAM │ │ │ │ │ ├── WQND4A5.BAM │ │ │ │ │ ├── WQND4G1.BAM │ │ │ │ │ ├── WQND4SS.BAM │ │ │ │ │ ├── WQSD4A1.BAM │ │ │ │ │ ├── WQSD4A3.BAM │ │ │ │ │ ├── WQSD4A5.BAM │ │ │ │ │ ├── WQSD4G1.bam │ │ │ │ │ └── WQSD4SS.BAM │ │ │ ├── v2 │ │ │ │ ├── CDMC1INV.BAM │ │ │ │ ├── CDMC1INV.PLT │ │ │ │ ├── CDMC2INV.BAM │ │ │ │ ├── CDMC2INV.PLT │ │ │ │ ├── CDMC3INV.BAM │ │ │ │ ├── CDMC3INV.PLT │ │ │ │ ├── CDMC4INV.BAM │ │ │ │ ├── CDMC4INV.PLT │ │ │ │ ├── CDMF1INV.BAM │ │ │ │ ├── CDMF1INV.PLT │ │ │ │ ├── CDMF2INV.BAM │ │ │ │ ├── CDMF2INV.PLT │ │ │ │ ├── CDMF3INV.BAM │ │ │ │ ├── CDMF3INV.PLT │ │ │ │ ├── CDMF4INV.BAM │ │ │ │ ├── CDMF4INV.PLT │ │ │ │ ├── CDMT1INV.BAM │ │ │ │ ├── CDMT1INV.PLT │ │ │ │ ├── CDMT2INV.BAM │ │ │ │ ├── CDMT2INV.PLT │ │ │ │ ├── CDMW1INV.BAM │ │ │ │ ├── CDMW1INV.PLT │ │ │ │ ├── CDMW2INV.BAM │ │ │ │ ├── CDMW2INV.PLT │ │ │ │ ├── CDMW3INV.BAM │ │ │ │ ├── CDMW3INV.PLT │ │ │ │ ├── CDMW4INV.BAM │ │ │ │ ├── CDMW4INV.PLT │ │ │ │ ├── CEFC1INV.BAM │ │ │ │ ├── CEFC1INV.PLT │ │ │ │ ├── CEFC2INV.BAM │ │ │ │ ├── CEFC2INV.PLT │ │ │ │ ├── CEFC3INV.BAM │ │ │ │ ├── CEFC3INV.PLT │ │ │ │ ├── CEFC4INV.BAM │ │ │ │ ├── CEFC4INV.PLT │ │ │ │ ├── CEFF1INV.BAM │ │ │ │ ├── CEFF1INV.PLT │ │ │ │ ├── CEFF2INV.BAM │ │ │ │ ├── CEFF2INV.PLT │ │ │ │ ├── CEFF3INV.BAM │ │ │ │ ├── CEFF3INV.PLT │ │ │ │ ├── CEFF4INV.BAM │ │ │ │ ├── CEFF4INV.PLT │ │ │ │ ├── CEFT1INV.BAM │ │ │ │ ├── CEFT1INV.PLT │ │ │ │ ├── CEFT2INV.BAM │ │ │ │ ├── CEFT2INV.PLT │ │ │ │ ├── CEFW1INV.BAM │ │ │ │ ├── CEFW1INV.PLT │ │ │ │ ├── CEFW2INV.BAM │ │ │ │ ├── CEFW2INV.PLT │ │ │ │ ├── CEFW3INV.BAM │ │ │ │ ├── CEFW3INV.PLT │ │ │ │ ├── CEFW4INV.BAM │ │ │ │ ├── CEFW4INV.PLT │ │ │ │ ├── CEMC1INV.BAM │ │ │ │ ├── CEMC1INV.PLT │ │ │ │ ├── CEMC2INV.BAM │ │ │ │ ├── CEMC2INV.PLT │ │ │ │ ├── CEMC3INV.BAM │ │ │ │ ├── CEMC3INV.PLT │ │ │ │ ├── CEMC4INV.BAM │ │ │ │ ├── CEMC4INV.PLT │ │ │ │ ├── CEMF1INV.BAM │ │ │ │ ├── CEMF1INV.PLT │ │ │ │ ├── CEMF2INV.BAM │ │ │ │ ├── CEMF2INV.PLT │ │ │ │ ├── CEMF3INV.BAM │ │ │ │ ├── CEMF3INV.PLT │ │ │ │ ├── CEMF4INV.BAM │ │ │ │ ├── CEMF4INV.PLT │ │ │ │ ├── CEMT1INV.BAM │ │ │ │ ├── CEMT1INV.PLT │ │ │ │ ├── CEMT2INV.BAM │ │ │ │ ├── CEMT2INV.PLT │ │ │ │ ├── CEMW1INV.BAM │ │ │ │ ├── CEMW1INV.PLT │ │ │ │ ├── CEMW2INV.BAM │ │ │ │ ├── CEMW2INV.PLT │ │ │ │ ├── CEMW3INV.BAM │ │ │ │ ├── CEMW3INV.PLT │ │ │ │ ├── CEMW4INV.BAM │ │ │ │ ├── CEMW4INV.PLT │ │ │ │ ├── CHFC1INV.BAM │ │ │ │ ├── CHFC1INV.PLT │ │ │ │ ├── CHFC2INV.BAM │ │ │ │ ├── CHFC2INV.PLT │ │ │ │ ├── CHFC3INV.BAM │ │ │ │ ├── CHFC3INV.PLT │ │ │ │ ├── CHFC4INV.BAM │ │ │ │ ├── CHFC4INV.PLT │ │ │ │ ├── CHFF1INV.PLT │ │ │ │ ├── CHFF2INV.PLT │ │ │ │ ├── CHFF3INV.PLT │ │ │ │ ├── CHFF4INV.PLT │ │ │ │ ├── CHFT1INV.BAM │ │ │ │ ├── CHFT1INV.PLT │ │ │ │ ├── CHFT2INV.BAM │ │ │ │ ├── CHFT2INV.PLT │ │ │ │ ├── CHFW1INV.BAM │ │ │ │ ├── CHFW1INV.PLT │ │ │ │ ├── CHFW2INV.BAM │ │ │ │ ├── CHFW2INV.PLT │ │ │ │ ├── CHFW3INV.BAM │ │ │ │ ├── CHFW3INV.PLT │ │ │ │ ├── CHFW4INV.BAM │ │ │ │ ├── CHFW4INV.PLT │ │ │ │ ├── CHMC1INV.PLT │ │ │ │ ├── CHMC2INV.PLT │ │ │ │ ├── CHMC3INV.PLT │ │ │ │ ├── CHMC4INV.PLT │ │ │ │ ├── CHMF1INV.PLT │ │ │ │ ├── CHMF2INV.PLT │ │ │ │ ├── CHMF3INV.PLT │ │ │ │ ├── CHMF4INV.PLT │ │ │ │ ├── CHMM1INV.BAM │ │ │ │ ├── CHMM1INV.PLT │ │ │ │ ├── CHMT1INV.PLT │ │ │ │ ├── CHMT2INV.PLT │ │ │ │ ├── CHMW1INV.PLT │ │ │ │ ├── CHMW2INV.PLT │ │ │ │ ├── CHMW3INV.PLT │ │ │ │ ├── CHMW4INV.PLT │ │ │ │ ├── CIFC.PLT │ │ │ │ ├── CIFC1.PLT │ │ │ │ ├── CIFC1INV.BAM │ │ │ │ ├── CIFC1INV.PLT │ │ │ │ ├── CIFC2INV.BAM │ │ │ │ ├── CIFC2INV.PLT │ │ │ │ ├── CIFC3INV.BAM │ │ │ │ ├── CIFC3INV.PLT │ │ │ │ ├── CIFC4INV.BAM │ │ │ │ ├── CIFC4INV.PLT │ │ │ │ ├── CIFF1INV.BAM │ │ │ │ ├── CIFF1INV.PLT │ │ │ │ ├── CIFF2INV.BAM │ │ │ │ ├── CIFF2INV.PLT │ │ │ │ ├── CIFF3INV.BAM │ │ │ │ ├── CIFF3INV.PLT │ │ │ │ ├── CIFF4INV.BAM │ │ │ │ ├── CIFF4INV.PLT │ │ │ │ ├── CIFT1INV.BAM │ │ │ │ ├── CIFT1INV.PLT │ │ │ │ ├── CIFT2INV.BAM │ │ │ │ ├── CIFT2INV.PLT │ │ │ │ ├── CIMC1INV.BAM │ │ │ │ ├── CIMC1INV.PLT │ │ │ │ ├── CIMC2INV.BAM │ │ │ │ ├── CIMC2INV.PLT │ │ │ │ ├── CIMC3INV.BAM │ │ │ │ ├── CIMC3INV.PLT │ │ │ │ ├── CIMC4INV.BAM │ │ │ │ ├── CIMC4INV.PLT │ │ │ │ ├── CIMF1INV.BAM │ │ │ │ ├── CIMF1INV.PLT │ │ │ │ ├── CIMF2INV.BAM │ │ │ │ ├── CIMF2INV.PLT │ │ │ │ ├── CIMF3INV.BAM │ │ │ │ ├── CIMF3INV.PLT │ │ │ │ ├── CIMF4INV.BAM │ │ │ │ ├── CIMF4INV.PLT │ │ │ │ ├── CIMT1INV.BAM │ │ │ │ ├── CIMT1INV.PLT │ │ │ │ ├── CIMT2INV.BAM │ │ │ │ ├── CIMT2INV.PLT │ │ │ │ ├── WPHAXOIN.BAM │ │ │ │ ├── WPHD1INV.BAM │ │ │ │ ├── WPHD1INV.PLT │ │ │ │ ├── WPHD2INV.BAM │ │ │ │ ├── WPHD2INV.PLT │ │ │ │ ├── WPHD3INV.BAM │ │ │ │ ├── WPHD3INV.PLT │ │ │ │ ├── WPHD4INV.BAM │ │ │ │ ├── WPHD4INV.PLT │ │ │ │ ├── WPHDDOIN.BAM │ │ │ │ ├── WPHFLOIN.BAM │ │ │ │ ├── WPHFSINV.BAM │ │ │ │ ├── WPHFSOIN.BAM │ │ │ │ ├── WPHH0INV.BAM │ │ │ │ ├── WPHH1INV.BAM │ │ │ │ ├── WPHH2INV.BAM │ │ │ │ ├── WPHH3INV.BAM │ │ │ │ ├── WPHH4INV.BAM │ │ │ │ ├── WPHH5INV.BAM │ │ │ │ ├── WPHH6INV.BAM │ │ │ │ ├── WPHH7INV.BAM │ │ │ │ ├── WPHMCOIN.BAM │ │ │ │ ├── WPHMSOIN.BAM │ │ │ │ ├── WPHS1OIN.BAM │ │ │ │ ├── WPHS3INV.BAM │ │ │ │ ├── WPHS3OIN.BAM │ │ │ │ ├── WPHSCINV.BAM │ │ │ │ ├── WPHSCOIN.BAM │ │ │ │ ├── WPHSSOIN.BAM │ │ │ │ ├── WPHWHOIN.BAM │ │ │ │ ├── WPHWMOIN.BAM │ │ │ │ ├── WPLAXOIN.BAM │ │ │ │ ├── WPLD1INV.PLT │ │ │ │ ├── WPLD2INV.PLT │ │ │ │ ├── WPLD3INV.PLT │ │ │ │ ├── WPLD4INV.PLT │ │ │ │ ├── WPLDDOIN.BAM │ │ │ │ ├── WPLFLOIN.BAM │ │ │ │ ├── WPLFSINV.BAM │ │ │ │ ├── WPLFSOIN.BAM │ │ │ │ ├── WPLH0INV.PLT │ │ │ │ ├── WPLH1INV.PLT │ │ │ │ ├── WPLH2INV.PLT │ │ │ │ ├── WPLH3INV.PLT │ │ │ │ ├── WPLH4INV.PLT │ │ │ │ ├── WPLH5INV.PLT │ │ │ │ ├── WPLMCOIN.BAM │ │ │ │ ├── WPLMSOIN.BAM │ │ │ │ ├── WPLS1OIN.BAM │ │ │ │ ├── WPLS3INV.BAM │ │ │ │ ├── WPLS3OIN.BAM │ │ │ │ ├── WPLSCINV.BAM │ │ │ │ ├── WPLSCOIN.BAM │ │ │ │ ├── WPLSSOIN.BAM │ │ │ │ ├── WPLWHOIN.BAM │ │ │ │ ├── WPLWMOIN.BAM │ │ │ │ ├── WPMAXOIN.BAM │ │ │ │ ├── WPMD1INV.BAM │ │ │ │ ├── WPMD1INV.PLT │ │ │ │ ├── WPMD2INV.BAM │ │ │ │ ├── WPMD2INV.PLT │ │ │ │ ├── WPMD3INV.BAM │ │ │ │ ├── WPMD3INV.PLT │ │ │ │ ├── WPMD4INV.BAM │ │ │ │ ├── WPMD4INV.PLT │ │ │ │ ├── WPMDDOIN.BAM │ │ │ │ ├── WPMFLOIN.BAM │ │ │ │ ├── WPMFSINV.BAM │ │ │ │ ├── WPMFSOIN.BAM │ │ │ │ ├── WPMH0INV.BAM │ │ │ │ ├── WPMH0INV.PLT │ │ │ │ ├── WPMH1INV.BAM │ │ │ │ ├── WPMH1INV.PLT │ │ │ │ ├── WPMH2INV.BAM │ │ │ │ ├── WPMH2INV.PLT │ │ │ │ ├── WPMH3INV.BAM │ │ │ │ ├── WPMH3INV.PLT │ │ │ │ ├── WPMH4INV.BAM │ │ │ │ ├── WPMH4INV.PLT │ │ │ │ ├── WPMH5INV.BAM │ │ │ │ ├── WPMH5INV.PLT │ │ │ │ ├── WPMH6INV.BAM │ │ │ │ ├── WPMH7INV.BAM │ │ │ │ ├── WPMMCOIN.BAM │ │ │ │ ├── WPMMSOIN.BAM │ │ │ │ ├── WPMS1OIN.BAM │ │ │ │ ├── WPMS3INV.BAM │ │ │ │ ├── WPMS3OIN.BAM │ │ │ │ ├── WPMSCINV.BAM │ │ │ │ ├── WPMSCOIN.BAM │ │ │ │ ├── WPMSSOIN.BAM │ │ │ │ ├── WPMWHOIN.BAM │ │ │ │ ├── WPMWMOIN.BAM │ │ │ │ ├── WPNAXOIN.BAM │ │ │ │ ├── WPND1INV.BAM │ │ │ │ ├── WPND1INV.PLT │ │ │ │ ├── WPND2INV.BAM │ │ │ │ ├── WPND2INV.PLT │ │ │ │ ├── WPND3INV.BAM │ │ │ │ ├── WPND3INV.PLT │ │ │ │ ├── WPND4INV.BAM │ │ │ │ ├── WPND4INV.PLT │ │ │ │ ├── WPNDDOIN.BAM │ │ │ │ ├── WPNFLOIN.BAM │ │ │ │ ├── WPNFSINV.BAM │ │ │ │ ├── WPNFSOIN.BAM │ │ │ │ ├── WPNH0INV.BAM │ │ │ │ ├── WPNH0INV.PLT │ │ │ │ ├── WPNH1INV.BAM │ │ │ │ ├── WPNH1INV.PLT │ │ │ │ ├── WPNH2INV.BAM │ │ │ │ ├── WPNH2INV.PLT │ │ │ │ ├── WPNH3INV.BAM │ │ │ │ ├── WPNH3INV.PLT │ │ │ │ ├── WPNH4INV.BAM │ │ │ │ ├── WPNH4INV.PLT │ │ │ │ ├── WPNH5INV.BAM │ │ │ │ ├── WPNH5INV.PLT │ │ │ │ ├── WPNH6INV.BAM │ │ │ │ ├── WPNH7INV.BAM │ │ │ │ ├── WPNMCOIN.BAM │ │ │ │ ├── WPNMSOIN.BAM │ │ │ │ ├── WPNS1OIN.BAM │ │ │ │ ├── WPNS3INV.BAM │ │ │ │ ├── WPNS3OIN.BAM │ │ │ │ ├── WPNSCINV.BAM │ │ │ │ ├── WPNSCOIN.BAM │ │ │ │ ├── WPNSSOIN.BAM │ │ │ │ ├── WPNWHOIN.BAM │ │ │ │ ├── WPNWMOIN.BAM │ │ │ │ ├── WPSAXOIN.BAM │ │ │ │ ├── WPSD1INV.PLT │ │ │ │ ├── WPSD2INV.PLT │ │ │ │ ├── WPSD3INV.PLT │ │ │ │ ├── WPSD4INV.PLT │ │ │ │ ├── WPSDDOIN.BAM │ │ │ │ ├── WPSFLOIN.BAM │ │ │ │ ├── WPSFSINV.BAM │ │ │ │ ├── WPSFSOIN.BAM │ │ │ │ ├── WPSH0INV.BAM │ │ │ │ ├── WPSH0INV.PLT │ │ │ │ ├── WPSH1INV.BAM │ │ │ │ ├── WPSH1INV.PLT │ │ │ │ ├── WPSH2INV.BAM │ │ │ │ ├── WPSH2INV.PLT │ │ │ │ ├── WPSH3INV.BAM │ │ │ │ ├── WPSH3INV.PLT │ │ │ │ ├── WPSH4INV.BAM │ │ │ │ ├── WPSH4INV.PLT │ │ │ │ ├── WPSH5INV.BAM │ │ │ │ ├── WPSH5INV.PLT │ │ │ │ ├── WPSH6INV.BAM │ │ │ │ ├── WPSH7INV.BAM │ │ │ │ ├── WPSMCOIN.BAM │ │ │ │ ├── WPSMSOIN.BAM │ │ │ │ ├── WPSS1OIN.BAM │ │ │ │ ├── WPSS3INV.BAM │ │ │ │ ├── WPSS3OIN.BAM │ │ │ │ ├── WPSSCINV.BAM │ │ │ │ ├── WPSSCOIN.BAM │ │ │ │ ├── WPSSSOIN.BAM │ │ │ │ ├── WPSWHOIN.BAM │ │ │ │ └── WPSWMOIN.BAM │ │ │ └── v3_paperdolls │ │ │ │ ├── CDFC1INV.BAM │ │ │ │ ├── CDFC1INV.PLT │ │ │ │ ├── CDFC2INV.BAM │ │ │ │ ├── CDFC2INV.PLT │ │ │ │ ├── CDFC3INV.BAM │ │ │ │ ├── CDFC3INV.PLT │ │ │ │ ├── CDFC4INV.BAM │ │ │ │ ├── CDFC4INV.PLT │ │ │ │ ├── CDFF1INV.BAM │ │ │ │ ├── CDFF1INV.PLT │ │ │ │ ├── CDFF2INV.BAM │ │ │ │ ├── CDFF2INV.PLT │ │ │ │ ├── CDFF3INV.BAM │ │ │ │ ├── CDFF3INV.PLT │ │ │ │ ├── CDFF4INV.BAM │ │ │ │ ├── CDFF4INV.PLT │ │ │ │ ├── CDFT1INV.BAM │ │ │ │ ├── CDFT1INV.PLT │ │ │ │ ├── CDFT2INV.BAM │ │ │ │ ├── CDFT2INV.PLT │ │ │ │ ├── CDFW1INV.BAM │ │ │ │ ├── CDFW1INV.PLT │ │ │ │ ├── CDFW2INV.BAM │ │ │ │ ├── CDFW2INV.PLT │ │ │ │ ├── CDFW3INV.BAM │ │ │ │ ├── CDFW3INV.PLT │ │ │ │ ├── CDFW4INV.BAM │ │ │ │ ├── CDFW4INV.PLT │ │ │ │ ├── CDMC1INV.BAM │ │ │ │ ├── CDMC1INV.PLT │ │ │ │ ├── CDMC2INV.BAM │ │ │ │ ├── CDMC2INV.PLT │ │ │ │ ├── CDMC3INV.BAM │ │ │ │ ├── CDMC3INV.PLT │ │ │ │ ├── CDMC4INV.BAM │ │ │ │ ├── CDMC4INV.PLT │ │ │ │ ├── CDMF1INV.BAM │ │ │ │ ├── CDMF1INV.PLT │ │ │ │ ├── CDMF2INV.BAM │ │ │ │ ├── CDMF2INV.PLT │ │ │ │ ├── CDMF3INV.BAM │ │ │ │ ├── CDMF3INV.PLT │ │ │ │ ├── CDMF4INV.BAM │ │ │ │ ├── CDMF4INV.PLT │ │ │ │ ├── CDMT1INV.BAM │ │ │ │ ├── CDMT1INV.PLT │ │ │ │ ├── CDMT2INV.BAM │ │ │ │ ├── CDMT2INV.PLT │ │ │ │ ├── CDMW1INV.BAM │ │ │ │ ├── CDMW1INV.PLT │ │ │ │ ├── CDMW2INV.BAM │ │ │ │ ├── CDMW2INV.PLT │ │ │ │ ├── CDMW3INV.BAM │ │ │ │ ├── CDMW3INV.PLT │ │ │ │ ├── CDMW4INV.BAM │ │ │ │ ├── CDMW4INV.PLT │ │ │ │ ├── CEFC1INV.BAM │ │ │ │ ├── CEFC1INV.PLT │ │ │ │ ├── CEFC2INV.BAM │ │ │ │ ├── CEFC2INV.PLT │ │ │ │ ├── CEFC3INV.BAM │ │ │ │ ├── CEFC3INV.PLT │ │ │ │ ├── CEFC4INV.BAM │ │ │ │ ├── CEFC4INV.PLT │ │ │ │ ├── CEFF1INV.BAM │ │ │ │ ├── CEFF1INV.PLT │ │ │ │ ├── CEFF2INV.BAM │ │ │ │ ├── CEFF2INV.PLT │ │ │ │ ├── CEFF3INV.BAM │ │ │ │ ├── CEFF3INV.PLT │ │ │ │ ├── CEFF4INV.BAM │ │ │ │ ├── CEFF4INV.PLT │ │ │ │ ├── CEFT1INV.BAM │ │ │ │ ├── CEFT1INV.PLT │ │ │ │ ├── CEFT2INV.BAM │ │ │ │ ├── CEFT2INV.PLT │ │ │ │ ├── CEFW1INV.BAM │ │ │ │ ├── CEFW1INV.PLT │ │ │ │ ├── CEFW2INV.BAM │ │ │ │ ├── CEFW2INV.PLT │ │ │ │ ├── CEFW3INV.BAM │ │ │ │ ├── CEFW3INV.PLT │ │ │ │ ├── CEFW4INV.BAM │ │ │ │ ├── CEFW4INV.PLT │ │ │ │ ├── CEMC1INV.BAM │ │ │ │ ├── CEMC1INV.PLT │ │ │ │ ├── CEMC2INV.BAM │ │ │ │ ├── CEMC2INV.PLT │ │ │ │ ├── CEMC3INV.BAM │ │ │ │ ├── CEMC3INV.PLT │ │ │ │ ├── CEMC4INV.BAM │ │ │ │ ├── CEMC4INV.PLT │ │ │ │ ├── CEMF1INV.BAM │ │ │ │ ├── CEMF1INV.PLT │ │ │ │ ├── CEMF2INV.BAM │ │ │ │ ├── CEMF2INV.PLT │ │ │ │ ├── CEMF3INV.BAM │ │ │ │ ├── CEMF3INV.PLT │ │ │ │ ├── CEMF4INV.BAM │ │ │ │ ├── CEMF4INV.PLT │ │ │ │ ├── CEMT1INV.BAM │ │ │ │ ├── CEMT1INV.PLT │ │ │ │ ├── CEMT2INV.BAM │ │ │ │ ├── CEMT2INV.PLT │ │ │ │ ├── CEMW1INV.BAM │ │ │ │ ├── CEMW1INV.PLT │ │ │ │ ├── CEMW2INV.BAM │ │ │ │ ├── CEMW2INV.PLT │ │ │ │ ├── CEMW3INV.BAM │ │ │ │ ├── CEMW3INV.PLT │ │ │ │ ├── CEMW4INV.BAM │ │ │ │ ├── CEMW4INV.PLT │ │ │ │ ├── CHFC1INV.BAM │ │ │ │ ├── CHFC1INV.PLT │ │ │ │ ├── CHFC2INV.BAM │ │ │ │ ├── CHFC2INV.PLT │ │ │ │ ├── CHFC3INV.BAM │ │ │ │ ├── CHFC3INV.PLT │ │ │ │ ├── CHFC4INV.BAM │ │ │ │ ├── CHFC4INV.PLT │ │ │ │ ├── CHFF1INV.BAM │ │ │ │ ├── CHFF1INV.PLT │ │ │ │ ├── CHFF2INV.BAM │ │ │ │ ├── CHFF2INV.PLT │ │ │ │ ├── CHFF3INV.BAM │ │ │ │ ├── CHFF3INV.PLT │ │ │ │ ├── CHFF4INV.BAM │ │ │ │ ├── CHFF4INV.PLT │ │ │ │ ├── CHFM1INV.BAM │ │ │ │ ├── CHFM1INV.PLT │ │ │ │ ├── CHFT1INV.BAM │ │ │ │ ├── CHFT1INV.PLT │ │ │ │ ├── CHFT2INV.BAM │ │ │ │ ├── CHFT2INV.PLT │ │ │ │ ├── CHFW1INV.BAM │ │ │ │ ├── CHFW1INV.PLT │ │ │ │ ├── CHFW2INV.BAM │ │ │ │ ├── CHFW2INV.PLT │ │ │ │ ├── CHFW3INV.BAM │ │ │ │ ├── CHFW3INV.PLT │ │ │ │ ├── CHFW4INV.BAM │ │ │ │ ├── CHFW4INV.PLT │ │ │ │ ├── CHMC1INV.BAM │ │ │ │ ├── CHMC1INV.PLT │ │ │ │ ├── CHMC2INV.BAM │ │ │ │ ├── CHMC2INV.PLT │ │ │ │ ├── CHMC3INV.BAM │ │ │ │ ├── CHMC3INV.PLT │ │ │ │ ├── CHMC4INV.BAM │ │ │ │ ├── CHMC4INV.PLT │ │ │ │ ├── CHMF1INV.BAM │ │ │ │ ├── CHMF1INV.PLT │ │ │ │ ├── CHMF2INV.BAM │ │ │ │ ├── CHMF2INV.PLT │ │ │ │ ├── CHMF3INV.BAM │ │ │ │ ├── CHMF3INV.PLT │ │ │ │ ├── CHMF4INV.BAM │ │ │ │ ├── CHMF4INV.PLT │ │ │ │ ├── CHMM1INV.BAM │ │ │ │ ├── CHMM1INV.PLT │ │ │ │ ├── CHMT1INV.BAM │ │ │ │ ├── CHMT1INV.PLT │ │ │ │ ├── CHMT2INV.BAM │ │ │ │ ├── CHMT2INV.PLT │ │ │ │ ├── CHMW1INV.BAM │ │ │ │ ├── CHMW1INV.PLT │ │ │ │ ├── CHMW2INV.BAM │ │ │ │ ├── CHMW2INV.PLT │ │ │ │ ├── CHMW3INV.BAM │ │ │ │ ├── CHMW3INV.PLT │ │ │ │ ├── CHMW4INV.BAM │ │ │ │ ├── CHMW4INV.PLT │ │ │ │ ├── CIFC1INV.BAM │ │ │ │ ├── CIFC1INV.PLT │ │ │ │ ├── CIFC2INV.BAM │ │ │ │ ├── CIFC2INV.PLT │ │ │ │ ├── CIFC3INV.BAM │ │ │ │ ├── CIFC3INV.PLT │ │ │ │ ├── CIFC4INV.BAM │ │ │ │ ├── CIFC4INV.PLT │ │ │ │ ├── CIFF1INV.BAM │ │ │ │ ├── CIFF1INV.PLT │ │ │ │ ├── CIFF2INV.BAM │ │ │ │ ├── CIFF2INV.PLT │ │ │ │ ├── CIFF3INV.BAM │ │ │ │ ├── CIFF3INV.PLT │ │ │ │ ├── CIFF4INV.BAM │ │ │ │ ├── CIFF4INV.PLT │ │ │ │ ├── CIFT1INV.BAM │ │ │ │ ├── CIFT1INV.PLT │ │ │ │ ├── CIFT2INV.BAM │ │ │ │ ├── CIFT2INV.PLT │ │ │ │ ├── CIMC1INV.BAM │ │ │ │ ├── CIMC1INV.PLT │ │ │ │ ├── CIMC2INV.BAM │ │ │ │ ├── CIMC2INV.PLT │ │ │ │ ├── CIMC3INV.BAM │ │ │ │ ├── CIMC3INV.PLT │ │ │ │ ├── CIMC4INV.BAM │ │ │ │ ├── CIMC4INV.PLT │ │ │ │ ├── CIMF1INV.BAM │ │ │ │ ├── CIMF1INV.PLT │ │ │ │ ├── CIMF2INV.BAM │ │ │ │ ├── CIMF2INV.PLT │ │ │ │ ├── CIMF3INV.BAM │ │ │ │ ├── CIMF3INV.PLT │ │ │ │ ├── CIMF4INV.BAM │ │ │ │ ├── CIMF4INV.PLT │ │ │ │ ├── CIMT1INV.BAM │ │ │ │ ├── CIMT1INV.PLT │ │ │ │ ├── CIMT2INV.BAM │ │ │ │ ├── CIMT2INV.PLT │ │ │ │ ├── COFC1INV.BAM │ │ │ │ ├── COFC1INV.PLT │ │ │ │ ├── COFC2INV.BAM │ │ │ │ ├── COFC2INV.PLT │ │ │ │ ├── COFC3INV.BAM │ │ │ │ ├── COFC3INV.PLT │ │ │ │ ├── COFC4INV.BAM │ │ │ │ ├── COFC4INV.PLT │ │ │ │ ├── COFF1INV.BAM │ │ │ │ ├── COFF1INV.PLT │ │ │ │ ├── COFF2INV.BAM │ │ │ │ ├── COFF2INV.PLT │ │ │ │ ├── COFF3INV.BAM │ │ │ │ ├── COFF3INV.PLT │ │ │ │ ├── COFF4INV.PLT │ │ │ │ ├── COFF4INV.bam │ │ │ │ ├── COFT1INV.BAM │ │ │ │ ├── COFT1INV.PLT │ │ │ │ ├── COFT2INV.BAM │ │ │ │ ├── COFT2INV.PLT │ │ │ │ ├── COFW1INV.BAM │ │ │ │ ├── COFW1INV.PLT │ │ │ │ ├── COFW2INV.BAM │ │ │ │ ├── COFW2INV.PLT │ │ │ │ ├── COFW3INV.BAM │ │ │ │ ├── COFW3INV.PLT │ │ │ │ ├── COFW4INV.BAM │ │ │ │ ├── COFW4INV.PLT │ │ │ │ ├── COMC1INV.PLT │ │ │ │ ├── COMC1INV.bam │ │ │ │ ├── COMC2INV.PLT │ │ │ │ ├── COMC2INV.bam │ │ │ │ ├── COMC3INV.PLT │ │ │ │ ├── COMC3INV.bam │ │ │ │ ├── COMC4INV.PLT │ │ │ │ ├── COMC4INV.bam │ │ │ │ ├── COMF1INV.PLT │ │ │ │ ├── COMF1INV.bam │ │ │ │ ├── COMF2INV.PLT │ │ │ │ ├── COMF2INV.bam │ │ │ │ ├── COMF3INV.PLT │ │ │ │ ├── COMF3INV.bam │ │ │ │ ├── COMF4INV.PLT │ │ │ │ ├── COMF4INV.bam │ │ │ │ ├── COMT1INV.BAM │ │ │ │ ├── COMT1INV.PLT │ │ │ │ ├── COMT2INV.BAM │ │ │ │ ├── COMT2INV.PLT │ │ │ │ ├── COMW1INV.BAM │ │ │ │ ├── COMW1INV.PLT │ │ │ │ ├── COMW2INV.BAM │ │ │ │ ├── COMW2INV.PLT │ │ │ │ ├── COMW3INV.BAM │ │ │ │ ├── COMW3INV.PLT │ │ │ │ ├── COMW4INV.BAM │ │ │ │ └── COMW4INV.PLT │ │ ├── bams │ │ │ ├── cblun19.bam │ │ │ ├── cclck30.bam │ │ │ ├── cdagg13.bam │ │ │ ├── cdagneb.bam │ │ │ ├── chelm02.bam │ │ │ ├── chelm04.bam │ │ │ ├── chelm05.bam │ │ │ ├── chelm06.bam │ │ │ ├── chelm07.bam │ │ │ ├── chelm08.bam │ │ │ ├── chelm09.bam │ │ │ ├── chelm10.bam │ │ │ ├── chelm14.bam │ │ │ ├── cleat06.bam │ │ │ ├── cleat07.bam │ │ │ ├── clolth.itm │ │ │ ├── csw1h15.bam │ │ │ ├── csw1h16.bam │ │ │ ├── csw1h22.bam │ │ │ ├── cwa2helm.bam │ │ │ ├── dvelair.bam │ │ │ ├── dvelair.vvc │ │ │ ├── dveleart.bam │ │ │ ├── dveleart.vvc │ │ │ ├── dvelfire.bam │ │ │ ├── dvelfire.vvc │ │ │ ├── dvflail.bam │ │ │ ├── dvreaver.bam │ │ │ ├── hlolth.itm │ │ │ ├── iax1h01.bam │ │ │ ├── iax1h05.bam │ │ │ ├── iax1h06.bam │ │ │ ├── iax1h14.bam │ │ │ ├── iax1h16.bam │ │ │ ├── iax1h17.bam │ │ │ ├── ibelt10.bam │ │ │ ├── iblun01.bam │ │ │ ├── iblun06.bam │ │ │ ├── iblun15.bam │ │ │ ├── iblun19.bam │ │ │ ├── iblun26.bam │ │ │ ├── ibolt08.bam │ │ │ ├── ibolts01.bam │ │ │ ├── ibow26.bam │ │ │ ├── ibrac01.bam │ │ │ ├── ibrac12.bam │ │ │ ├── ibrac13.bam │ │ │ ├── ibrac21.bam │ │ │ ├── icahn09.bam │ │ │ ├── ichan01.bam │ │ │ ├── ichan02.bam │ │ │ ├── ichan03.bam │ │ │ ├── ichan04.bam │ │ │ ├── ichan05.bam │ │ │ ├── ichan06.bam │ │ │ ├── ichan10.bam │ │ │ ├── ichan11.bam │ │ │ ├── ichan12.bam │ │ │ ├── ichan13.bam │ │ │ ├── ichan14.bam │ │ │ ├── ichan15.bam │ │ │ ├── ichan16.bam │ │ │ ├── ichan17.bam │ │ │ ├── ichan18.bam │ │ │ ├── ichan19.bam │ │ │ ├── ichan20.bam │ │ │ ├── ichan21.bam │ │ │ ├── iclck10.bam │ │ │ ├── iclck11.bam │ │ │ ├── iclck12.bam │ │ │ ├── iclck13.bam │ │ │ ├── iclck14.bam │ │ │ ├── iclck15.bam │ │ │ ├── iclck16.bam │ │ │ ├── iclck17.bam │ │ │ ├── iclck18.bam │ │ │ ├── iclck29.bam │ │ │ ├── iclck30.bam │ │ │ ├── idagg06.bam │ │ │ ├── idagg08.bam │ │ │ ├── idagg09.bam │ │ │ ├── idagg13.bam │ │ │ ├── idagg21.bam │ │ │ ├── idagneb.bam │ │ │ ├── idart01.bam │ │ │ ├── ihalb04.bam │ │ │ ├── ihalb05.bam │ │ │ ├── ihalb09.bam │ │ │ ├── ihalb10.bam │ │ │ ├── ihamm04.bam │ │ │ ├── ihamm05.bam │ │ │ ├── ihamm10.bam │ │ │ ├── ihelm02.bam │ │ │ ├── ihelm03.bam │ │ │ ├── ihelm04.bam │ │ │ ├── ihelm07.bam │ │ │ ├── ihelm08.bam │ │ │ ├── ihelm09.bam │ │ │ ├── ihelm10.bam │ │ │ ├── ihelm11.bam │ │ │ ├── iplat01.bam │ │ │ ├── iplat02.bam │ │ │ ├── iplat03.bam │ │ │ ├── iplat05.bam │ │ │ ├── iplat13.bam │ │ │ ├── iplat16.bam │ │ │ ├── iplat19.bam │ │ │ ├── iplot01f.bam │ │ │ ├── iqbull02.bam │ │ │ ├── iquiv01.bam │ │ │ ├── iring25.bam │ │ │ ├── iring30.bam │ │ │ ├── irods02.bam │ │ │ ├── irods06.bam │ │ │ ├── ishld14.bam │ │ │ ├── ishld17.bam │ │ │ ├── ishld19.bam │ │ │ ├── ishld25.bam │ │ │ ├── ishld29.bam │ │ │ ├── ishld31.bam │ │ │ ├── isper11.bam │ │ │ ├── istaf20.bam │ │ │ ├── istaf21.bam │ │ │ ├── istaf23.bam │ │ │ ├── istaf24.bam │ │ │ ├── isw1h02.bam │ │ │ ├── isw1h06.bam │ │ │ ├── isw1h15.bam │ │ │ ├── isw1h16.bam │ │ │ ├── isw1h19.bam │ │ │ ├── isw1h22.bam │ │ │ ├── isw1h23.bam │ │ │ ├── isw1h42.bam │ │ │ ├── isw1h52.bam │ │ │ ├── isw1h53.bam │ │ │ ├── isw1h55.bam │ │ │ ├── isw1h58.bam │ │ │ ├── isw1h59.bam │ │ │ ├── isw1h60.bam │ │ │ ├── isw1h61.bam │ │ │ ├── isw1h62.bam │ │ │ ├── isw1h63.bam │ │ │ ├── isw1h64.bam │ │ │ ├── isw1h65.bam │ │ │ ├── isw1h66.bam │ │ │ ├── isw1h67.bam │ │ │ ├── isw1h68.bam │ │ │ ├── isw1h69.bam │ │ │ ├── isw1h70.bam │ │ │ ├── isw1h71.bam │ │ │ ├── isw1h72.bam │ │ │ ├── isw1h73.bam │ │ │ ├── isw1h74.bam │ │ │ ├── isw1h76.bam │ │ │ ├── isw1h77.bam │ │ │ ├── isw1hbs.bam │ │ │ ├── isw1hrc.bam │ │ │ ├── isw1hrn.bam │ │ │ ├── isw1hxx.bam │ │ │ ├── isw2h16.bam │ │ │ ├── isw2h17.bam │ │ │ ├── isw2h20.bam │ │ │ ├── iwand15.bam │ │ │ ├── iwand18.bam │ │ │ ├── iwand19.bam │ │ │ ├── korax01.bam │ │ │ ├── kuabolt.bam │ │ │ ├── npmace.bam │ │ │ ├── sw1h53.itm │ │ │ ├── wa2helm.bam │ │ │ ├── wa2robe.bam │ │ │ ├── wa2s1h.bam │ │ │ ├── wa2shiel.bam │ │ │ └── waflail.bam │ │ ├── cespy_erinne.d │ │ ├── demon_patch.tpa │ │ ├── ioun_stones │ │ │ ├── ion1.bam │ │ │ ├── ion1.vvc │ │ │ ├── ion1b.bam │ │ │ ├── ion1b.vvc │ │ │ ├── ion1bz.bam │ │ │ ├── ion1bz.vvc │ │ │ ├── ion1g.bam │ │ │ ├── ion1g.vvc │ │ │ ├── ion1gd.bam │ │ │ ├── ion1gd.vvc │ │ │ ├── ion1r.bam │ │ │ ├── ion1r.vvc │ │ │ ├── ion1s.bam │ │ │ ├── ion1s.vvc │ │ │ ├── ion1w.bam │ │ │ ├── ion1w.vvc │ │ │ ├── ion2.bam │ │ │ ├── ion2.vvc │ │ │ ├── ion2b.bam │ │ │ ├── ion2b.vvc │ │ │ ├── ion2bz.bam │ │ │ ├── ion2bz.vvc │ │ │ ├── ion2g.bam │ │ │ ├── ion2g.vvc │ │ │ ├── ion2gd.bam │ │ │ ├── ion2gd.vvc │ │ │ ├── ion2r.bam │ │ │ ├── ion2r.vvc │ │ │ ├── ion2s.bam │ │ │ ├── ion2s.vvc │ │ │ ├── ion2w.bam │ │ │ └── ion2w.vvc │ │ ├── item_content.tpa │ │ ├── item_content │ │ │ └── .gitignore │ │ ├── item_reallocation.tpa │ │ ├── items.2da │ │ ├── lore.2da │ │ └── shared_effects.tpa │ ├── main_component.tpa │ ├── masterwork.tpa │ ├── multiclass_divine.tpa │ ├── revised_armor.tpa │ ├── revised_shields.tpa │ ├── shield_bash.tpa │ ├── spellcasting_armor.tpa │ ├── store │ │ ├── chrmodst.2da │ │ └── repmodst.2da │ ├── store_revisions.tpa │ ├── thieving_armor.tpa │ ├── wands.tpa │ └── weapon_changes.tpa ├── debug │ ├── debug.txt │ └── weapon_debug.log ├── desktop.ini ├── ds │ └── ds.tph ├── item_rev.tp2 ├── itm │ ├── aegis.itm │ ├── aegis2.itm │ ├── amsoul01.itm │ ├── amul01.itm │ ├── amul01.spl │ ├── amul14.itm │ ├── amul15.itm │ ├── amul16.itm │ ├── amul17.itm │ ├── amul17.spl │ ├── amul18.itm │ ├── amul19.itm │ ├── amul20.itm │ ├── amul21.itm │ ├── amul22.itm │ ├── amul23.itm │ ├── amul24.itm │ ├── amul25.itm │ ├── amul25.spl │ ├── amul26.itm │ ├── amul27.itm │ ├── amul28.itm │ ├── anarchic.eff │ ├── arow01.itm │ ├── arow02.itm │ ├── arow03.itm │ ├── arow04.itm │ ├── arow05.itm │ ├── arow06.itm │ ├── arow07.itm │ ├── arow08.itm │ ├── arow09.itm │ ├── arow10.itm │ ├── arow11.itm │ ├── arow15.itm │ ├── ax1h01.itm │ ├── ax1h02.itm │ ├── ax1h03.itm │ ├── ax1h04.itm │ ├── ax1h05.itm │ ├── ax1h06.itm │ ├── ax1h07.itm │ ├── ax1h08.itm │ ├── ax1h08a.itm │ ├── ax1h08b.itm │ ├── ax1h09.itm │ ├── ax1h09a.itm │ ├── ax1h09b.itm │ ├── ax1h10.itm │ ├── ax1h10a.itm │ ├── ax1h10b.itm │ ├── ax1h11.itm │ ├── ax1h12.itm │ ├── ax1h13.itm │ ├── ax1h14.itm │ ├── ax1h15.itm │ ├── ax1h16.itm │ ├── ax1h16a.itm │ ├── ax1h16b.itm │ ├── ax1h17.itm │ ├── axiom1.eff │ ├── axiom2.eff │ ├── axiom3.eff │ ├── axiom4.eff │ ├── axiom5.eff │ ├── axiom6.eff │ ├── axiomat.eff │ ├── belt02.itm │ ├── belt03.itm │ ├── belt04.itm │ ├── belt05.itm │ ├── belt06.itm │ ├── belt07.itm │ ├── belt08.itm │ ├── belt09.itm │ ├── belt10.itm │ ├── belt10a.spl │ ├── belt10b.spl │ ├── belt11.itm │ ├── berser02.cre │ ├── berser03.cre │ ├── bersersu.cre │ ├── bleat01.itm │ ├── bleat02.itm │ ├── bleat03.itm │ ├── blun01.itm │ ├── blun02.itm │ ├── blun03.itm │ ├── blun04.itm │ ├── blun05.itm │ ├── blun06.itm │ ├── blun07.itm │ ├── blun08.itm │ ├── blun09.itm │ ├── blun09.spl │ ├── blun10.itm │ ├── blun11.itm │ ├── blun12.itm │ ├── blun13.itm │ ├── blun14.itm │ ├── blun14d.itm │ ├── blun14e.itm │ ├── blun14f.itm │ ├── blun14g.itm │ ├── blun14h.itm │ ├── blun14i.itm │ ├── blun15.itm │ ├── blun16.itm │ ├── blun17.itm │ ├── blun18.itm │ ├── blun19.itm │ ├── blun20.itm │ ├── blun21.itm │ ├── blun22.itm │ ├── blun23.itm │ ├── blun24.itm │ ├── blun25.itm │ ├── blun26.itm │ ├── blun27.itm │ ├── blun28.itm │ ├── blun29.itm │ ├── blun30.itm │ ├── blun30c.itm │ ├── blun30d.itm │ ├── blun31.itm │ ├── blun32.itm │ ├── blun33.itm │ ├── blun34.itm │ ├── blun35.itm │ ├── bolt01.itm │ ├── bolt02.itm │ ├── bolt03.itm │ ├── bolt04.itm │ ├── bolt05.itm │ ├── bolt06.itm │ ├── bolt07.itm │ ├── bolt08.itm │ ├── bolt09.itm │ ├── boot01.itm │ ├── boot02.itm │ ├── boot03.itm │ ├── boot04.itm │ ├── boot05.itm │ ├── boot07.itm │ ├── boot08.itm │ ├── boot09.itm │ ├── boot10.itm │ ├── boot11.itm │ ├── boot12.itm │ ├── boot12.spl │ ├── bow01.itm │ ├── bow02.itm │ ├── bow03.itm │ ├── bow04.itm │ ├── bow05.itm │ ├── bow06.itm │ ├── bow07.itm │ ├── bow08.itm │ ├── bow09.itm │ ├── bow10.itm │ ├── bow11.itm │ ├── bow12.itm │ ├── bow13.itm │ ├── bow14.itm │ ├── bow15.itm │ ├── bow16.itm │ ├── bow17.itm │ ├── bow18.itm │ ├── bow19.itm │ ├── bow20.itm │ ├── bow21.itm │ ├── bow22.itm │ ├── bow23.itm │ ├── bow24.itm │ ├── bow25.itm │ ├── bow26.itm │ ├── brac01.itm │ ├── brac02.itm │ ├── brac03.itm │ ├── brac04.itm │ ├── brac06.itm │ ├── brac07.itm │ ├── brac08.itm │ ├── brac09.itm │ ├── brac10.itm │ ├── brac10a.eff │ ├── brac10b.eff │ ├── brac11.eff │ ├── brac11.itm │ ├── brac13.itm │ ├── brac14.itm │ ├── brac15.itm │ ├── brac16.itm │ ├── brac17.itm │ ├── brac18.itm │ ├── brac19.itm │ ├── brac20.itm │ ├── brac21.itm │ ├── brac22.itm │ ├── brac23.itm │ ├── brac24.itm │ ├── brac25.itm │ ├── brac26.itm │ ├── bruenaxe.itm │ ├── bruenpla.itm │ ├── bsw1h01.itm │ ├── bull01.itm │ ├── bull02.itm │ ├── bull03.itm │ ├── bull04.itm │ ├── bull05.itm │ ├── bull06.itm │ ├── caosdam2.eff │ ├── caoshit2.eff │ ├── catliowp.cre │ ├── cattibow.itm │ ├── chan01.itm │ ├── chan02.itm │ ├── chan03.itm │ ├── chan04.itm │ ├── chan05.itm │ ├── chan06.itm │ ├── chan07.itm │ ├── chan08.itm │ ├── chan09.itm │ ├── chan10.itm │ ├── chan11.itm │ ├── chan12.itm │ ├── chan13.itm │ ├── chan14.itm │ ├── chan15.itm │ ├── chan16.itm │ ├── chan17.itm │ ├── chan18.itm │ ├── chan19.itm │ ├── chan20.itm │ ├── chan21.itm │ ├── clck01.itm │ ├── clck02.itm │ ├── clck03.itm │ ├── clck03a.spl │ ├── clck03b.spl │ ├── clck04.itm │ ├── clck05.itm │ ├── clck06.itm │ ├── clck07.itm │ ├── clck08.itm │ ├── clck09.itm │ ├── clck10.itm │ ├── clck11.itm │ ├── clck12.itm │ ├── clck13.itm │ ├── clck14.itm │ ├── clck15.itm │ ├── clck15.spl │ ├── clck16.itm │ ├── clck17.itm │ ├── clck18.itm │ ├── clck20.itm │ ├── clck23.itm │ ├── clck24.itm │ ├── clck25.itm │ ├── clck25a.spl │ ├── clck25b.spl │ ├── clck26.itm │ ├── clck26.spl │ ├── clck27.itm │ ├── clck29.itm │ ├── clck30.itm │ ├── clck31.itm │ ├── clck32.itm │ ├── clolth.itm │ ├── compon05.itm │ ├── dagg01.itm │ ├── dagg02.itm │ ├── dagg03.itm │ ├── dagg04.itm │ ├── dagg05.itm │ ├── dagg06.itm │ ├── dagg07.itm │ ├── dagg08.itm │ ├── dagg09.itm │ ├── dagg10.itm │ ├── dagg11.itm │ ├── dagg11a.itm │ ├── dagg11b.itm │ ├── dagg12.itm │ ├── dagg12a.itm │ ├── dagg12b.itm │ ├── dagg13.itm │ ├── dagg14.itm │ ├── dagg15.itm │ ├── dagg16.itm │ ├── dagg17.itm │ ├── dagg18.itm │ ├── dagg19.itm │ ├── dagg20.itm │ ├── dagg21.itm │ ├── dagg22.itm │ ├── dagg22a.itm │ ├── dagg23.itm │ ├── dagg24.itm │ ├── dart01.itm │ ├── dart02.itm │ ├── dart03.itm │ ├── dart04.itm │ ├── dart05.itm │ ├── dart06.itm │ ├── dart07.itm │ ├── dart08.itm │ ├── demdam2.eff │ ├── demdam4.eff │ ├── demdam5.eff │ ├── demdam8.eff │ ├── demhit2.eff │ ├── disrtext.eff │ ├── disrupt.eff │ ├── doppdam2.eff │ ├── dopphit2.eff │ ├── dragbane.eff │ ├── draghit2.eff │ ├── dvafflic.eff │ ├── dvafflic.spl │ ├── dvalbr1.spl │ ├── dvalbr2.spl │ ├── dvanrage.spl │ ├── dvanswer.spl │ ├── dvbanish.eff │ ├── dvbanish.spl │ ├── dvbatto.pro │ ├── dvbatto.spl │ ├── dvbleed0.eff │ ├── dvbleed0.spl │ ├── dvbleed2.eff │ ├── dvbleed2.spl │ ├── dvbleed5.eff │ ├── dvbleed5.spl │ ├── dvblnbty.eff │ ├── dvblnbty.pro │ ├── dvblnbty.spl │ ├── dvblrage.spl │ ├── dvblur.spl │ ├── dvbonebr.eff │ ├── dvbonebr.spl │ ├── dvboom.eff │ ├── dvboom.spl │ ├── dvbram.eff │ ├── dvbram.spl │ ├── dvbrnwnd.eff │ ├── dvbrnwnd.spl │ ├── dvbrsker.bcs │ ├── dvchill.eff │ ├── dvchill.spl │ ├── dvclck23.spl │ ├── dvcldflm.spl │ ├── dvcoaura.eff │ ├── dvcoaura.spl │ ├── dvcomand.eff │ ├── dvcomand.pro │ ├── dvcomand.spl │ ├── dvcorros.eff │ ├── dvcorros.spl │ ├── dvcrippl.eff │ ├── dvcrippl.spl │ ├── dvcutthr.eff │ ├── dvcutthr.spl │ ├── dvdarksw.spl │ ├── dvdarmor.eff │ ├── dvdarmor.spl │ ├── dvdehydr.eff │ ├── dvdehydr.spl │ ├── dvdeton.pro │ ├── dvdeton.spl │ ├── dvdispel.spl │ ├── dvdoom.eff │ ├── dvdoom.spl │ ├── dvdoompl.eff │ ├── dvdoompl.pro │ ├── dvdoompl.spl │ ├── dvempaty.eff │ ├── dvempaty.spl │ ├── dvenerv.eff │ ├── dvenerv.spl │ ├── dvenfebl.eff │ ├── dvenfebl.spl │ ├── dventgl.eff │ ├── dventgl.spl │ ├── dvfearsm.eff │ ├── dvfearsm.spl │ ├── dvffire.spl │ ├── dvflail.itm │ ├── dvflbrst.pro │ ├── dvflbrst.spl │ ├── dvflmtng.spl │ ├── dvflwhip.eff │ ├── dvflwhip.spl │ ├── dvflwhip.vvc │ ├── dvfnorth.spl │ ├── dvfrbolt.pro │ ├── dvfrbolt.spl │ ├── dvfreeze.eff │ ├── dvfreeze.spl │ ├── dvfrtres.spl │ ├── dvgasfrm.itm │ ├── dvgasfrm.spl │ ├── dvgazef.eff │ ├── dvgazef.spl │ ├── dvgazek.spl │ ├── dvgesbow.pro │ ├── dvglhelm.pro │ ├── dvglhelm.spl │ ├── dvhealau.eff │ ├── dvhealau.spl │ ├── dvheroic.spl │ ├── dvholdun.spl │ ├── dvhoples.eff │ ├── dvhoples.spl │ ├── dvhseek.eff │ ├── dvhseek.spl │ ├── dvhsmite.eff │ ├── dvhsmite.spl │ ├── dvillban.eff │ ├── dvillban.spl │ ├── dvinertb.pro │ ├── dvjelly.itm │ ├── dvknback.eff │ ├── dvknback.spl │ ├── dvkndown.eff │ ├── dvkndown.spl │ ├── dvmindbr.eff │ ├── dvmindbr.spl │ ├── dvmslatr.eff │ ├── dvmslatr.pro │ ├── dvmslatr.spl │ ├── dvnamarr.pro │ ├── dvnamarr.spl │ ├── dvnatfrm.spl │ ├── dvpin.eff │ ├── dvpin.spl │ ├── dvprexpl.pro │ ├── dvprexpl.spl │ ├── dvprlyze.eff │ ├── dvprlyze.spl │ ├── dvrat.itm │ ├── dvreson.spl │ ├── dvsburst.bam │ ├── dvsburst.eff │ ├── dvsburst.pro │ ├── dvsburst.spl │ ├── dvsburst.vvc │ ├── dvsearlg.spl │ ├── dvshake.eff │ ├── dvshake.spl │ ├── dvsharp.eff │ ├── dvsharp.spl │ ├── dvshloth.pro │ ├── dvshloth.spl │ ├── dvsingsw.pro │ ├── dvsingsw.spl │ ├── dvslay.eff │ ├── dvslay.spl │ ├── dvsleep.eff │ ├── dvsleep.spl │ ├── dvspabsr.eff │ ├── dvspabsr.spl │ ├── dvspdrnk.eff │ ├── dvspdrnk.spl │ ├── dvspellp.pro │ ├── dvspward.spl │ ├── dvsquir.itm │ ├── dvstag.eff │ ├── dvstag.spl │ ├── dvstdust.pro │ ├── dvstdust.spl │ ├── dvstench.eff │ ├── dvstench.pro │ ├── dvstench.spl │ ├── dvstnhld.eff │ ├── dvstnhld.spl │ ├── dvstorm1.spl │ ├── dvstorm2.spl │ ├── dvstun.eff │ ├── dvstun.spl │ ├── dvsunder.eff │ ├── dvsunder.spl │ ├── dvswave.eff │ ├── dvswave.spl │ ├── dvswave.vvc │ ├── dvswavex.bam │ ├── dvthclap.pro │ ├── dvthclap.spl │ ├── dvthorns.spl │ ├── dvtroll.itm │ ├── dvvampir.eff │ ├── dvvampir.spl │ ├── dvvorpal.eff │ ├── dvvorpal.spl │ ├── dvvtrsph.bam │ ├── dvvtrsph.spl │ ├── dvvtrsph.vvc │ ├── dvweb.eff │ ├── dvweb.spl │ ├── dvwere.itm │ ├── dvwhirls.spl │ ├── dvwinded.spl │ ├── dvwither.eff │ ├── dvwither.spl │ ├── dwblun01.itm │ ├── dwbolt01.itm │ ├── dwbolt02.itm │ ├── dwbolt03.itm │ ├── dwchan01.itm │ ├── dwchan02.itm │ ├── dwclck01.itm │ ├── dwhalb01.itm │ ├── dwplat01.itm │ ├── dwshld01.itm │ ├── dwsper01.itm │ ├── dwsw1h01.itm │ ├── dwsw1h02.itm │ ├── dwxbow01.itm │ ├── elemdam4.eff │ ├── enmorn.itm │ ├── equal01.eff │ ├── equal02.eff │ ├── equal03.eff │ ├── equal04.eff │ ├── equal05.eff │ ├── equal06.eff │ ├── equal07.eff │ ├── equal08.eff │ ├── figlion.eff │ ├── figlion.itm │ ├── figspid.eff │ ├── figspid.itm │ ├── finsarev.itm │ ├── giandam4.eff │ ├── goledam6.eff │ ├── goledam8.eff │ ├── goledie.eff │ ├── golehit2.eff │ ├── halb01.itm │ ├── halb02.itm │ ├── halb03.itm │ ├── halb04.itm │ ├── halb05.itm │ ├── halb06.itm │ ├── halb07.itm │ ├── halb08.itm │ ├── halb09.itm │ ├── halb09b.eff │ ├── halb10.itm │ ├── halb11.itm │ ├── halb12.itm │ ├── hamm01.itm │ ├── hamm02.itm │ ├── hamm03.itm │ ├── hamm04.itm │ ├── hamm05.itm │ ├── hamm06.itm │ ├── hamm06a.itm │ ├── hamm06b.itm │ ├── hamm07.itm │ ├── hamm08.itm │ ├── hamm09.itm │ ├── hamm09a.itm │ ├── hamm10.itm │ ├── hamm11.itm │ ├── hamm12.itm │ ├── helm01.itm │ ├── helm02.itm │ ├── helm03.itm │ ├── helm04.itm │ ├── helm05.itm │ ├── helm06.itm │ ├── helm07.itm │ ├── helm08.itm │ ├── helm09.itm │ ├── helm10.itm │ ├── helm11.itm │ ├── helm12.itm │ ├── helm13.itm │ ├── helm14.itm │ ├── helm15.itm │ ├── helm16.itm │ ├── helm17.itm │ ├── helm18.itm │ ├── helm19.itm │ ├── helm20.itm │ ├── helm21.itm │ ├── helm22.itm │ ├── helm23.itm │ ├── helm24.itm │ ├── helm25.itm │ ├── helm26.itm │ ├── helm27.itm │ ├── helm28.itm │ ├── helm29.itm │ ├── helm30.itm │ ├── helm31.itm │ ├── helm31.spl │ ├── helm32.itm │ ├── helm33.itm │ ├── helm34.itm │ ├── hlolth.itm │ ├── holydam.eff │ ├── holydam3.eff │ ├── holydam4.eff │ ├── holydam6.eff │ ├── horn1.eff │ ├── horn2.eff │ ├── horn3.eff │ ├── humnbane.eff │ ├── humndam6.eff │ ├── humnhit2.eff │ ├── irods02.bam │ ├── keldorn.spl │ ├── korax01.itm │ ├── kuobolt.itm │ ├── kuobolt2.itm │ ├── kuobolt3.itm │ ├── leat01.itm │ ├── leat02.itm │ ├── leat03.itm │ ├── leat04.itm │ ├── leat05.itm │ ├── leat06.itm │ ├── leat07.itm │ ├── leat08.itm │ ├── leat09.itm │ ├── leat10.itm │ ├── leat11.itm │ ├── leat12.itm │ ├── leat13.itm │ ├── leat14.itm │ ├── leat15.itm │ ├── leat16.itm │ ├── leat17.itm │ ├── leat18.itm │ ├── leat19.itm │ ├── leat20.itm │ ├── leat21.itm │ ├── leat22.itm │ ├── leat23.itm │ ├── leat24.itm │ ├── lycadam2.eff │ ├── lycadam4.eff │ ├── lycahit2.eff │ ├── misc3a.itm │ ├── misc3a1.itm │ ├── misc3a2.itm │ ├── misc3a3.itm │ ├── misc3a4.itm │ ├── misc3a5.itm │ ├── misc3a6.itm │ ├── misc3a7.itm │ ├── misc3a8.itm │ ├── misc3a9.itm │ ├── misc3c.itm │ ├── misc3d.itm │ ├── misc3e.itm │ ├── misc3h.itm │ ├── misc3i.itm │ ├── misc3j.itm │ ├── misc3k.itm │ ├── misc3l.itm │ ├── misc3m.itm │ ├── misc3n.itm │ ├── misc3o.itm │ ├── misc3p.itm │ ├── misc5x.itm │ ├── misc6w.itm │ ├── misc72.itm │ ├── misc73.itm │ ├── misc75.itm │ ├── misc89.itm │ ├── miscbc.itm │ ├── monsbane.eff │ ├── monsdam6.eff │ ├── monshit2.eff │ ├── nebdag.itm │ ├── nparm.itm │ ├── npbelt.itm │ ├── npbow.itm │ ├── npchan.itm │ ├── npclck.itm │ ├── npmisc1.itm │ ├── npmisc2.itm │ ├── npplat.itm │ ├── npring01.itm │ ├── npshld.itm │ ├── npstaf.itm │ ├── npsw01.itm │ ├── npsw02.itm │ ├── npsw03.itm │ ├── npsw04.itm │ ├── npsw05.itm │ ├── npsw06.itm │ ├── orcdam4.eff │ ├── outdam2.eff │ ├── outdam4.eff │ ├── outhit2.eff │ ├── plat01.itm │ ├── plat02.itm │ ├── plat04.itm │ ├── plat05.itm │ ├── plat06.itm │ ├── plat07.itm │ ├── plat08.itm │ ├── plat09.itm │ ├── plat10.itm │ ├── plat11.itm │ ├── plat12.itm │ ├── plat13.itm │ ├── plat14.itm │ ├── plat15.itm │ ├── plat16.itm │ ├── plat17.itm │ ├── plat18.itm │ ├── plat19.itm │ ├── plat20.itm │ ├── plat21.itm │ ├── plat22.itm │ ├── plat23.itm │ ├── potn02.itm │ ├── potn02.spl │ ├── potn03.itm │ ├── potn03.spl │ ├── potn04.itm │ ├── potn04.spl │ ├── potn05.itm │ ├── potn05.spl │ ├── potn06.itm │ ├── potn06.spl │ ├── potn07.itm │ ├── potn07.spl │ ├── potn08.itm │ ├── potn08.spl │ ├── potn09.itm │ ├── potn09.spl │ ├── potn10.itm │ ├── potn10.spl │ ├── potn11.itm │ ├── potn11.spl │ ├── potn12.itm │ ├── potn12.spl │ ├── potn13.eff │ ├── potn13.itm │ ├── potn13.spl │ ├── potn14.itm │ ├── potn14.spl │ ├── potn15.itm │ ├── potn15.spl │ ├── potn16.itm │ ├── potn16.spl │ ├── potn17.itm │ ├── potn17.spl │ ├── potn18.itm │ ├── potn18.spl │ ├── potn19.itm │ ├── potn19.spl │ ├── potn20.itm │ ├── potn20.spl │ ├── potn21.itm │ ├── potn21.spl │ ├── potn22.itm │ ├── potn22.spl │ ├── potn23.itm │ ├── potn23.spl │ ├── potn24.itm │ ├── potn24.spl │ ├── potn25.itm │ ├── potn25.spl │ ├── potn26.itm │ ├── potn26.spl │ ├── potn27.itm │ ├── potn27.spl │ ├── potn28.itm │ ├── potn28.spl │ ├── potn29.itm │ ├── potn29.spl │ ├── potn30.itm │ ├── potn30.spl │ ├── potn30d.spl │ ├── potn31.itm │ ├── potn31.spl │ ├── potn32.itm │ ├── potn32.spl │ ├── potn33.itm │ ├── potn33.spl │ ├── potn34.itm │ ├── potn34.spl │ ├── potn35.itm │ ├── potn35.spl │ ├── potn36.itm │ ├── potn36.spl │ ├── potn37.itm │ ├── potn37.spl │ ├── potn38.itm │ ├── potn38.spl │ ├── potn39.itm │ ├── potn39.spl │ ├── potn40.itm │ ├── potn40.spl │ ├── potn41.itm │ ├── potn41.spl │ ├── potn42.itm │ ├── potn42.spl │ ├── potn43.itm │ ├── potn43.spl │ ├── potn44.itm │ ├── potn44.spl │ ├── potn45.itm │ ├── potn45.spl │ ├── potn46.itm │ ├── potn46.spl │ ├── potn47.itm │ ├── potn48.itm │ ├── potn52.itm │ ├── potn52.spl │ ├── potn53.itm │ ├── potn55.itm │ ├── potn55.spl │ ├── potn56.itm │ ├── potnmare.itm │ ├── quiver01.itm │ ├── quiver02.itm │ ├── quiver03.itm │ ├── quiver04.itm │ ├── quiver05.itm │ ├── quiver06.itm │ ├── raksdam2.eff │ ├── raksdam4.eff │ ├── raksdam5.eff │ ├── rakshit2.eff │ ├── reaver.itm │ ├── ring02.itm │ ├── ring03.itm │ ├── ring04.itm │ ├── ring05.itm │ ├── ring06.itm │ ├── ring07.itm │ ├── ring08.itm │ ├── ring09.itm │ ├── ring20.itm │ ├── ring21.itm │ ├── ring22.itm │ ├── ring23.itm │ ├── ring25.itm │ ├── ring26.itm │ ├── ring27.eff │ ├── ring27.itm │ ├── ring27.spl │ ├── ring27b.spl │ ├── ring28.eff │ ├── ring28.itm │ ├── ring29.eff │ ├── ring29.itm │ ├── ring29.spl │ ├── ring30.itm │ ├── ring30.spl │ ├── ring31.itm │ ├── ring33.itm │ ├── ring33.spl │ ├── ring33a.eff │ ├── ring33b.eff │ ├── ring34.itm │ ├── ring34.spl │ ├── ring35.itm │ ├── ring36.itm │ ├── ring39.itm │ ├── ring39a.spl │ ├── ring39b.spl │ ├── ring40.itm │ ├── ring41.itm │ ├── ring42.itm │ ├── ring44.itm │ ├── ring46.itm │ ├── ring46a.eff │ ├── ring46b.eff │ ├── rods01.itm │ ├── rods01.spl │ ├── rods02.itm │ ├── rods02a.spl │ ├── rods02b.spl │ ├── rods02c.spl │ ├── rods03.itm │ ├── rods04.itm │ ├── rods05.itm │ ├── rods06.itm │ ├── rods06.spl │ ├── sahbolt.itm │ ├── scrl02.itm │ ├── scrl03.itm │ ├── scrl03.spl │ ├── scrl04.itm │ ├── scrl04.spl │ ├── scrl05.itm │ ├── scrl05.spl │ ├── scrl06.itm │ ├── scrl06.spl │ ├── scrl07.itm │ ├── scrl07.spl │ ├── scrl08.itm │ ├── scrl08.spl │ ├── scrl09.itm │ ├── scrl09.spl │ ├── scrl15.itm │ ├── scrl15.spl │ ├── shld01.itm │ ├── shld02.itm │ ├── shld03.itm │ ├── shld04.itm │ ├── shld05.it │ ├── shld05.itm │ ├── shld06.itm │ ├── shld07.eff │ ├── shld07.itm │ ├── shld08.itm │ ├── shld09.itm │ ├── shld10.itm │ ├── shld11.itm │ ├── shld12.itm │ ├── shld13.itm │ ├── shld14.itm │ ├── shld15.itm │ ├── shld16.itm │ ├── shld17.itm │ ├── shld18.itm │ ├── shld19.itm │ ├── shld20.itm │ ├── shld21.itm │ ├── shld22.itm │ ├── shld23.itm │ ├── shld24.itm │ ├── shld25.itm │ ├── shld26.itm │ ├── shld27.eff │ ├── shld27.itm │ ├── shld27.spl │ ├── shld27i.eff │ ├── shld28.itm │ ├── shld29.itm │ ├── shld30.itm │ ├── shld31.itm │ ├── shld32.itm │ ├── slng01.itm │ ├── slng02.itm │ ├── slng03.itm │ ├── slng04.itm │ ├── slng05.itm │ ├── slng06.itm │ ├── slng07.itm │ ├── slng08.itm │ ├── slng09.itm │ ├── slng10.itm │ ├── smoundsu.cre │ ├── smoundsu.itm │ ├── sper01.itm │ ├── sper02.itm │ ├── sper03.itm │ ├── sper04.itm │ ├── sper05.itm │ ├── sper06.itm │ ├── sper07.itm │ ├── sper08.itm │ ├── sper09.itm │ ├── sper10.itm │ ├── sper11.itm │ ├── sper12.itm │ ├── spidfgsu.cre │ ├── spin683.spl │ ├── sppr114f.spl │ ├── staf01.itm │ ├── staf02.itm │ ├── staf03.itm │ ├── staf04.itm │ ├── staf05.itm │ ├── staf06.itm │ ├── staf07.itm │ ├── staf08.itm │ ├── staf09.itm │ ├── staf09.spl │ ├── staf10.itm │ ├── staf10.spl │ ├── staf11.itm │ ├── staf11a.spl │ ├── staf11b.spl │ ├── staf12.itm │ ├── staf12a.spl │ ├── staf12b.spl │ ├── staf13.itm │ ├── staf13a.spl │ ├── staf13b.spl │ ├── staf14.itm │ ├── staf14.spl │ ├── staf15.eff │ ├── staf15.itm │ ├── staf15.spl │ ├── staf16.eff │ ├── staf16.itm │ ├── staf16.spl │ ├── staf17.eff │ ├── staf17.itm │ ├── staf17.spl │ ├── staf18.itm │ ├── staf19.itm │ ├── staf20.itm │ ├── staf20.spl │ ├── staf21.itm │ ├── staf22.itm │ ├── staf23.itm │ ├── staf24.itm │ ├── sw1h01.itm │ ├── sw1h02.itm │ ├── sw1h03.itm │ ├── sw1h04.itm │ ├── sw1h05.itm │ ├── sw1h06.itm │ ├── sw1h07.itm │ ├── sw1h08.itm │ ├── sw1h09.itm │ ├── sw1h10.itm │ ├── sw1h10a.eff │ ├── sw1h10b.eff │ ├── sw1h10c.eff │ ├── sw1h11.itm │ ├── sw1h12.itm │ ├── sw1h13.itm │ ├── sw1h14.itm │ ├── sw1h15.itm │ ├── sw1h16.itm │ ├── sw1h17.itm │ ├── sw1h18.itm │ ├── sw1h19.eff │ ├── sw1h19.itm │ ├── sw1h20.itm │ ├── sw1h21.itm │ ├── sw1h22.itm │ ├── sw1h23.itm │ ├── sw1h24.itm │ ├── sw1h25.itm │ ├── sw1h26.itm │ ├── sw1h27.itm │ ├── sw1h28.itm │ ├── sw1h29.itm │ ├── sw1h30.itm │ ├── sw1h31.itm │ ├── sw1h32.eff │ ├── sw1h32.itm │ ├── sw1h33.itm │ ├── sw1h34.itm │ ├── sw1h35.itm │ ├── sw1h36.itm │ ├── sw1h37.itm │ ├── sw1h38.itm │ ├── sw1h39.itm │ ├── sw1h40.itm │ ├── sw1h41.itm │ ├── sw1h42.itm │ ├── sw1h43.itm │ ├── sw1h44.itm │ ├── sw1h45.itm │ ├── sw1h46.itm │ ├── sw1h47.itm │ ├── sw1h48.itm │ ├── sw1h49.itm │ ├── sw1h50.itm │ ├── sw1h51.itm │ ├── sw1h52.itm │ ├── sw1h53.itm │ ├── sw1h54.itm │ ├── sw1h55.itm │ ├── sw1h56.itm │ ├── sw1h57.itm │ ├── sw1h58.itm │ ├── sw1h59.itm │ ├── sw1h60.itm │ ├── sw1h61.itm │ ├── sw1h62.itm │ ├── sw1h63.itm │ ├── sw1h64.itm │ ├── sw1h65.itm │ ├── sw1h66.itm │ ├── sw1h66.spl │ ├── sw1h67.itm │ ├── sw1h68.itm │ ├── sw1h68a.itm │ ├── sw1h69.itm │ ├── sw1h69a.itm │ ├── sw1h70.itm │ ├── sw1h71.itm │ ├── sw1h72.itm │ ├── sw1h73.itm │ ├── sw1h74.itm │ ├── sw1h75.itm │ ├── sw1h76.itm │ ├── sw1h77.itm │ ├── sw2h01.itm │ ├── sw2h02.itm │ ├── sw2h03.itm │ ├── sw2h05.itm │ ├── sw2h06.itm │ ├── sw2h07.itm │ ├── sw2h07.spl │ ├── sw2h08.itm │ ├── sw2h09.itm │ ├── sw2h10.itm │ ├── sw2h10.spl │ ├── sw2h11.itm │ ├── sw2h12.itm │ ├── sw2h13.itm │ ├── sw2h14.itm │ ├── sw2h15.itm │ ├── sw2h16.itm │ ├── sw2h17.itm │ ├── sw2h18.itm │ ├── sw2h19.itm │ ├── sw2h20.itm │ ├── sw2h21.itm │ ├── sword68.cre │ ├── sword69.cre │ ├── troldam2.eff │ ├── trolhit2.eff │ ├── undebane.eff │ ├── undedam2.eff │ ├── undedam6.eff │ ├── undehit2.eff │ ├── vampdam2.eff │ ├── vampdam4.eff │ ├── vamphit2.eff │ ├── vicarm.itm │ ├── wa2amu.itm │ ├── wa2dak.itm │ ├── wa2helm.itm │ ├── wa2plat.itm │ ├── wa2ring.itm │ ├── wa2robe.itm │ ├── wa2s1h.itm │ ├── wa2shiel.itm │ ├── waflail.itm │ ├── wand02.itm │ ├── wand02.spl │ ├── wand03.itm │ ├── wand03.spl │ ├── wand04.itm │ ├── wand04.spl │ ├── wand05.itm │ ├── wand05a.spl │ ├── wand05b.spl │ ├── wand06.itm │ ├── wand06.spl │ ├── wand07.itm │ ├── wand07.spl │ ├── wand08.itm │ ├── wand08.spl │ ├── wand09.itm │ ├── wand09.spl │ ├── wand10.itm │ ├── wand11.itm │ ├── wand11.spl │ ├── wand12.itm │ ├── wand13.itm │ ├── wand13.spl │ ├── wand14.itm │ ├── wand14.spl │ ├── wand15.itm │ ├── wand18.itm │ ├── wand18a.spl │ ├── wand18b.spl │ ├── wand19.itm │ ├── wand19.spl │ ├── waninja.itm │ ├── wawak.itm │ ├── wolfdam2.eff │ ├── wolfhit2.eff │ ├── xbow01.itm │ ├── xbow02.itm │ ├── xbow03.itm │ ├── xbow04.itm │ ├── xbow05.itm │ ├── xbow06.itm │ ├── xbow07.itm │ ├── xbow08.itm │ ├── xbow09.itm │ ├── xbow10.itm │ ├── xbow12.itm │ ├── xbow13.itm │ ├── xbow14.itm │ ├── xbow15.itm │ ├── xbow16.itm │ ├── xbow17.itm │ └── xbow18.itm ├── languages │ ├── english │ │ ├── description_updates.doc │ │ ├── description_updates.tra │ │ ├── item_descriptions.tra │ │ ├── item_upgrades.tra │ │ ├── mapping of strings.txt │ │ ├── masterwork.tra │ │ ├── multiclasses.tra │ │ ├── potion_descriptions.tra │ │ ├── proficiencies.tra │ │ ├── setup.tra │ │ ├── spell_revisions.tra │ │ └── store_revisions.tra │ ├── french │ │ ├── description_updates.doc │ │ ├── description_updates.tra │ │ ├── item_descriptions.tra │ │ ├── item_upgrades.tra │ │ ├── mapping of strings.txt │ │ ├── masterwork.tra │ │ ├── multiclasses.tra │ │ ├── potion_descriptions.tra │ │ ├── proficiencies.tra │ │ ├── setup.tra │ │ ├── spell_revisions.tra │ │ └── store_revisions.tra │ ├── iconv │ │ ├── iconv.exe │ │ ├── libcharset1.dll │ │ ├── libiconv2.dll │ │ └── libintl3.dll │ ├── russian │ │ ├── description_updates.doc │ │ ├── description_updates.tra │ │ ├── item_descriptions.tra │ │ ├── item_upgrades.tra │ │ ├── mapping of strings.txt │ │ ├── masterwork.tra │ │ ├── multiclasses.tra │ │ ├── potion_descriptions.tra │ │ ├── proficiencies.tra │ │ ├── setup.tra │ │ ├── spell_revisions.tra │ │ └── store_revisions.tra │ └── spanish │ │ ├── item_descriptions.tra │ │ ├── masterwork.tra │ │ ├── proficiencies.tra │ │ ├── setup.tra │ │ └── spell_revisions.tra ├── lib │ ├── armor_list.tpa │ ├── armor_penalty_table.txt │ ├── bg2_weapon_stats.txt │ ├── compatibility.tpa │ ├── descriptions.tpa │ ├── fixpack.tpa │ ├── identify_fix.tpa │ ├── identify_item.tpa │ ├── ir_weapon_stats.txt │ ├── iron_crisis.tpa │ ├── macros.tpa │ ├── multiclass_standard.tpa │ ├── shield_list.tpa │ ├── store_rev_macros.tpa │ ├── strrefs.tpa │ ├── tob_hacks_caster_level.tpa │ ├── tob_hacks_repeating_eff.tpa │ ├── tooltip_macro.tpa │ ├── usability_description.tpa │ └── weapon_changes_main.tpa ├── readme-item_rev.html ├── settings.ini ├── style │ ├── g3.ico │ ├── g3banner.bmp │ ├── g3icon.ico │ └── g3readme.css └── tobex_redist │ ├── AsmJit.dll │ ├── TobEx.dll │ ├── TobEx.lua │ ├── TobEx.tpa │ ├── TobEx.tra │ ├── TobEx0018.tpa │ ├── TobEx0018t.txt │ ├── TobEx0019.tpa │ ├── TobEx0020.tpa │ ├── TobEx0020t.txt │ ├── TobEx0021.tpa │ ├── TobEx0022.tpa │ ├── TobEx0023.tpa │ ├── TobEx0023t.txt │ ├── TobEx0024.tpa │ ├── TobEx0024t.txt │ ├── TobEx0025.tpa │ ├── TobExLoader.exe │ ├── TobExVer.txt │ ├── TobEx_ini.txt │ ├── default_core.ini │ ├── default_tweak.ini │ ├── lua │ ├── area.lua │ ├── creature.lua │ ├── dump.lua │ ├── sprite.lua │ └── user.lua │ ├── override │ ├── anitnsnd.2da │ ├── aniwksnd.2da │ ├── argtype.ids │ ├── asgnspec.ids │ ├── bardsong.spl │ ├── clsrcreq.2da │ ├── clssplab.2da │ ├── diffmod.2da │ ├── encumber.2da │ ├── hidespl.2da │ ├── hpbarb.2da │ ├── hpclass.2da │ ├── item_use.2da │ ├── mgsrcreq.2da │ ├── racetext.2da │ ├── rndbase1.bmp │ ├── rndbase2.bmp │ ├── rndbase3.bmp │ ├── rndbase4.bmp │ ├── rndbase5.bmp │ ├── sltsteal.2da │ └── toolscrl.bam │ ├── patch │ └── template.patch │ └── readme │ ├── TobExReference.htm │ ├── readme.htm │ └── revisions.txt └── package_mod.bat /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/.gitignore -------------------------------------------------------------------------------- /item_rev/change-log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/change-log.txt -------------------------------------------------------------------------------- /item_rev/debug/debug.txt: -------------------------------------------------------------------------------- 1 | debug output files appear in this folder 2 | -------------------------------------------------------------------------------- /item_rev/debug/weapon_debug.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /item_rev/desktop.ini: -------------------------------------------------------------------------------- 1 | [.ShellClassInfo] 2 | IconResource=style\g3.ico,0 3 | -------------------------------------------------------------------------------- /item_rev/ds/ds.tph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/ds/ds.tph -------------------------------------------------------------------------------- /item_rev/item_rev.tp2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/item_rev.tp2 -------------------------------------------------------------------------------- /item_rev/itm/aegis.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/aegis.itm -------------------------------------------------------------------------------- /item_rev/itm/aegis2.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/aegis2.itm -------------------------------------------------------------------------------- /item_rev/itm/amsoul01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/amsoul01.itm -------------------------------------------------------------------------------- /item_rev/itm/amul01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/amul01.itm -------------------------------------------------------------------------------- /item_rev/itm/amul01.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/amul01.spl -------------------------------------------------------------------------------- /item_rev/itm/amul14.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/amul14.itm -------------------------------------------------------------------------------- /item_rev/itm/amul15.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/amul15.itm -------------------------------------------------------------------------------- /item_rev/itm/amul16.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/amul16.itm -------------------------------------------------------------------------------- /item_rev/itm/amul17.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/amul17.itm -------------------------------------------------------------------------------- /item_rev/itm/amul17.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/amul17.spl -------------------------------------------------------------------------------- /item_rev/itm/amul18.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/amul18.itm -------------------------------------------------------------------------------- /item_rev/itm/amul19.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/amul19.itm -------------------------------------------------------------------------------- /item_rev/itm/amul20.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/amul20.itm -------------------------------------------------------------------------------- /item_rev/itm/amul21.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/amul21.itm -------------------------------------------------------------------------------- /item_rev/itm/amul22.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/amul22.itm -------------------------------------------------------------------------------- /item_rev/itm/amul23.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/amul23.itm -------------------------------------------------------------------------------- /item_rev/itm/amul24.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/amul24.itm -------------------------------------------------------------------------------- /item_rev/itm/amul25.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/amul25.itm -------------------------------------------------------------------------------- /item_rev/itm/amul25.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/amul25.spl -------------------------------------------------------------------------------- /item_rev/itm/amul26.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/amul26.itm -------------------------------------------------------------------------------- /item_rev/itm/amul27.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/amul27.itm -------------------------------------------------------------------------------- /item_rev/itm/amul28.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/amul28.itm -------------------------------------------------------------------------------- /item_rev/itm/anarchic.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/anarchic.eff -------------------------------------------------------------------------------- /item_rev/itm/arow01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/arow01.itm -------------------------------------------------------------------------------- /item_rev/itm/arow02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/arow02.itm -------------------------------------------------------------------------------- /item_rev/itm/arow03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/arow03.itm -------------------------------------------------------------------------------- /item_rev/itm/arow04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/arow04.itm -------------------------------------------------------------------------------- /item_rev/itm/arow05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/arow05.itm -------------------------------------------------------------------------------- /item_rev/itm/arow06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/arow06.itm -------------------------------------------------------------------------------- /item_rev/itm/arow07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/arow07.itm -------------------------------------------------------------------------------- /item_rev/itm/arow08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/arow08.itm -------------------------------------------------------------------------------- /item_rev/itm/arow09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/arow09.itm -------------------------------------------------------------------------------- /item_rev/itm/arow10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/arow10.itm -------------------------------------------------------------------------------- /item_rev/itm/arow11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/arow11.itm -------------------------------------------------------------------------------- /item_rev/itm/arow15.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/arow15.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h01.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h02.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h03.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h04.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h05.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h06.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h07.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h08.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h08a.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h08a.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h08b.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h08b.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h09.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h09a.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h09a.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h09b.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h09b.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h10.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h10a.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h10a.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h10b.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h10b.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h11.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h12.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h12.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h13.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h13.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h14.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h14.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h15.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h15.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h16.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h16.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h16a.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h16a.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h16b.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h16b.itm -------------------------------------------------------------------------------- /item_rev/itm/ax1h17.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ax1h17.itm -------------------------------------------------------------------------------- /item_rev/itm/axiom1.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/axiom1.eff -------------------------------------------------------------------------------- /item_rev/itm/axiom2.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/axiom2.eff -------------------------------------------------------------------------------- /item_rev/itm/axiom3.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/axiom3.eff -------------------------------------------------------------------------------- /item_rev/itm/axiom4.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/axiom4.eff -------------------------------------------------------------------------------- /item_rev/itm/axiom5.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/axiom5.eff -------------------------------------------------------------------------------- /item_rev/itm/axiom6.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/axiom6.eff -------------------------------------------------------------------------------- /item_rev/itm/axiomat.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/axiomat.eff -------------------------------------------------------------------------------- /item_rev/itm/belt02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/belt02.itm -------------------------------------------------------------------------------- /item_rev/itm/belt03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/belt03.itm -------------------------------------------------------------------------------- /item_rev/itm/belt04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/belt04.itm -------------------------------------------------------------------------------- /item_rev/itm/belt05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/belt05.itm -------------------------------------------------------------------------------- /item_rev/itm/belt06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/belt06.itm -------------------------------------------------------------------------------- /item_rev/itm/belt07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/belt07.itm -------------------------------------------------------------------------------- /item_rev/itm/belt08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/belt08.itm -------------------------------------------------------------------------------- /item_rev/itm/belt09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/belt09.itm -------------------------------------------------------------------------------- /item_rev/itm/belt10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/belt10.itm -------------------------------------------------------------------------------- /item_rev/itm/belt10a.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/belt10a.spl -------------------------------------------------------------------------------- /item_rev/itm/belt10b.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/belt10b.spl -------------------------------------------------------------------------------- /item_rev/itm/belt11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/belt11.itm -------------------------------------------------------------------------------- /item_rev/itm/berser02.cre: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/berser02.cre -------------------------------------------------------------------------------- /item_rev/itm/berser03.cre: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/berser03.cre -------------------------------------------------------------------------------- /item_rev/itm/bersersu.cre: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bersersu.cre -------------------------------------------------------------------------------- /item_rev/itm/bleat01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bleat01.itm -------------------------------------------------------------------------------- /item_rev/itm/bleat02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bleat02.itm -------------------------------------------------------------------------------- /item_rev/itm/bleat03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bleat03.itm -------------------------------------------------------------------------------- /item_rev/itm/blun01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun01.itm -------------------------------------------------------------------------------- /item_rev/itm/blun02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun02.itm -------------------------------------------------------------------------------- /item_rev/itm/blun03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun03.itm -------------------------------------------------------------------------------- /item_rev/itm/blun04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun04.itm -------------------------------------------------------------------------------- /item_rev/itm/blun05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun05.itm -------------------------------------------------------------------------------- /item_rev/itm/blun06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun06.itm -------------------------------------------------------------------------------- /item_rev/itm/blun07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun07.itm -------------------------------------------------------------------------------- /item_rev/itm/blun08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun08.itm -------------------------------------------------------------------------------- /item_rev/itm/blun09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun09.itm -------------------------------------------------------------------------------- /item_rev/itm/blun09.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun09.spl -------------------------------------------------------------------------------- /item_rev/itm/blun10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun10.itm -------------------------------------------------------------------------------- /item_rev/itm/blun11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun11.itm -------------------------------------------------------------------------------- /item_rev/itm/blun12.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun12.itm -------------------------------------------------------------------------------- /item_rev/itm/blun13.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun13.itm -------------------------------------------------------------------------------- /item_rev/itm/blun14.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun14.itm -------------------------------------------------------------------------------- /item_rev/itm/blun14d.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun14d.itm -------------------------------------------------------------------------------- /item_rev/itm/blun14e.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun14e.itm -------------------------------------------------------------------------------- /item_rev/itm/blun14f.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun14f.itm -------------------------------------------------------------------------------- /item_rev/itm/blun14g.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun14g.itm -------------------------------------------------------------------------------- /item_rev/itm/blun14h.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun14h.itm -------------------------------------------------------------------------------- /item_rev/itm/blun14i.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun14i.itm -------------------------------------------------------------------------------- /item_rev/itm/blun15.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun15.itm -------------------------------------------------------------------------------- /item_rev/itm/blun16.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun16.itm -------------------------------------------------------------------------------- /item_rev/itm/blun17.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun17.itm -------------------------------------------------------------------------------- /item_rev/itm/blun18.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun18.itm -------------------------------------------------------------------------------- /item_rev/itm/blun19.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun19.itm -------------------------------------------------------------------------------- /item_rev/itm/blun20.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun20.itm -------------------------------------------------------------------------------- /item_rev/itm/blun21.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun21.itm -------------------------------------------------------------------------------- /item_rev/itm/blun22.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun22.itm -------------------------------------------------------------------------------- /item_rev/itm/blun23.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun23.itm -------------------------------------------------------------------------------- /item_rev/itm/blun24.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun24.itm -------------------------------------------------------------------------------- /item_rev/itm/blun25.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun25.itm -------------------------------------------------------------------------------- /item_rev/itm/blun26.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun26.itm -------------------------------------------------------------------------------- /item_rev/itm/blun27.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun27.itm -------------------------------------------------------------------------------- /item_rev/itm/blun28.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun28.itm -------------------------------------------------------------------------------- /item_rev/itm/blun29.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun29.itm -------------------------------------------------------------------------------- /item_rev/itm/blun30.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun30.itm -------------------------------------------------------------------------------- /item_rev/itm/blun30c.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun30c.itm -------------------------------------------------------------------------------- /item_rev/itm/blun30d.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun30d.itm -------------------------------------------------------------------------------- /item_rev/itm/blun31.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun31.itm -------------------------------------------------------------------------------- /item_rev/itm/blun32.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun32.itm -------------------------------------------------------------------------------- /item_rev/itm/blun33.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun33.itm -------------------------------------------------------------------------------- /item_rev/itm/blun34.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun34.itm -------------------------------------------------------------------------------- /item_rev/itm/blun35.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/blun35.itm -------------------------------------------------------------------------------- /item_rev/itm/bolt01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bolt01.itm -------------------------------------------------------------------------------- /item_rev/itm/bolt02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bolt02.itm -------------------------------------------------------------------------------- /item_rev/itm/bolt03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bolt03.itm -------------------------------------------------------------------------------- /item_rev/itm/bolt04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bolt04.itm -------------------------------------------------------------------------------- /item_rev/itm/bolt05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bolt05.itm -------------------------------------------------------------------------------- /item_rev/itm/bolt06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bolt06.itm -------------------------------------------------------------------------------- /item_rev/itm/bolt07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bolt07.itm -------------------------------------------------------------------------------- /item_rev/itm/bolt08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bolt08.itm -------------------------------------------------------------------------------- /item_rev/itm/bolt09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bolt09.itm -------------------------------------------------------------------------------- /item_rev/itm/boot01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/boot01.itm -------------------------------------------------------------------------------- /item_rev/itm/boot02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/boot02.itm -------------------------------------------------------------------------------- /item_rev/itm/boot03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/boot03.itm -------------------------------------------------------------------------------- /item_rev/itm/boot04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/boot04.itm -------------------------------------------------------------------------------- /item_rev/itm/boot05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/boot05.itm -------------------------------------------------------------------------------- /item_rev/itm/boot07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/boot07.itm -------------------------------------------------------------------------------- /item_rev/itm/boot08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/boot08.itm -------------------------------------------------------------------------------- /item_rev/itm/boot09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/boot09.itm -------------------------------------------------------------------------------- /item_rev/itm/boot10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/boot10.itm -------------------------------------------------------------------------------- /item_rev/itm/boot11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/boot11.itm -------------------------------------------------------------------------------- /item_rev/itm/boot12.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/boot12.itm -------------------------------------------------------------------------------- /item_rev/itm/boot12.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/boot12.spl -------------------------------------------------------------------------------- /item_rev/itm/bow01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow01.itm -------------------------------------------------------------------------------- /item_rev/itm/bow02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow02.itm -------------------------------------------------------------------------------- /item_rev/itm/bow03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow03.itm -------------------------------------------------------------------------------- /item_rev/itm/bow04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow04.itm -------------------------------------------------------------------------------- /item_rev/itm/bow05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow05.itm -------------------------------------------------------------------------------- /item_rev/itm/bow06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow06.itm -------------------------------------------------------------------------------- /item_rev/itm/bow07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow07.itm -------------------------------------------------------------------------------- /item_rev/itm/bow08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow08.itm -------------------------------------------------------------------------------- /item_rev/itm/bow09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow09.itm -------------------------------------------------------------------------------- /item_rev/itm/bow10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow10.itm -------------------------------------------------------------------------------- /item_rev/itm/bow11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow11.itm -------------------------------------------------------------------------------- /item_rev/itm/bow12.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow12.itm -------------------------------------------------------------------------------- /item_rev/itm/bow13.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow13.itm -------------------------------------------------------------------------------- /item_rev/itm/bow14.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow14.itm -------------------------------------------------------------------------------- /item_rev/itm/bow15.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow15.itm -------------------------------------------------------------------------------- /item_rev/itm/bow16.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow16.itm -------------------------------------------------------------------------------- /item_rev/itm/bow17.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow17.itm -------------------------------------------------------------------------------- /item_rev/itm/bow18.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow18.itm -------------------------------------------------------------------------------- /item_rev/itm/bow19.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow19.itm -------------------------------------------------------------------------------- /item_rev/itm/bow20.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow20.itm -------------------------------------------------------------------------------- /item_rev/itm/bow21.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow21.itm -------------------------------------------------------------------------------- /item_rev/itm/bow22.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow22.itm -------------------------------------------------------------------------------- /item_rev/itm/bow23.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow23.itm -------------------------------------------------------------------------------- /item_rev/itm/bow24.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow24.itm -------------------------------------------------------------------------------- /item_rev/itm/bow25.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow25.itm -------------------------------------------------------------------------------- /item_rev/itm/bow26.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bow26.itm -------------------------------------------------------------------------------- /item_rev/itm/brac01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac01.itm -------------------------------------------------------------------------------- /item_rev/itm/brac02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac02.itm -------------------------------------------------------------------------------- /item_rev/itm/brac03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac03.itm -------------------------------------------------------------------------------- /item_rev/itm/brac04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac04.itm -------------------------------------------------------------------------------- /item_rev/itm/brac06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac06.itm -------------------------------------------------------------------------------- /item_rev/itm/brac07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac07.itm -------------------------------------------------------------------------------- /item_rev/itm/brac08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac08.itm -------------------------------------------------------------------------------- /item_rev/itm/brac09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac09.itm -------------------------------------------------------------------------------- /item_rev/itm/brac10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac10.itm -------------------------------------------------------------------------------- /item_rev/itm/brac10a.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac10a.eff -------------------------------------------------------------------------------- /item_rev/itm/brac10b.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac10b.eff -------------------------------------------------------------------------------- /item_rev/itm/brac11.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac11.eff -------------------------------------------------------------------------------- /item_rev/itm/brac11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac11.itm -------------------------------------------------------------------------------- /item_rev/itm/brac13.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac13.itm -------------------------------------------------------------------------------- /item_rev/itm/brac14.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac14.itm -------------------------------------------------------------------------------- /item_rev/itm/brac15.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac15.itm -------------------------------------------------------------------------------- /item_rev/itm/brac16.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac16.itm -------------------------------------------------------------------------------- /item_rev/itm/brac17.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac17.itm -------------------------------------------------------------------------------- /item_rev/itm/brac18.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac18.itm -------------------------------------------------------------------------------- /item_rev/itm/brac19.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac19.itm -------------------------------------------------------------------------------- /item_rev/itm/brac20.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac20.itm -------------------------------------------------------------------------------- /item_rev/itm/brac21.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac21.itm -------------------------------------------------------------------------------- /item_rev/itm/brac22.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac22.itm -------------------------------------------------------------------------------- /item_rev/itm/brac23.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac23.itm -------------------------------------------------------------------------------- /item_rev/itm/brac24.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac24.itm -------------------------------------------------------------------------------- /item_rev/itm/brac25.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac25.itm -------------------------------------------------------------------------------- /item_rev/itm/brac26.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/brac26.itm -------------------------------------------------------------------------------- /item_rev/itm/bruenaxe.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bruenaxe.itm -------------------------------------------------------------------------------- /item_rev/itm/bruenpla.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bruenpla.itm -------------------------------------------------------------------------------- /item_rev/itm/bsw1h01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bsw1h01.itm -------------------------------------------------------------------------------- /item_rev/itm/bull01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bull01.itm -------------------------------------------------------------------------------- /item_rev/itm/bull02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bull02.itm -------------------------------------------------------------------------------- /item_rev/itm/bull03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bull03.itm -------------------------------------------------------------------------------- /item_rev/itm/bull04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bull04.itm -------------------------------------------------------------------------------- /item_rev/itm/bull05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bull05.itm -------------------------------------------------------------------------------- /item_rev/itm/bull06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/bull06.itm -------------------------------------------------------------------------------- /item_rev/itm/caosdam2.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/caosdam2.eff -------------------------------------------------------------------------------- /item_rev/itm/caoshit2.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/caoshit2.eff -------------------------------------------------------------------------------- /item_rev/itm/catliowp.cre: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/catliowp.cre -------------------------------------------------------------------------------- /item_rev/itm/cattibow.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/cattibow.itm -------------------------------------------------------------------------------- /item_rev/itm/chan01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/chan01.itm -------------------------------------------------------------------------------- /item_rev/itm/chan02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/chan02.itm -------------------------------------------------------------------------------- /item_rev/itm/chan03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/chan03.itm -------------------------------------------------------------------------------- /item_rev/itm/chan04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/chan04.itm -------------------------------------------------------------------------------- /item_rev/itm/chan05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/chan05.itm -------------------------------------------------------------------------------- /item_rev/itm/chan06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/chan06.itm -------------------------------------------------------------------------------- /item_rev/itm/chan07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/chan07.itm -------------------------------------------------------------------------------- /item_rev/itm/chan08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/chan08.itm -------------------------------------------------------------------------------- /item_rev/itm/chan09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/chan09.itm -------------------------------------------------------------------------------- /item_rev/itm/chan10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/chan10.itm -------------------------------------------------------------------------------- /item_rev/itm/chan11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/chan11.itm -------------------------------------------------------------------------------- /item_rev/itm/chan12.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/chan12.itm -------------------------------------------------------------------------------- /item_rev/itm/chan13.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/chan13.itm -------------------------------------------------------------------------------- /item_rev/itm/chan14.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/chan14.itm -------------------------------------------------------------------------------- /item_rev/itm/chan15.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/chan15.itm -------------------------------------------------------------------------------- /item_rev/itm/chan16.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/chan16.itm -------------------------------------------------------------------------------- /item_rev/itm/chan17.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/chan17.itm -------------------------------------------------------------------------------- /item_rev/itm/chan18.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/chan18.itm -------------------------------------------------------------------------------- /item_rev/itm/chan19.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/chan19.itm -------------------------------------------------------------------------------- /item_rev/itm/chan20.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/chan20.itm -------------------------------------------------------------------------------- /item_rev/itm/chan21.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/chan21.itm -------------------------------------------------------------------------------- /item_rev/itm/clck01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck01.itm -------------------------------------------------------------------------------- /item_rev/itm/clck02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck02.itm -------------------------------------------------------------------------------- /item_rev/itm/clck03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck03.itm -------------------------------------------------------------------------------- /item_rev/itm/clck03a.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck03a.spl -------------------------------------------------------------------------------- /item_rev/itm/clck03b.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck03b.spl -------------------------------------------------------------------------------- /item_rev/itm/clck04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck04.itm -------------------------------------------------------------------------------- /item_rev/itm/clck05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck05.itm -------------------------------------------------------------------------------- /item_rev/itm/clck06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck06.itm -------------------------------------------------------------------------------- /item_rev/itm/clck07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck07.itm -------------------------------------------------------------------------------- /item_rev/itm/clck08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck08.itm -------------------------------------------------------------------------------- /item_rev/itm/clck09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck09.itm -------------------------------------------------------------------------------- /item_rev/itm/clck10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck10.itm -------------------------------------------------------------------------------- /item_rev/itm/clck11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck11.itm -------------------------------------------------------------------------------- /item_rev/itm/clck12.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck12.itm -------------------------------------------------------------------------------- /item_rev/itm/clck13.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck13.itm -------------------------------------------------------------------------------- /item_rev/itm/clck14.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck14.itm -------------------------------------------------------------------------------- /item_rev/itm/clck15.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck15.itm -------------------------------------------------------------------------------- /item_rev/itm/clck15.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck15.spl -------------------------------------------------------------------------------- /item_rev/itm/clck16.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck16.itm -------------------------------------------------------------------------------- /item_rev/itm/clck17.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck17.itm -------------------------------------------------------------------------------- /item_rev/itm/clck18.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck18.itm -------------------------------------------------------------------------------- /item_rev/itm/clck20.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck20.itm -------------------------------------------------------------------------------- /item_rev/itm/clck23.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck23.itm -------------------------------------------------------------------------------- /item_rev/itm/clck24.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck24.itm -------------------------------------------------------------------------------- /item_rev/itm/clck25.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck25.itm -------------------------------------------------------------------------------- /item_rev/itm/clck25a.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck25a.spl -------------------------------------------------------------------------------- /item_rev/itm/clck25b.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck25b.spl -------------------------------------------------------------------------------- /item_rev/itm/clck26.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck26.itm -------------------------------------------------------------------------------- /item_rev/itm/clck26.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck26.spl -------------------------------------------------------------------------------- /item_rev/itm/clck27.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck27.itm -------------------------------------------------------------------------------- /item_rev/itm/clck29.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck29.itm -------------------------------------------------------------------------------- /item_rev/itm/clck30.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck30.itm -------------------------------------------------------------------------------- /item_rev/itm/clck31.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck31.itm -------------------------------------------------------------------------------- /item_rev/itm/clck32.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clck32.itm -------------------------------------------------------------------------------- /item_rev/itm/clolth.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/clolth.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg01.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg02.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg03.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg04.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg05.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg06.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg07.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg08.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg09.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg10.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg11.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg12.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg12.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg13.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg13.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg14.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg14.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg15.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg15.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg16.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg16.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg17.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg17.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg18.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg18.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg19.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg19.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg20.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg20.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg21.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg21.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg22.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg22.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg23.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg23.itm -------------------------------------------------------------------------------- /item_rev/itm/dagg24.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dagg24.itm -------------------------------------------------------------------------------- /item_rev/itm/dart01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dart01.itm -------------------------------------------------------------------------------- /item_rev/itm/dart02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dart02.itm -------------------------------------------------------------------------------- /item_rev/itm/dart03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dart03.itm -------------------------------------------------------------------------------- /item_rev/itm/dart04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dart04.itm -------------------------------------------------------------------------------- /item_rev/itm/dart05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dart05.itm -------------------------------------------------------------------------------- /item_rev/itm/dart06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dart06.itm -------------------------------------------------------------------------------- /item_rev/itm/dart07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dart07.itm -------------------------------------------------------------------------------- /item_rev/itm/dart08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dart08.itm -------------------------------------------------------------------------------- /item_rev/itm/dvblur.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dvblur.spl -------------------------------------------------------------------------------- /item_rev/itm/dvboom.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dvboom.eff -------------------------------------------------------------------------------- /item_rev/itm/dvboom.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dvboom.spl -------------------------------------------------------------------------------- /item_rev/itm/dvbram.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dvbram.eff -------------------------------------------------------------------------------- /item_rev/itm/dvbram.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dvbram.spl -------------------------------------------------------------------------------- /item_rev/itm/dvdoom.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dvdoom.eff -------------------------------------------------------------------------------- /item_rev/itm/dvdoom.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dvdoom.spl -------------------------------------------------------------------------------- /item_rev/itm/dvpin.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dvpin.eff -------------------------------------------------------------------------------- /item_rev/itm/dvpin.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dvpin.spl -------------------------------------------------------------------------------- /item_rev/itm/dvrat.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dvrat.itm -------------------------------------------------------------------------------- /item_rev/itm/dvslay.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dvslay.eff -------------------------------------------------------------------------------- /item_rev/itm/dvslay.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dvslay.spl -------------------------------------------------------------------------------- /item_rev/itm/dvstag.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dvstag.eff -------------------------------------------------------------------------------- /item_rev/itm/dvstag.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dvstag.spl -------------------------------------------------------------------------------- /item_rev/itm/dvstun.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dvstun.eff -------------------------------------------------------------------------------- /item_rev/itm/dvstun.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dvstun.spl -------------------------------------------------------------------------------- /item_rev/itm/dvweb.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dvweb.eff -------------------------------------------------------------------------------- /item_rev/itm/dvweb.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dvweb.spl -------------------------------------------------------------------------------- /item_rev/itm/dvwere.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/dvwere.itm -------------------------------------------------------------------------------- /item_rev/itm/enmorn.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/enmorn.itm -------------------------------------------------------------------------------- /item_rev/itm/halb01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/halb01.itm -------------------------------------------------------------------------------- /item_rev/itm/halb02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/halb02.itm -------------------------------------------------------------------------------- /item_rev/itm/halb03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/halb03.itm -------------------------------------------------------------------------------- /item_rev/itm/halb04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/halb04.itm -------------------------------------------------------------------------------- /item_rev/itm/halb05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/halb05.itm -------------------------------------------------------------------------------- /item_rev/itm/halb06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/halb06.itm -------------------------------------------------------------------------------- /item_rev/itm/halb07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/halb07.itm -------------------------------------------------------------------------------- /item_rev/itm/halb08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/halb08.itm -------------------------------------------------------------------------------- /item_rev/itm/halb09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/halb09.itm -------------------------------------------------------------------------------- /item_rev/itm/halb10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/halb10.itm -------------------------------------------------------------------------------- /item_rev/itm/halb11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/halb11.itm -------------------------------------------------------------------------------- /item_rev/itm/halb12.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/halb12.itm -------------------------------------------------------------------------------- /item_rev/itm/hamm01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/hamm01.itm -------------------------------------------------------------------------------- /item_rev/itm/hamm02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/hamm02.itm -------------------------------------------------------------------------------- /item_rev/itm/hamm03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/hamm03.itm -------------------------------------------------------------------------------- /item_rev/itm/hamm04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/hamm04.itm -------------------------------------------------------------------------------- /item_rev/itm/hamm05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/hamm05.itm -------------------------------------------------------------------------------- /item_rev/itm/hamm06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/hamm06.itm -------------------------------------------------------------------------------- /item_rev/itm/hamm07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/hamm07.itm -------------------------------------------------------------------------------- /item_rev/itm/hamm08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/hamm08.itm -------------------------------------------------------------------------------- /item_rev/itm/hamm09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/hamm09.itm -------------------------------------------------------------------------------- /item_rev/itm/hamm10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/hamm10.itm -------------------------------------------------------------------------------- /item_rev/itm/hamm11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/hamm11.itm -------------------------------------------------------------------------------- /item_rev/itm/hamm12.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/hamm12.itm -------------------------------------------------------------------------------- /item_rev/itm/helm01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm01.itm -------------------------------------------------------------------------------- /item_rev/itm/helm02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm02.itm -------------------------------------------------------------------------------- /item_rev/itm/helm03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm03.itm -------------------------------------------------------------------------------- /item_rev/itm/helm04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm04.itm -------------------------------------------------------------------------------- /item_rev/itm/helm05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm05.itm -------------------------------------------------------------------------------- /item_rev/itm/helm06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm06.itm -------------------------------------------------------------------------------- /item_rev/itm/helm07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm07.itm -------------------------------------------------------------------------------- /item_rev/itm/helm08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm08.itm -------------------------------------------------------------------------------- /item_rev/itm/helm09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm09.itm -------------------------------------------------------------------------------- /item_rev/itm/helm10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm10.itm -------------------------------------------------------------------------------- /item_rev/itm/helm11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm11.itm -------------------------------------------------------------------------------- /item_rev/itm/helm12.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm12.itm -------------------------------------------------------------------------------- /item_rev/itm/helm13.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm13.itm -------------------------------------------------------------------------------- /item_rev/itm/helm14.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm14.itm -------------------------------------------------------------------------------- /item_rev/itm/helm15.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm15.itm -------------------------------------------------------------------------------- /item_rev/itm/helm16.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm16.itm -------------------------------------------------------------------------------- /item_rev/itm/helm17.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm17.itm -------------------------------------------------------------------------------- /item_rev/itm/helm18.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm18.itm -------------------------------------------------------------------------------- /item_rev/itm/helm19.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm19.itm -------------------------------------------------------------------------------- /item_rev/itm/helm20.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm20.itm -------------------------------------------------------------------------------- /item_rev/itm/helm21.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm21.itm -------------------------------------------------------------------------------- /item_rev/itm/helm22.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm22.itm -------------------------------------------------------------------------------- /item_rev/itm/helm23.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm23.itm -------------------------------------------------------------------------------- /item_rev/itm/helm24.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm24.itm -------------------------------------------------------------------------------- /item_rev/itm/helm25.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm25.itm -------------------------------------------------------------------------------- /item_rev/itm/helm26.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm26.itm -------------------------------------------------------------------------------- /item_rev/itm/helm27.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm27.itm -------------------------------------------------------------------------------- /item_rev/itm/helm28.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm28.itm -------------------------------------------------------------------------------- /item_rev/itm/helm29.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm29.itm -------------------------------------------------------------------------------- /item_rev/itm/helm30.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm30.itm -------------------------------------------------------------------------------- /item_rev/itm/helm31.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm31.itm -------------------------------------------------------------------------------- /item_rev/itm/helm31.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm31.spl -------------------------------------------------------------------------------- /item_rev/itm/helm32.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm32.itm -------------------------------------------------------------------------------- /item_rev/itm/helm33.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm33.itm -------------------------------------------------------------------------------- /item_rev/itm/helm34.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/helm34.itm -------------------------------------------------------------------------------- /item_rev/itm/hlolth.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/hlolth.itm -------------------------------------------------------------------------------- /item_rev/itm/horn1.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/horn1.eff -------------------------------------------------------------------------------- /item_rev/itm/horn2.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/horn2.eff -------------------------------------------------------------------------------- /item_rev/itm/horn3.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/horn3.eff -------------------------------------------------------------------------------- /item_rev/itm/leat01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat01.itm -------------------------------------------------------------------------------- /item_rev/itm/leat02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat02.itm -------------------------------------------------------------------------------- /item_rev/itm/leat03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat03.itm -------------------------------------------------------------------------------- /item_rev/itm/leat04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat04.itm -------------------------------------------------------------------------------- /item_rev/itm/leat05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat05.itm -------------------------------------------------------------------------------- /item_rev/itm/leat06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat06.itm -------------------------------------------------------------------------------- /item_rev/itm/leat07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat07.itm -------------------------------------------------------------------------------- /item_rev/itm/leat08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat08.itm -------------------------------------------------------------------------------- /item_rev/itm/leat09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat09.itm -------------------------------------------------------------------------------- /item_rev/itm/leat10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat10.itm -------------------------------------------------------------------------------- /item_rev/itm/leat11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat11.itm -------------------------------------------------------------------------------- /item_rev/itm/leat12.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat12.itm -------------------------------------------------------------------------------- /item_rev/itm/leat13.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat13.itm -------------------------------------------------------------------------------- /item_rev/itm/leat14.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat14.itm -------------------------------------------------------------------------------- /item_rev/itm/leat15.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat15.itm -------------------------------------------------------------------------------- /item_rev/itm/leat16.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat16.itm -------------------------------------------------------------------------------- /item_rev/itm/leat17.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat17.itm -------------------------------------------------------------------------------- /item_rev/itm/leat18.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat18.itm -------------------------------------------------------------------------------- /item_rev/itm/leat19.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat19.itm -------------------------------------------------------------------------------- /item_rev/itm/leat20.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat20.itm -------------------------------------------------------------------------------- /item_rev/itm/leat21.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat21.itm -------------------------------------------------------------------------------- /item_rev/itm/leat22.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat22.itm -------------------------------------------------------------------------------- /item_rev/itm/leat23.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat23.itm -------------------------------------------------------------------------------- /item_rev/itm/leat24.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/leat24.itm -------------------------------------------------------------------------------- /item_rev/itm/misc3a.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/misc3a.itm -------------------------------------------------------------------------------- /item_rev/itm/misc3c.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/misc3c.itm -------------------------------------------------------------------------------- /item_rev/itm/misc3d.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/misc3d.itm -------------------------------------------------------------------------------- /item_rev/itm/misc3e.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/misc3e.itm -------------------------------------------------------------------------------- /item_rev/itm/misc3h.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/misc3h.itm -------------------------------------------------------------------------------- /item_rev/itm/misc3i.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/misc3i.itm -------------------------------------------------------------------------------- /item_rev/itm/misc3j.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/misc3j.itm -------------------------------------------------------------------------------- /item_rev/itm/misc3k.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/misc3k.itm -------------------------------------------------------------------------------- /item_rev/itm/misc3l.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/misc3l.itm -------------------------------------------------------------------------------- /item_rev/itm/misc3m.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/misc3m.itm -------------------------------------------------------------------------------- /item_rev/itm/misc3n.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/misc3n.itm -------------------------------------------------------------------------------- /item_rev/itm/misc3o.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/misc3o.itm -------------------------------------------------------------------------------- /item_rev/itm/misc3p.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/misc3p.itm -------------------------------------------------------------------------------- /item_rev/itm/misc5x.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/misc5x.itm -------------------------------------------------------------------------------- /item_rev/itm/misc6w.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/misc6w.itm -------------------------------------------------------------------------------- /item_rev/itm/misc72.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/misc72.itm -------------------------------------------------------------------------------- /item_rev/itm/misc73.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/misc73.itm -------------------------------------------------------------------------------- /item_rev/itm/misc75.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/misc75.itm -------------------------------------------------------------------------------- /item_rev/itm/misc89.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/misc89.itm -------------------------------------------------------------------------------- /item_rev/itm/miscbc.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/miscbc.itm -------------------------------------------------------------------------------- /item_rev/itm/nebdag.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/nebdag.itm -------------------------------------------------------------------------------- /item_rev/itm/nparm.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/nparm.itm -------------------------------------------------------------------------------- /item_rev/itm/npbelt.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/npbelt.itm -------------------------------------------------------------------------------- /item_rev/itm/npbow.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/npbow.itm -------------------------------------------------------------------------------- /item_rev/itm/npchan.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/npchan.itm -------------------------------------------------------------------------------- /item_rev/itm/npclck.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/npclck.itm -------------------------------------------------------------------------------- /item_rev/itm/npplat.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/npplat.itm -------------------------------------------------------------------------------- /item_rev/itm/npshld.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/npshld.itm -------------------------------------------------------------------------------- /item_rev/itm/npstaf.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/npstaf.itm -------------------------------------------------------------------------------- /item_rev/itm/npsw01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/npsw01.itm -------------------------------------------------------------------------------- /item_rev/itm/npsw02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/npsw02.itm -------------------------------------------------------------------------------- /item_rev/itm/npsw03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/npsw03.itm -------------------------------------------------------------------------------- /item_rev/itm/npsw04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/npsw04.itm -------------------------------------------------------------------------------- /item_rev/itm/npsw05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/npsw05.itm -------------------------------------------------------------------------------- /item_rev/itm/npsw06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/npsw06.itm -------------------------------------------------------------------------------- /item_rev/itm/plat01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat01.itm -------------------------------------------------------------------------------- /item_rev/itm/plat02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat02.itm -------------------------------------------------------------------------------- /item_rev/itm/plat04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat04.itm -------------------------------------------------------------------------------- /item_rev/itm/plat05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat05.itm -------------------------------------------------------------------------------- /item_rev/itm/plat06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat06.itm -------------------------------------------------------------------------------- /item_rev/itm/plat07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat07.itm -------------------------------------------------------------------------------- /item_rev/itm/plat08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat08.itm -------------------------------------------------------------------------------- /item_rev/itm/plat09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat09.itm -------------------------------------------------------------------------------- /item_rev/itm/plat10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat10.itm -------------------------------------------------------------------------------- /item_rev/itm/plat11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat11.itm -------------------------------------------------------------------------------- /item_rev/itm/plat12.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat12.itm -------------------------------------------------------------------------------- /item_rev/itm/plat13.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat13.itm -------------------------------------------------------------------------------- /item_rev/itm/plat14.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat14.itm -------------------------------------------------------------------------------- /item_rev/itm/plat15.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat15.itm -------------------------------------------------------------------------------- /item_rev/itm/plat16.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat16.itm -------------------------------------------------------------------------------- /item_rev/itm/plat17.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat17.itm -------------------------------------------------------------------------------- /item_rev/itm/plat18.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat18.itm -------------------------------------------------------------------------------- /item_rev/itm/plat19.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat19.itm -------------------------------------------------------------------------------- /item_rev/itm/plat20.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat20.itm -------------------------------------------------------------------------------- /item_rev/itm/plat21.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat21.itm -------------------------------------------------------------------------------- /item_rev/itm/plat22.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat22.itm -------------------------------------------------------------------------------- /item_rev/itm/plat23.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/plat23.itm -------------------------------------------------------------------------------- /item_rev/itm/potn02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn02.itm -------------------------------------------------------------------------------- /item_rev/itm/potn02.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn02.spl -------------------------------------------------------------------------------- /item_rev/itm/potn03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn03.itm -------------------------------------------------------------------------------- /item_rev/itm/potn03.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn03.spl -------------------------------------------------------------------------------- /item_rev/itm/potn04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn04.itm -------------------------------------------------------------------------------- /item_rev/itm/potn04.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn04.spl -------------------------------------------------------------------------------- /item_rev/itm/potn05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn05.itm -------------------------------------------------------------------------------- /item_rev/itm/potn05.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn05.spl -------------------------------------------------------------------------------- /item_rev/itm/potn06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn06.itm -------------------------------------------------------------------------------- /item_rev/itm/potn06.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn06.spl -------------------------------------------------------------------------------- /item_rev/itm/potn07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn07.itm -------------------------------------------------------------------------------- /item_rev/itm/potn07.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn07.spl -------------------------------------------------------------------------------- /item_rev/itm/potn08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn08.itm -------------------------------------------------------------------------------- /item_rev/itm/potn08.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn08.spl -------------------------------------------------------------------------------- /item_rev/itm/potn09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn09.itm -------------------------------------------------------------------------------- /item_rev/itm/potn09.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn09.spl -------------------------------------------------------------------------------- /item_rev/itm/potn10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn10.itm -------------------------------------------------------------------------------- /item_rev/itm/potn10.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn10.spl -------------------------------------------------------------------------------- /item_rev/itm/potn11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn11.itm -------------------------------------------------------------------------------- /item_rev/itm/potn11.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn11.spl -------------------------------------------------------------------------------- /item_rev/itm/potn12.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn12.itm -------------------------------------------------------------------------------- /item_rev/itm/potn12.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn12.spl -------------------------------------------------------------------------------- /item_rev/itm/potn13.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn13.eff -------------------------------------------------------------------------------- /item_rev/itm/potn13.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn13.itm -------------------------------------------------------------------------------- /item_rev/itm/potn13.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn13.spl -------------------------------------------------------------------------------- /item_rev/itm/potn14.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn14.itm -------------------------------------------------------------------------------- /item_rev/itm/potn14.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn14.spl -------------------------------------------------------------------------------- /item_rev/itm/potn15.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn15.itm -------------------------------------------------------------------------------- /item_rev/itm/potn15.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn15.spl -------------------------------------------------------------------------------- /item_rev/itm/potn16.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn16.itm -------------------------------------------------------------------------------- /item_rev/itm/potn16.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn16.spl -------------------------------------------------------------------------------- /item_rev/itm/potn17.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn17.itm -------------------------------------------------------------------------------- /item_rev/itm/potn17.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn17.spl -------------------------------------------------------------------------------- /item_rev/itm/potn18.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn18.itm -------------------------------------------------------------------------------- /item_rev/itm/potn18.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn18.spl -------------------------------------------------------------------------------- /item_rev/itm/potn19.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn19.itm -------------------------------------------------------------------------------- /item_rev/itm/potn19.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn19.spl -------------------------------------------------------------------------------- /item_rev/itm/potn20.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn20.itm -------------------------------------------------------------------------------- /item_rev/itm/potn20.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn20.spl -------------------------------------------------------------------------------- /item_rev/itm/potn21.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn21.itm -------------------------------------------------------------------------------- /item_rev/itm/potn21.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn21.spl -------------------------------------------------------------------------------- /item_rev/itm/potn22.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn22.itm -------------------------------------------------------------------------------- /item_rev/itm/potn22.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn22.spl -------------------------------------------------------------------------------- /item_rev/itm/potn23.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn23.itm -------------------------------------------------------------------------------- /item_rev/itm/potn23.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn23.spl -------------------------------------------------------------------------------- /item_rev/itm/potn24.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn24.itm -------------------------------------------------------------------------------- /item_rev/itm/potn24.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn24.spl -------------------------------------------------------------------------------- /item_rev/itm/potn25.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn25.itm -------------------------------------------------------------------------------- /item_rev/itm/potn25.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn25.spl -------------------------------------------------------------------------------- /item_rev/itm/potn26.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn26.itm -------------------------------------------------------------------------------- /item_rev/itm/potn26.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn26.spl -------------------------------------------------------------------------------- /item_rev/itm/potn27.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn27.itm -------------------------------------------------------------------------------- /item_rev/itm/potn27.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn27.spl -------------------------------------------------------------------------------- /item_rev/itm/potn28.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn28.itm -------------------------------------------------------------------------------- /item_rev/itm/potn28.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn28.spl -------------------------------------------------------------------------------- /item_rev/itm/potn29.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn29.itm -------------------------------------------------------------------------------- /item_rev/itm/potn29.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn29.spl -------------------------------------------------------------------------------- /item_rev/itm/potn30.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn30.itm -------------------------------------------------------------------------------- /item_rev/itm/potn30.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn30.spl -------------------------------------------------------------------------------- /item_rev/itm/potn31.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn31.itm -------------------------------------------------------------------------------- /item_rev/itm/potn31.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn31.spl -------------------------------------------------------------------------------- /item_rev/itm/potn32.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn32.itm -------------------------------------------------------------------------------- /item_rev/itm/potn32.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn32.spl -------------------------------------------------------------------------------- /item_rev/itm/potn33.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn33.itm -------------------------------------------------------------------------------- /item_rev/itm/potn33.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn33.spl -------------------------------------------------------------------------------- /item_rev/itm/potn34.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn34.itm -------------------------------------------------------------------------------- /item_rev/itm/potn34.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn34.spl -------------------------------------------------------------------------------- /item_rev/itm/potn35.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn35.itm -------------------------------------------------------------------------------- /item_rev/itm/potn35.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn35.spl -------------------------------------------------------------------------------- /item_rev/itm/potn36.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn36.itm -------------------------------------------------------------------------------- /item_rev/itm/potn36.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn36.spl -------------------------------------------------------------------------------- /item_rev/itm/potn37.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn37.itm -------------------------------------------------------------------------------- /item_rev/itm/potn37.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn37.spl -------------------------------------------------------------------------------- /item_rev/itm/potn38.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn38.itm -------------------------------------------------------------------------------- /item_rev/itm/potn38.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn38.spl -------------------------------------------------------------------------------- /item_rev/itm/potn39.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn39.itm -------------------------------------------------------------------------------- /item_rev/itm/potn39.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn39.spl -------------------------------------------------------------------------------- /item_rev/itm/potn40.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn40.itm -------------------------------------------------------------------------------- /item_rev/itm/potn40.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn40.spl -------------------------------------------------------------------------------- /item_rev/itm/potn41.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn41.itm -------------------------------------------------------------------------------- /item_rev/itm/potn41.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn41.spl -------------------------------------------------------------------------------- /item_rev/itm/potn42.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn42.itm -------------------------------------------------------------------------------- /item_rev/itm/potn42.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn42.spl -------------------------------------------------------------------------------- /item_rev/itm/potn43.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn43.itm -------------------------------------------------------------------------------- /item_rev/itm/potn43.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn43.spl -------------------------------------------------------------------------------- /item_rev/itm/potn44.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn44.itm -------------------------------------------------------------------------------- /item_rev/itm/potn44.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn44.spl -------------------------------------------------------------------------------- /item_rev/itm/potn45.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn45.itm -------------------------------------------------------------------------------- /item_rev/itm/potn45.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn45.spl -------------------------------------------------------------------------------- /item_rev/itm/potn46.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn46.itm -------------------------------------------------------------------------------- /item_rev/itm/potn46.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn46.spl -------------------------------------------------------------------------------- /item_rev/itm/potn47.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn47.itm -------------------------------------------------------------------------------- /item_rev/itm/potn48.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn48.itm -------------------------------------------------------------------------------- /item_rev/itm/potn52.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn52.itm -------------------------------------------------------------------------------- /item_rev/itm/potn52.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn52.spl -------------------------------------------------------------------------------- /item_rev/itm/potn53.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn53.itm -------------------------------------------------------------------------------- /item_rev/itm/potn55.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn55.itm -------------------------------------------------------------------------------- /item_rev/itm/potn55.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn55.spl -------------------------------------------------------------------------------- /item_rev/itm/potn56.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/potn56.itm -------------------------------------------------------------------------------- /item_rev/itm/reaver.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/reaver.itm -------------------------------------------------------------------------------- /item_rev/itm/ring02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring02.itm -------------------------------------------------------------------------------- /item_rev/itm/ring03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring03.itm -------------------------------------------------------------------------------- /item_rev/itm/ring04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring04.itm -------------------------------------------------------------------------------- /item_rev/itm/ring05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring05.itm -------------------------------------------------------------------------------- /item_rev/itm/ring06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring06.itm -------------------------------------------------------------------------------- /item_rev/itm/ring07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring07.itm -------------------------------------------------------------------------------- /item_rev/itm/ring08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring08.itm -------------------------------------------------------------------------------- /item_rev/itm/ring09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring09.itm -------------------------------------------------------------------------------- /item_rev/itm/ring20.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring20.itm -------------------------------------------------------------------------------- /item_rev/itm/ring21.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring21.itm -------------------------------------------------------------------------------- /item_rev/itm/ring22.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring22.itm -------------------------------------------------------------------------------- /item_rev/itm/ring23.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring23.itm -------------------------------------------------------------------------------- /item_rev/itm/ring25.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring25.itm -------------------------------------------------------------------------------- /item_rev/itm/ring26.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring26.itm -------------------------------------------------------------------------------- /item_rev/itm/ring27.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring27.eff -------------------------------------------------------------------------------- /item_rev/itm/ring27.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring27.itm -------------------------------------------------------------------------------- /item_rev/itm/ring27.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring27.spl -------------------------------------------------------------------------------- /item_rev/itm/ring28.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring28.eff -------------------------------------------------------------------------------- /item_rev/itm/ring28.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring28.itm -------------------------------------------------------------------------------- /item_rev/itm/ring29.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring29.eff -------------------------------------------------------------------------------- /item_rev/itm/ring29.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring29.itm -------------------------------------------------------------------------------- /item_rev/itm/ring29.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring29.spl -------------------------------------------------------------------------------- /item_rev/itm/ring30.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring30.itm -------------------------------------------------------------------------------- /item_rev/itm/ring30.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring30.spl -------------------------------------------------------------------------------- /item_rev/itm/ring31.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring31.itm -------------------------------------------------------------------------------- /item_rev/itm/ring33.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring33.itm -------------------------------------------------------------------------------- /item_rev/itm/ring33.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring33.spl -------------------------------------------------------------------------------- /item_rev/itm/ring34.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring34.itm -------------------------------------------------------------------------------- /item_rev/itm/ring34.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring34.spl -------------------------------------------------------------------------------- /item_rev/itm/ring35.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring35.itm -------------------------------------------------------------------------------- /item_rev/itm/ring36.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring36.itm -------------------------------------------------------------------------------- /item_rev/itm/ring39.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring39.itm -------------------------------------------------------------------------------- /item_rev/itm/ring40.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring40.itm -------------------------------------------------------------------------------- /item_rev/itm/ring41.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring41.itm -------------------------------------------------------------------------------- /item_rev/itm/ring42.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring42.itm -------------------------------------------------------------------------------- /item_rev/itm/ring44.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring44.itm -------------------------------------------------------------------------------- /item_rev/itm/ring46.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/ring46.itm -------------------------------------------------------------------------------- /item_rev/itm/rods01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/rods01.itm -------------------------------------------------------------------------------- /item_rev/itm/rods01.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/rods01.spl -------------------------------------------------------------------------------- /item_rev/itm/rods02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/rods02.itm -------------------------------------------------------------------------------- /item_rev/itm/rods03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/rods03.itm -------------------------------------------------------------------------------- /item_rev/itm/rods04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/rods04.itm -------------------------------------------------------------------------------- /item_rev/itm/rods05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/rods05.itm -------------------------------------------------------------------------------- /item_rev/itm/rods06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/rods06.itm -------------------------------------------------------------------------------- /item_rev/itm/rods06.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/rods06.spl -------------------------------------------------------------------------------- /item_rev/itm/scrl02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/scrl02.itm -------------------------------------------------------------------------------- /item_rev/itm/scrl03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/scrl03.itm -------------------------------------------------------------------------------- /item_rev/itm/scrl03.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/scrl03.spl -------------------------------------------------------------------------------- /item_rev/itm/scrl04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/scrl04.itm -------------------------------------------------------------------------------- /item_rev/itm/scrl04.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/scrl04.spl -------------------------------------------------------------------------------- /item_rev/itm/scrl05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/scrl05.itm -------------------------------------------------------------------------------- /item_rev/itm/scrl05.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/scrl05.spl -------------------------------------------------------------------------------- /item_rev/itm/scrl06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/scrl06.itm -------------------------------------------------------------------------------- /item_rev/itm/scrl06.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/scrl06.spl -------------------------------------------------------------------------------- /item_rev/itm/scrl07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/scrl07.itm -------------------------------------------------------------------------------- /item_rev/itm/scrl07.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/scrl07.spl -------------------------------------------------------------------------------- /item_rev/itm/scrl08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/scrl08.itm -------------------------------------------------------------------------------- /item_rev/itm/scrl08.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/scrl08.spl -------------------------------------------------------------------------------- /item_rev/itm/scrl09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/scrl09.itm -------------------------------------------------------------------------------- /item_rev/itm/scrl09.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/scrl09.spl -------------------------------------------------------------------------------- /item_rev/itm/scrl15.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/scrl15.itm -------------------------------------------------------------------------------- /item_rev/itm/scrl15.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/scrl15.spl -------------------------------------------------------------------------------- /item_rev/itm/shld01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld01.itm -------------------------------------------------------------------------------- /item_rev/itm/shld02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld02.itm -------------------------------------------------------------------------------- /item_rev/itm/shld03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld03.itm -------------------------------------------------------------------------------- /item_rev/itm/shld04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld04.itm -------------------------------------------------------------------------------- /item_rev/itm/shld05.it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld05.it -------------------------------------------------------------------------------- /item_rev/itm/shld05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld05.itm -------------------------------------------------------------------------------- /item_rev/itm/shld06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld06.itm -------------------------------------------------------------------------------- /item_rev/itm/shld07.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld07.eff -------------------------------------------------------------------------------- /item_rev/itm/shld07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld07.itm -------------------------------------------------------------------------------- /item_rev/itm/shld08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld08.itm -------------------------------------------------------------------------------- /item_rev/itm/shld09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld09.itm -------------------------------------------------------------------------------- /item_rev/itm/shld10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld10.itm -------------------------------------------------------------------------------- /item_rev/itm/shld11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld11.itm -------------------------------------------------------------------------------- /item_rev/itm/shld12.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld12.itm -------------------------------------------------------------------------------- /item_rev/itm/shld13.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld13.itm -------------------------------------------------------------------------------- /item_rev/itm/shld14.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld14.itm -------------------------------------------------------------------------------- /item_rev/itm/shld15.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld15.itm -------------------------------------------------------------------------------- /item_rev/itm/shld16.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld16.itm -------------------------------------------------------------------------------- /item_rev/itm/shld17.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld17.itm -------------------------------------------------------------------------------- /item_rev/itm/shld18.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld18.itm -------------------------------------------------------------------------------- /item_rev/itm/shld19.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld19.itm -------------------------------------------------------------------------------- /item_rev/itm/shld20.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld20.itm -------------------------------------------------------------------------------- /item_rev/itm/shld21.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld21.itm -------------------------------------------------------------------------------- /item_rev/itm/shld22.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld22.itm -------------------------------------------------------------------------------- /item_rev/itm/shld23.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld23.itm -------------------------------------------------------------------------------- /item_rev/itm/shld24.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld24.itm -------------------------------------------------------------------------------- /item_rev/itm/shld25.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld25.itm -------------------------------------------------------------------------------- /item_rev/itm/shld26.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld26.itm -------------------------------------------------------------------------------- /item_rev/itm/shld27.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld27.eff -------------------------------------------------------------------------------- /item_rev/itm/shld27.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld27.itm -------------------------------------------------------------------------------- /item_rev/itm/shld27.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld27.spl -------------------------------------------------------------------------------- /item_rev/itm/shld28.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld28.itm -------------------------------------------------------------------------------- /item_rev/itm/shld29.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld29.itm -------------------------------------------------------------------------------- /item_rev/itm/shld30.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld30.itm -------------------------------------------------------------------------------- /item_rev/itm/shld31.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld31.itm -------------------------------------------------------------------------------- /item_rev/itm/shld32.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/shld32.itm -------------------------------------------------------------------------------- /item_rev/itm/slng01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/slng01.itm -------------------------------------------------------------------------------- /item_rev/itm/slng02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/slng02.itm -------------------------------------------------------------------------------- /item_rev/itm/slng03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/slng03.itm -------------------------------------------------------------------------------- /item_rev/itm/slng04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/slng04.itm -------------------------------------------------------------------------------- /item_rev/itm/slng05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/slng05.itm -------------------------------------------------------------------------------- /item_rev/itm/slng06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/slng06.itm -------------------------------------------------------------------------------- /item_rev/itm/slng07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/slng07.itm -------------------------------------------------------------------------------- /item_rev/itm/slng08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/slng08.itm -------------------------------------------------------------------------------- /item_rev/itm/slng09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/slng09.itm -------------------------------------------------------------------------------- /item_rev/itm/slng10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/slng10.itm -------------------------------------------------------------------------------- /item_rev/itm/sper01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sper01.itm -------------------------------------------------------------------------------- /item_rev/itm/sper02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sper02.itm -------------------------------------------------------------------------------- /item_rev/itm/sper03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sper03.itm -------------------------------------------------------------------------------- /item_rev/itm/sper04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sper04.itm -------------------------------------------------------------------------------- /item_rev/itm/sper05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sper05.itm -------------------------------------------------------------------------------- /item_rev/itm/sper06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sper06.itm -------------------------------------------------------------------------------- /item_rev/itm/sper07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sper07.itm -------------------------------------------------------------------------------- /item_rev/itm/sper08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sper08.itm -------------------------------------------------------------------------------- /item_rev/itm/sper09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sper09.itm -------------------------------------------------------------------------------- /item_rev/itm/sper10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sper10.itm -------------------------------------------------------------------------------- /item_rev/itm/sper11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sper11.itm -------------------------------------------------------------------------------- /item_rev/itm/sper12.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sper12.itm -------------------------------------------------------------------------------- /item_rev/itm/staf01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf01.itm -------------------------------------------------------------------------------- /item_rev/itm/staf02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf02.itm -------------------------------------------------------------------------------- /item_rev/itm/staf03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf03.itm -------------------------------------------------------------------------------- /item_rev/itm/staf04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf04.itm -------------------------------------------------------------------------------- /item_rev/itm/staf05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf05.itm -------------------------------------------------------------------------------- /item_rev/itm/staf06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf06.itm -------------------------------------------------------------------------------- /item_rev/itm/staf07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf07.itm -------------------------------------------------------------------------------- /item_rev/itm/staf08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf08.itm -------------------------------------------------------------------------------- /item_rev/itm/staf09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf09.itm -------------------------------------------------------------------------------- /item_rev/itm/staf09.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf09.spl -------------------------------------------------------------------------------- /item_rev/itm/staf10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf10.itm -------------------------------------------------------------------------------- /item_rev/itm/staf10.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf10.spl -------------------------------------------------------------------------------- /item_rev/itm/staf11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf11.itm -------------------------------------------------------------------------------- /item_rev/itm/staf12.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf12.itm -------------------------------------------------------------------------------- /item_rev/itm/staf13.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf13.itm -------------------------------------------------------------------------------- /item_rev/itm/staf14.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf14.itm -------------------------------------------------------------------------------- /item_rev/itm/staf14.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf14.spl -------------------------------------------------------------------------------- /item_rev/itm/staf15.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf15.eff -------------------------------------------------------------------------------- /item_rev/itm/staf15.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf15.itm -------------------------------------------------------------------------------- /item_rev/itm/staf15.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf15.spl -------------------------------------------------------------------------------- /item_rev/itm/staf16.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf16.eff -------------------------------------------------------------------------------- /item_rev/itm/staf16.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf16.itm -------------------------------------------------------------------------------- /item_rev/itm/staf16.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf16.spl -------------------------------------------------------------------------------- /item_rev/itm/staf17.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf17.eff -------------------------------------------------------------------------------- /item_rev/itm/staf17.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf17.itm -------------------------------------------------------------------------------- /item_rev/itm/staf17.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf17.spl -------------------------------------------------------------------------------- /item_rev/itm/staf18.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf18.itm -------------------------------------------------------------------------------- /item_rev/itm/staf19.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf19.itm -------------------------------------------------------------------------------- /item_rev/itm/staf20.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf20.itm -------------------------------------------------------------------------------- /item_rev/itm/staf20.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf20.spl -------------------------------------------------------------------------------- /item_rev/itm/staf21.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf21.itm -------------------------------------------------------------------------------- /item_rev/itm/staf22.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf22.itm -------------------------------------------------------------------------------- /item_rev/itm/staf23.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf23.itm -------------------------------------------------------------------------------- /item_rev/itm/staf24.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/staf24.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h01.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h02.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h03.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h04.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h05.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h06.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h07.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h08.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h09.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h10.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h11.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h12.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h12.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h13.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h13.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h14.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h14.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h15.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h15.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h16.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h16.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h17.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h17.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h18.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h18.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h19.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h19.eff -------------------------------------------------------------------------------- /item_rev/itm/sw1h19.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h19.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h20.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h20.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h21.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h21.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h22.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h22.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h23.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h23.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h24.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h24.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h25.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h25.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h26.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h26.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h27.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h27.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h28.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h28.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h29.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h29.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h30.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h30.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h31.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h31.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h32.eff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h32.eff -------------------------------------------------------------------------------- /item_rev/itm/sw1h32.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h32.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h33.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h33.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h34.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h34.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h35.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h35.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h36.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h36.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h37.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h37.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h38.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h38.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h39.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h39.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h40.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h40.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h41.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h41.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h42.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h42.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h43.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h43.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h44.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h44.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h45.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h45.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h46.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h46.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h47.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h47.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h48.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h48.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h49.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h49.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h50.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h50.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h51.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h51.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h52.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h52.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h53.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h53.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h54.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h54.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h55.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h55.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h56.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h56.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h57.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h57.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h58.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h58.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h59.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h59.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h60.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h60.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h61.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h61.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h62.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h62.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h63.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h63.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h64.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h64.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h65.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h65.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h66.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h66.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h66.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h66.spl -------------------------------------------------------------------------------- /item_rev/itm/sw1h67.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h67.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h68.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h68.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h69.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h69.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h70.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h70.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h71.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h71.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h72.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h72.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h73.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h73.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h74.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h74.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h75.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h75.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h76.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h76.itm -------------------------------------------------------------------------------- /item_rev/itm/sw1h77.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw1h77.itm -------------------------------------------------------------------------------- /item_rev/itm/sw2h01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h01.itm -------------------------------------------------------------------------------- /item_rev/itm/sw2h02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h02.itm -------------------------------------------------------------------------------- /item_rev/itm/sw2h03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h03.itm -------------------------------------------------------------------------------- /item_rev/itm/sw2h05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h05.itm -------------------------------------------------------------------------------- /item_rev/itm/sw2h06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h06.itm -------------------------------------------------------------------------------- /item_rev/itm/sw2h07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h07.itm -------------------------------------------------------------------------------- /item_rev/itm/sw2h07.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h07.spl -------------------------------------------------------------------------------- /item_rev/itm/sw2h08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h08.itm -------------------------------------------------------------------------------- /item_rev/itm/sw2h09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h09.itm -------------------------------------------------------------------------------- /item_rev/itm/sw2h10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h10.itm -------------------------------------------------------------------------------- /item_rev/itm/sw2h10.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h10.spl -------------------------------------------------------------------------------- /item_rev/itm/sw2h11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h11.itm -------------------------------------------------------------------------------- /item_rev/itm/sw2h12.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h12.itm -------------------------------------------------------------------------------- /item_rev/itm/sw2h13.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h13.itm -------------------------------------------------------------------------------- /item_rev/itm/sw2h14.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h14.itm -------------------------------------------------------------------------------- /item_rev/itm/sw2h15.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h15.itm -------------------------------------------------------------------------------- /item_rev/itm/sw2h16.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h16.itm -------------------------------------------------------------------------------- /item_rev/itm/sw2h17.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h17.itm -------------------------------------------------------------------------------- /item_rev/itm/sw2h18.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h18.itm -------------------------------------------------------------------------------- /item_rev/itm/sw2h19.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h19.itm -------------------------------------------------------------------------------- /item_rev/itm/sw2h20.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h20.itm -------------------------------------------------------------------------------- /item_rev/itm/sw2h21.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/sw2h21.itm -------------------------------------------------------------------------------- /item_rev/itm/vicarm.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/vicarm.itm -------------------------------------------------------------------------------- /item_rev/itm/wa2amu.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wa2amu.itm -------------------------------------------------------------------------------- /item_rev/itm/wa2dak.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wa2dak.itm -------------------------------------------------------------------------------- /item_rev/itm/wa2s1h.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wa2s1h.itm -------------------------------------------------------------------------------- /item_rev/itm/wand02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand02.itm -------------------------------------------------------------------------------- /item_rev/itm/wand02.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand02.spl -------------------------------------------------------------------------------- /item_rev/itm/wand03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand03.itm -------------------------------------------------------------------------------- /item_rev/itm/wand03.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand03.spl -------------------------------------------------------------------------------- /item_rev/itm/wand04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand04.itm -------------------------------------------------------------------------------- /item_rev/itm/wand04.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand04.spl -------------------------------------------------------------------------------- /item_rev/itm/wand05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand05.itm -------------------------------------------------------------------------------- /item_rev/itm/wand06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand06.itm -------------------------------------------------------------------------------- /item_rev/itm/wand06.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand06.spl -------------------------------------------------------------------------------- /item_rev/itm/wand07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand07.itm -------------------------------------------------------------------------------- /item_rev/itm/wand07.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand07.spl -------------------------------------------------------------------------------- /item_rev/itm/wand08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand08.itm -------------------------------------------------------------------------------- /item_rev/itm/wand08.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand08.spl -------------------------------------------------------------------------------- /item_rev/itm/wand09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand09.itm -------------------------------------------------------------------------------- /item_rev/itm/wand09.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand09.spl -------------------------------------------------------------------------------- /item_rev/itm/wand10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand10.itm -------------------------------------------------------------------------------- /item_rev/itm/wand11.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand11.itm -------------------------------------------------------------------------------- /item_rev/itm/wand11.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand11.spl -------------------------------------------------------------------------------- /item_rev/itm/wand12.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand12.itm -------------------------------------------------------------------------------- /item_rev/itm/wand13.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand13.itm -------------------------------------------------------------------------------- /item_rev/itm/wand13.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand13.spl -------------------------------------------------------------------------------- /item_rev/itm/wand14.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand14.itm -------------------------------------------------------------------------------- /item_rev/itm/wand14.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand14.spl -------------------------------------------------------------------------------- /item_rev/itm/wand15.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand15.itm -------------------------------------------------------------------------------- /item_rev/itm/wand18.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand18.itm -------------------------------------------------------------------------------- /item_rev/itm/wand19.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand19.itm -------------------------------------------------------------------------------- /item_rev/itm/wand19.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wand19.spl -------------------------------------------------------------------------------- /item_rev/itm/wawak.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/wawak.itm -------------------------------------------------------------------------------- /item_rev/itm/xbow01.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/xbow01.itm -------------------------------------------------------------------------------- /item_rev/itm/xbow02.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/xbow02.itm -------------------------------------------------------------------------------- /item_rev/itm/xbow03.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/xbow03.itm -------------------------------------------------------------------------------- /item_rev/itm/xbow04.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/xbow04.itm -------------------------------------------------------------------------------- /item_rev/itm/xbow05.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/xbow05.itm -------------------------------------------------------------------------------- /item_rev/itm/xbow06.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/xbow06.itm -------------------------------------------------------------------------------- /item_rev/itm/xbow07.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/xbow07.itm -------------------------------------------------------------------------------- /item_rev/itm/xbow08.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/xbow08.itm -------------------------------------------------------------------------------- /item_rev/itm/xbow09.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/xbow09.itm -------------------------------------------------------------------------------- /item_rev/itm/xbow10.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/xbow10.itm -------------------------------------------------------------------------------- /item_rev/itm/xbow12.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/xbow12.itm -------------------------------------------------------------------------------- /item_rev/itm/xbow13.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/xbow13.itm -------------------------------------------------------------------------------- /item_rev/itm/xbow14.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/xbow14.itm -------------------------------------------------------------------------------- /item_rev/itm/xbow15.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/xbow15.itm -------------------------------------------------------------------------------- /item_rev/itm/xbow16.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/xbow16.itm -------------------------------------------------------------------------------- /item_rev/itm/xbow17.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/xbow17.itm -------------------------------------------------------------------------------- /item_rev/itm/xbow18.itm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/itm/xbow18.itm -------------------------------------------------------------------------------- /item_rev/languages/english/spell_revisions.tra: -------------------------------------------------------------------------------- 1 | @4071 = ~Draw Upon Divine Might~ 2 | -------------------------------------------------------------------------------- /item_rev/languages/french/spell_revisions.tra: -------------------------------------------------------------------------------- 1 | @4071 = ~Puiser dans la puissance divine~ 2 | -------------------------------------------------------------------------------- /item_rev/languages/spanish/spell_revisions.tra: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /item_rev/lib/macros.tpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/lib/macros.tpa -------------------------------------------------------------------------------- /item_rev/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/settings.ini -------------------------------------------------------------------------------- /item_rev/style/g3.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/item_rev/style/g3.ico -------------------------------------------------------------------------------- /item_rev/tobex_redist/TobEx0023t.txt: -------------------------------------------------------------------------------- 1 | Engine:Enable Auto-Pause On All Screens=0 2 | -------------------------------------------------------------------------------- /item_rev/tobex_redist/TobEx0024t.txt: -------------------------------------------------------------------------------- 1 | Action:Attacks Are All Genuine=0 2 | -------------------------------------------------------------------------------- /item_rev/tobex_redist/TobExVer.txt: -------------------------------------------------------------------------------- 1 | 26 -------------------------------------------------------------------------------- /item_rev/tobex_redist/lua/user.lua: -------------------------------------------------------------------------------- 1 | -- user.lua 2 | -------------------------------------------------------------------------------- /item_rev/tobex_redist/override/argtype.ids: -------------------------------------------------------------------------------- 1 | IDS V1.0 2 | 1 INT 3 | 2 STR 4 | -------------------------------------------------------------------------------- /package_mod.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gibberlings3/ItemRevisions/HEAD/package_mod.bat --------------------------------------------------------------------------------