diff --git a/iwdification/2da/cdia418.2da b/iwdification/2da/cdia418.2da deleted file mode 100644 index 6d27e62..0000000 --- a/iwdification/2da/cdia418.2da +++ /dev/null @@ -1,11 +0,0 @@ -2DA V1.0 -0 - RESREF -0 CDS1gob1 -1 CDS1gob2 -2 CDS1gob3 -3 CDS1liz3 -4 CDS1liz4 -5 CDS1trl6 -6 CDS1trl7 -7 CDS1trl8 diff --git a/iwdification/2da/cdia512.2da b/iwdification/2da/cdia512.2da deleted file mode 100644 index 1f3184b..0000000 --- a/iwdification/2da/cdia512.2da +++ /dev/null @@ -1,10 +0,0 @@ -2DA V1.0 -0 - RESREF -0 CDS2gob1 -1 CDS2gob2 -2 CDS2gob3 -3 CDS2gob3 -4 CDS2liz5 -5 CDS2liz6 -6 CDS2liz7 diff --git a/iwdification/2da/cdia513.2da b/iwdification/2da/cdia513.2da deleted file mode 100644 index a33f994..0000000 --- a/iwdification/2da/cdia513.2da +++ /dev/null @@ -1,4 +0,0 @@ -2DA V1.0 -0 - RESREF -0 cdia513 diff --git a/iwdification/2da/cdia611.2da b/iwdification/2da/cdia611.2da deleted file mode 100644 index 6bbfad8..0000000 --- a/iwdification/2da/cdia611.2da +++ /dev/null @@ -1,5 +0,0 @@ -2DA V1.0 -0 - RESREF -0 CDM4ghst -1 CDM4ogr diff --git a/iwdification/2da/cdia613.2da b/iwdification/2da/cdia613.2da deleted file mode 100644 index 29c3829..0000000 --- a/iwdification/2da/cdia613.2da +++ /dev/null @@ -1,14 +0,0 @@ -2DA V1.0 -0 - RESREF -0 CDS2gob2 -1 CDS2gob2 -2 CDS2gob3 -3 CDS2gob3 -4 CDS2liz5 -5 CDS2liz6 -6 CDS2liz7 -7 CDS3trl7 -8 CDS3trl8 -9 CDS3umb8 -10 CDS3umb9 diff --git a/iwdification/2da/cdia703.2da b/iwdification/2da/cdia703.2da deleted file mode 100644 index 2500c1e..0000000 --- a/iwdification/2da/cdia703.2da +++ /dev/null @@ -1,6 +0,0 @@ -2DA V1.0 -0 - RESREF -0 CDM5gspi -1 CDM5jzom -2 CDM5mino diff --git a/iwdification/2da/cdia803.2da b/iwdification/2da/cdia803.2da deleted file mode 100644 index de2e5af..0000000 --- a/iwdification/2da/cdia803.2da +++ /dev/null @@ -1,7 +0,0 @@ -2DA V1.0 -0 - RESREF -0 CDM6crwl -1 CDM6pspi -2 CDM6salc -3 CDM6salf diff --git a/iwdification/2da/cdia902.2da b/iwdification/2da/cdia902.2da deleted file mode 100644 index 8771005..0000000 --- a/iwdification/2da/cdia902.2da +++ /dev/null @@ -1,5 +0,0 @@ -2DA V1.0 -0 - RESREF -0 CDM7bgrd -1 CDM7umbh diff --git a/iwdification/2da/cdid410.2da b/iwdification/2da/cdid410.2da deleted file mode 100644 index 346e888..0000000 --- a/iwdification/2da/cdid410.2da +++ /dev/null @@ -1,5 +0,0 @@ -2DA V1.0 -0 - RESREF -0 CDGIbomb -1 CDGIborb diff --git a/iwdification/baf/cdgibomb.baf b/iwdification/baf/cdgibomb.baf deleted file mode 100644 index 3770f11..0000000 --- a/iwdification/baf/cdgibomb.baf +++ /dev/null @@ -1,23 +0,0 @@ -IF - !Global("#deactivate_script_bbcloud","LOCALS",1) - Global("Internal4","LOCALS",2) -THEN - RESPONSE #100 - SetGlobal("#deactivate_script_bbcloud","LOCALS",1) -END - -IF - !Global("#deactivate_script_bbcloud","LOCALS",1) - !GlobalTimerNotExpired("#localtimer","LOCALS") - See(NearestEnemyOf(Myself)) - Range(NearestEnemyOf(Myself),7) - IsActive(Myself) -THEN - RESPONSE #100 - IncrementGlobal("Internal4","LOCALS",1) - SetGlobalTimer("#localtimer","LOCALS",21) - ReallyForceSpellRES("CDGIBOMB",Myself) - Wait(2) -END - - diff --git a/iwdification/baf/cdid516.baf b/iwdification/baf/cdid516.baf deleted file mode 100644 index a21977c..0000000 --- a/iwdification/baf/cdid516.baf +++ /dev/null @@ -1,24 +0,0 @@ -IF - OnCreation() -THEN - RESPONSE #100 - SetGlobalTimer("disappear","LOCALS",60) - ChangeEnemyAlly(Myself,GOODBUTBLUE) - Continue() -END - -IF - GlobalTimerExpired("disappear","LOCALS") -THEN - RESPONSE #100 - DestroySelf() -END - -IF - !GlobalTimerNotExpired("turn","LOCALS") -THEN - RESPONSE #100 - SetGlobalTimer("turn","LOCALS",6) - Turn() -END - diff --git a/iwdification/baf/cdid613.baf b/iwdification/baf/cdid613.baf deleted file mode 100644 index fd1a3b2..0000000 --- a/iwdification/baf/cdid613.baf +++ /dev/null @@ -1,31 +0,0 @@ -IF - Global("init","LOCALS",0) -THEN - RESPONSE #100 - SetGlobal("init","LOCALS",1) - SetGlobalTimer("GoAway","LOCALS",30) -END - -IF - GlobalTimerExpired("GoAway","LOCALS") -THEN - RESPONSE #100 - DestroySelf() -END - - -IF - !Allegiance(Myself,NEUTRAL) -THEN - RESPONSE #100 - ChangeEnemyAlly(Myself,NEUTRAL) -END - -IF - True() -THEN - RESPONSE #100 - RandomWalk() -END - - diff --git a/iwdification/baf/cdsalc.baf b/iwdification/baf/cdsalc.baf deleted file mode 100644 index 95f75d0..0000000 --- a/iwdification/baf/cdsalc.baf +++ /dev/null @@ -1,10 +0,0 @@ -IF - !GlobalTimerNotExpired("CDSALC","LOCALS") - IsActive(Myself) -THEN - RESPONSE #100 - ReallyForceSpellRES("CDSALC",Myself) - SetGlobalTimer("CDSALC","LOCALS",ONE_DAY) -END - - diff --git a/iwdification/baf/cdsalf.baf b/iwdification/baf/cdsalf.baf deleted file mode 100644 index 864b29b..0000000 --- a/iwdification/baf/cdsalf.baf +++ /dev/null @@ -1,10 +0,0 @@ -IF - !GlobalTimerNotExpired("CDSALF","LOCALS") - IsActive(Myself) -THEN - RESPONSE #100 - ReallyForceSpellRES("CDSALF",Myself) - SetGlobalTimer("CDSALF","LOCALS",ONE_DAY) -END - - diff --git a/iwdification/bam/cdabjurh.bam b/iwdification/bam/cdabjurh.bam deleted file mode 100644 index b9b21e6..0000000 Binary files a/iwdification/bam/cdabjurh.bam and /dev/null differ diff --git a/iwdification/bam/cdacidh.bam b/iwdification/bam/cdacidh.bam deleted file mode 100644 index f4958e3..0000000 Binary files a/iwdification/bam/cdacidh.bam and /dev/null differ diff --git a/iwdification/bam/cdalterh.bam b/iwdification/bam/cdalterh.bam deleted file mode 100644 index 0ca08af..0000000 Binary files a/iwdification/bam/cdalterh.bam and /dev/null differ diff --git a/iwdification/bam/cdanisum.bam b/iwdification/bam/cdanisum.bam deleted file mode 100644 index 4bfd7e2..0000000 Binary files a/iwdification/bam/cdanisum.bam and /dev/null differ diff --git a/iwdification/bam/cdarea1x.bam b/iwdification/bam/cdarea1x.bam deleted file mode 100644 index 6c98450..0000000 Binary files a/iwdification/bam/cdarea1x.bam and /dev/null differ diff --git a/iwdification/bam/cdbonh1.bam b/iwdification/bam/cdbonh1.bam deleted file mode 100644 index a8cdfaf..0000000 Binary files a/iwdification/bam/cdbonh1.bam and /dev/null differ diff --git a/iwdification/bam/cdbonh2.bam b/iwdification/bam/cdbonh2.bam deleted file mode 100644 index 34d4445..0000000 Binary files a/iwdification/bam/cdbonh2.bam and /dev/null differ diff --git a/iwdification/bam/cdcldama.bam b/iwdification/bam/cdcldama.bam deleted file mode 100644 index f3116dc..0000000 Binary files a/iwdification/bam/cdcldama.bam and /dev/null differ diff --git a/iwdification/bam/cdcloubh.bam b/iwdification/bam/cdcloubh.bam deleted file mode 100644 index 1814863..0000000 Binary files a/iwdification/bam/cdcloubh.bam and /dev/null differ diff --git a/iwdification/bam/cdcmdama.bam b/iwdification/bam/cdcmdama.bam deleted file mode 100644 index de2fdb4..0000000 Binary files a/iwdification/bam/cdcmdama.bam and /dev/null differ diff --git a/iwdification/bam/cdcoldh.bam b/iwdification/bam/cdcoldh.bam deleted file mode 100644 index 29dd169..0000000 Binary files a/iwdification/bam/cdcoldh.bam and /dev/null differ diff --git a/iwdification/bam/cdconjuh.bam b/iwdification/bam/cdconjuh.bam deleted file mode 100644 index 12a5dd4..0000000 Binary files a/iwdification/bam/cdconjuh.bam and /dev/null differ diff --git a/iwdification/bam/cdcurseh.bam b/iwdification/bam/cdcurseh.bam deleted file mode 100644 index 25eeb03..0000000 Binary files a/iwdification/bam/cdcurseh.bam and /dev/null differ diff --git a/iwdification/bam/cddestrh.bam b/iwdification/bam/cddestrh.bam deleted file mode 100644 index 02a523a..0000000 Binary files a/iwdification/bam/cddestrh.bam and /dev/null differ diff --git a/iwdification/bam/cddiseah.bam b/iwdification/bam/cddiseah.bam deleted file mode 100644 index bafa9a3..0000000 Binary files a/iwdification/bam/cddiseah.bam and /dev/null differ diff --git a/iwdification/bam/cddivinh.bam b/iwdification/bam/cddivinh.bam deleted file mode 100644 index cdc026d..0000000 Binary files a/iwdification/bam/cddivinh.bam and /dev/null differ diff --git a/iwdification/bam/cdelecth.bam b/iwdification/bam/cdelecth.bam deleted file mode 100644 index 8547572..0000000 Binary files a/iwdification/bam/cdelecth.bam and /dev/null differ diff --git a/iwdification/bam/cdenchah.bam b/iwdification/bam/cdenchah.bam deleted file mode 100644 index 5e11d2d..0000000 Binary files a/iwdification/bam/cdenchah.bam and /dev/null differ diff --git a/iwdification/bam/cdexalth.bam b/iwdification/bam/cdexalth.bam deleted file mode 100644 index 054705b..0000000 Binary files a/iwdification/bam/cdexalth.bam and /dev/null differ diff --git a/iwdification/bam/cdfireh.bam b/iwdification/bam/cdfireh.bam deleted file mode 100644 index 5cdba46..0000000 Binary files a/iwdification/bam/cdfireh.bam and /dev/null differ diff --git a/iwdification/bam/cdgnench.bam b/iwdification/bam/cdgnench.bam deleted file mode 100644 index 2d4fe1c..0000000 Binary files a/iwdification/bam/cdgnench.bam and /dev/null differ diff --git a/iwdification/bam/cdia220a.bam b/iwdification/bam/cdia220a.bam deleted file mode 100644 index 13acecd..0000000 Binary files a/iwdification/bam/cdia220a.bam and /dev/null differ diff --git a/iwdification/bam/cdia220b.bam b/iwdification/bam/cdia220b.bam deleted file mode 100644 index 6353480..0000000 Binary files a/iwdification/bam/cdia220b.bam and /dev/null differ diff --git a/iwdification/bam/cdia220c.bam b/iwdification/bam/cdia220c.bam deleted file mode 100644 index 47e83b0..0000000 Binary files a/iwdification/bam/cdia220c.bam and /dev/null differ diff --git a/iwdification/bam/cdia220v.bam b/iwdification/bam/cdia220v.bam deleted file mode 100644 index 4c47a78..0000000 Binary files a/iwdification/bam/cdia220v.bam and /dev/null differ diff --git a/iwdification/bam/cdia221a.bam b/iwdification/bam/cdia221a.bam deleted file mode 100644 index 2c60f5a..0000000 Binary files a/iwdification/bam/cdia221a.bam and /dev/null differ diff --git a/iwdification/bam/cdia221b.bam b/iwdification/bam/cdia221b.bam deleted file mode 100644 index 4c2feab..0000000 Binary files a/iwdification/bam/cdia221b.bam and /dev/null differ diff --git a/iwdification/bam/cdia221c.bam b/iwdification/bam/cdia221c.bam deleted file mode 100644 index 14e57d5..0000000 Binary files a/iwdification/bam/cdia221c.bam and /dev/null differ diff --git a/iwdification/bam/cdia221i.bam b/iwdification/bam/cdia221i.bam deleted file mode 100644 index 4e563cd..0000000 Binary files a/iwdification/bam/cdia221i.bam and /dev/null differ diff --git a/iwdification/bam/cdia223a.bam b/iwdification/bam/cdia223a.bam deleted file mode 100644 index 2036259..0000000 Binary files a/iwdification/bam/cdia223a.bam and /dev/null differ diff --git a/iwdification/bam/cdia223b.bam b/iwdification/bam/cdia223b.bam deleted file mode 100644 index bd3bd43..0000000 Binary files a/iwdification/bam/cdia223b.bam and /dev/null differ diff --git a/iwdification/bam/cdia223c.bam b/iwdification/bam/cdia223c.bam deleted file mode 100644 index a2dd9bc..0000000 Binary files a/iwdification/bam/cdia223c.bam and /dev/null differ diff --git a/iwdification/bam/cdia318a.bam b/iwdification/bam/cdia318a.bam deleted file mode 100644 index 42435cb..0000000 Binary files a/iwdification/bam/cdia318a.bam and /dev/null differ diff --git a/iwdification/bam/cdia318b.bam b/iwdification/bam/cdia318b.bam deleted file mode 100644 index 2e99077..0000000 Binary files a/iwdification/bam/cdia318b.bam and /dev/null differ diff --git a/iwdification/bam/cdia318c.bam b/iwdification/bam/cdia318c.bam deleted file mode 100644 index 5c69252..0000000 Binary files a/iwdification/bam/cdia318c.bam and /dev/null differ diff --git a/iwdification/bam/cdia318v.bam b/iwdification/bam/cdia318v.bam deleted file mode 100644 index e7d51fd..0000000 Binary files a/iwdification/bam/cdia318v.bam and /dev/null differ diff --git a/iwdification/bam/cdia319a.bam b/iwdification/bam/cdia319a.bam deleted file mode 100644 index 7642524..0000000 Binary files a/iwdification/bam/cdia319a.bam and /dev/null differ diff --git a/iwdification/bam/cdia319b.bam b/iwdification/bam/cdia319b.bam deleted file mode 100644 index 114deca..0000000 Binary files a/iwdification/bam/cdia319b.bam and /dev/null differ diff --git a/iwdification/bam/cdia319c.bam b/iwdification/bam/cdia319c.bam deleted file mode 100644 index b506f7e..0000000 Binary files a/iwdification/bam/cdia319c.bam and /dev/null differ diff --git a/iwdification/bam/cdia319v.bam b/iwdification/bam/cdia319v.bam deleted file mode 100644 index 5126dc0..0000000 Binary files a/iwdification/bam/cdia319v.bam and /dev/null differ diff --git a/iwdification/bam/cdia417a.bam b/iwdification/bam/cdia417a.bam deleted file mode 100644 index 0167040..0000000 Binary files a/iwdification/bam/cdia417a.bam and /dev/null differ diff --git a/iwdification/bam/cdia417b.bam b/iwdification/bam/cdia417b.bam deleted file mode 100644 index 30f3803..0000000 Binary files a/iwdification/bam/cdia417b.bam and /dev/null differ diff --git a/iwdification/bam/cdia417c.bam b/iwdification/bam/cdia417c.bam deleted file mode 100644 index 8566799..0000000 Binary files a/iwdification/bam/cdia417c.bam and /dev/null differ diff --git a/iwdification/bam/cdia418a.bam b/iwdification/bam/cdia418a.bam deleted file mode 100644 index 02d750e..0000000 Binary files a/iwdification/bam/cdia418a.bam and /dev/null differ diff --git a/iwdification/bam/cdia418b.bam b/iwdification/bam/cdia418b.bam deleted file mode 100644 index 65d049a..0000000 Binary files a/iwdification/bam/cdia418b.bam and /dev/null differ diff --git a/iwdification/bam/cdia418c.bam b/iwdification/bam/cdia418c.bam deleted file mode 100644 index adfce44..0000000 Binary files a/iwdification/bam/cdia418c.bam and /dev/null differ diff --git a/iwdification/bam/cdia419a.bam b/iwdification/bam/cdia419a.bam deleted file mode 100644 index eb2ded1..0000000 Binary files a/iwdification/bam/cdia419a.bam and /dev/null differ diff --git a/iwdification/bam/cdia419b.bam b/iwdification/bam/cdia419b.bam deleted file mode 100644 index 4fbf8b2..0000000 Binary files a/iwdification/bam/cdia419b.bam and /dev/null differ diff --git a/iwdification/bam/cdia419c.bam b/iwdification/bam/cdia419c.bam deleted file mode 100644 index e610ea2..0000000 Binary files a/iwdification/bam/cdia419c.bam and /dev/null differ diff --git a/iwdification/bam/cdia420a.bam b/iwdification/bam/cdia420a.bam deleted file mode 100644 index 4aedd76..0000000 Binary files a/iwdification/bam/cdia420a.bam and /dev/null differ diff --git a/iwdification/bam/cdia420b.bam b/iwdification/bam/cdia420b.bam deleted file mode 100644 index 045b0e8..0000000 Binary files a/iwdification/bam/cdia420b.bam and /dev/null differ diff --git a/iwdification/bam/cdia420c.bam b/iwdification/bam/cdia420c.bam deleted file mode 100644 index 7fff468..0000000 Binary files a/iwdification/bam/cdia420c.bam and /dev/null differ diff --git a/iwdification/bam/cdia421a.bam b/iwdification/bam/cdia421a.bam deleted file mode 100644 index e4a0a16..0000000 Binary files a/iwdification/bam/cdia421a.bam and /dev/null differ diff --git a/iwdification/bam/cdia421b.bam b/iwdification/bam/cdia421b.bam deleted file mode 100644 index 887df83..0000000 Binary files a/iwdification/bam/cdia421b.bam and /dev/null differ diff --git a/iwdification/bam/cdia421c.bam b/iwdification/bam/cdia421c.bam deleted file mode 100644 index 233113a..0000000 Binary files a/iwdification/bam/cdia421c.bam and /dev/null differ diff --git a/iwdification/bam/cdia424a.bam b/iwdification/bam/cdia424a.bam deleted file mode 100644 index fcd86b0..0000000 Binary files a/iwdification/bam/cdia424a.bam and /dev/null differ diff --git a/iwdification/bam/cdia424b.bam b/iwdification/bam/cdia424b.bam deleted file mode 100644 index 52b7e23..0000000 Binary files a/iwdification/bam/cdia424b.bam and /dev/null differ diff --git a/iwdification/bam/cdia424c.bam b/iwdification/bam/cdia424c.bam deleted file mode 100644 index baac7e9..0000000 Binary files a/iwdification/bam/cdia424c.bam and /dev/null differ diff --git a/iwdification/bam/cdia424p.bam b/iwdification/bam/cdia424p.bam deleted file mode 100644 index 2d82f9c..0000000 Binary files a/iwdification/bam/cdia424p.bam and /dev/null differ diff --git a/iwdification/bam/cdia424v.bam b/iwdification/bam/cdia424v.bam deleted file mode 100644 index e87d3f7..0000000 Binary files a/iwdification/bam/cdia424v.bam and /dev/null differ diff --git a/iwdification/bam/cdia511a.bam b/iwdification/bam/cdia511a.bam deleted file mode 100644 index 0702b2e..0000000 Binary files a/iwdification/bam/cdia511a.bam and /dev/null differ diff --git a/iwdification/bam/cdia511b.bam b/iwdification/bam/cdia511b.bam deleted file mode 100644 index 3b3cdd2..0000000 Binary files a/iwdification/bam/cdia511b.bam and /dev/null differ diff --git a/iwdification/bam/cdia511c.bam b/iwdification/bam/cdia511c.bam deleted file mode 100644 index c722fc7..0000000 Binary files a/iwdification/bam/cdia511c.bam and /dev/null differ diff --git a/iwdification/bam/cdia511v.bam b/iwdification/bam/cdia511v.bam deleted file mode 100644 index 60a0000..0000000 Binary files a/iwdification/bam/cdia511v.bam and /dev/null differ diff --git a/iwdification/bam/cdia512a.bam b/iwdification/bam/cdia512a.bam deleted file mode 100644 index 20b9600..0000000 Binary files a/iwdification/bam/cdia512a.bam and /dev/null differ diff --git a/iwdification/bam/cdia512b.bam b/iwdification/bam/cdia512b.bam deleted file mode 100644 index d1a45e7..0000000 Binary files a/iwdification/bam/cdia512b.bam and /dev/null differ diff --git a/iwdification/bam/cdia512c.bam b/iwdification/bam/cdia512c.bam deleted file mode 100644 index a3fe45d..0000000 Binary files a/iwdification/bam/cdia512c.bam and /dev/null differ diff --git a/iwdification/bam/cdia513a.bam b/iwdification/bam/cdia513a.bam deleted file mode 100644 index aed8b20..0000000 Binary files a/iwdification/bam/cdia513a.bam and /dev/null differ diff --git a/iwdification/bam/cdia513b.bam b/iwdification/bam/cdia513b.bam deleted file mode 100644 index 380736f..0000000 Binary files a/iwdification/bam/cdia513b.bam and /dev/null differ diff --git a/iwdification/bam/cdia513c.bam b/iwdification/bam/cdia513c.bam deleted file mode 100644 index 4156ff5..0000000 Binary files a/iwdification/bam/cdia513c.bam and /dev/null differ diff --git a/iwdification/bam/cdia517a.bam b/iwdification/bam/cdia517a.bam deleted file mode 100644 index 3ab9449..0000000 Binary files a/iwdification/bam/cdia517a.bam and /dev/null differ diff --git a/iwdification/bam/cdia517b.bam b/iwdification/bam/cdia517b.bam deleted file mode 100644 index ed45c2f..0000000 Binary files a/iwdification/bam/cdia517b.bam and /dev/null differ diff --git a/iwdification/bam/cdia517c.bam b/iwdification/bam/cdia517c.bam deleted file mode 100644 index 67cbc7e..0000000 Binary files a/iwdification/bam/cdia517c.bam and /dev/null differ diff --git a/iwdification/bam/cdia601a.bam b/iwdification/bam/cdia601a.bam deleted file mode 100644 index 0f0dc4b..0000000 Binary files a/iwdification/bam/cdia601a.bam and /dev/null differ diff --git a/iwdification/bam/cdia601b.bam b/iwdification/bam/cdia601b.bam deleted file mode 100644 index 04e4b50..0000000 Binary files a/iwdification/bam/cdia601b.bam and /dev/null differ diff --git a/iwdification/bam/cdia601c.bam b/iwdification/bam/cdia601c.bam deleted file mode 100644 index f6e4a95..0000000 Binary files a/iwdification/bam/cdia601c.bam and /dev/null differ diff --git a/iwdification/bam/cdia601v.bam b/iwdification/bam/cdia601v.bam deleted file mode 100644 index b2f8054..0000000 Binary files a/iwdification/bam/cdia601v.bam and /dev/null differ diff --git a/iwdification/bam/cdia610w.bam b/iwdification/bam/cdia610w.bam deleted file mode 100644 index fea1dd1..0000000 Binary files a/iwdification/bam/cdia610w.bam and /dev/null differ diff --git a/iwdification/bam/cdia611a.bam b/iwdification/bam/cdia611a.bam deleted file mode 100644 index d475cb5..0000000 Binary files a/iwdification/bam/cdia611a.bam and /dev/null differ diff --git a/iwdification/bam/cdia611b.bam b/iwdification/bam/cdia611b.bam deleted file mode 100644 index f7fc673..0000000 Binary files a/iwdification/bam/cdia611b.bam and /dev/null differ diff --git a/iwdification/bam/cdia611c.bam b/iwdification/bam/cdia611c.bam deleted file mode 100644 index a7f2cf8..0000000 Binary files a/iwdification/bam/cdia611c.bam and /dev/null differ diff --git a/iwdification/bam/cdia612a.bam b/iwdification/bam/cdia612a.bam deleted file mode 100644 index cced834..0000000 Binary files a/iwdification/bam/cdia612a.bam and /dev/null differ diff --git a/iwdification/bam/cdia612b.bam b/iwdification/bam/cdia612b.bam deleted file mode 100644 index ef55595..0000000 Binary files a/iwdification/bam/cdia612b.bam and /dev/null differ diff --git a/iwdification/bam/cdia612c.bam b/iwdification/bam/cdia612c.bam deleted file mode 100644 index c5ef46e..0000000 Binary files a/iwdification/bam/cdia612c.bam and /dev/null differ diff --git a/iwdification/bam/cdia612p.bam b/iwdification/bam/cdia612p.bam deleted file mode 100644 index f4178df..0000000 Binary files a/iwdification/bam/cdia612p.bam and /dev/null differ diff --git a/iwdification/bam/cdia613a.bam b/iwdification/bam/cdia613a.bam deleted file mode 100644 index b7e19ae..0000000 Binary files a/iwdification/bam/cdia613a.bam and /dev/null differ diff --git a/iwdification/bam/cdia613b.bam b/iwdification/bam/cdia613b.bam deleted file mode 100644 index 97365d8..0000000 Binary files a/iwdification/bam/cdia613b.bam and /dev/null differ diff --git a/iwdification/bam/cdia613c.bam b/iwdification/bam/cdia613c.bam deleted file mode 100644 index 41e0246..0000000 Binary files a/iwdification/bam/cdia613c.bam and /dev/null differ diff --git a/iwdification/bam/cdia618a.bam b/iwdification/bam/cdia618a.bam deleted file mode 100644 index 47d25ec..0000000 Binary files a/iwdification/bam/cdia618a.bam and /dev/null differ diff --git a/iwdification/bam/cdia618b.bam b/iwdification/bam/cdia618b.bam deleted file mode 100644 index b73bed0..0000000 Binary files a/iwdification/bam/cdia618b.bam and /dev/null differ diff --git a/iwdification/bam/cdia618c.bam b/iwdification/bam/cdia618c.bam deleted file mode 100644 index 3e08588..0000000 Binary files a/iwdification/bam/cdia618c.bam and /dev/null differ diff --git a/iwdification/bam/cdia618w.bam b/iwdification/bam/cdia618w.bam deleted file mode 100644 index 11f22da..0000000 Binary files a/iwdification/bam/cdia618w.bam and /dev/null differ diff --git a/iwdification/bam/cdia620a.bam b/iwdification/bam/cdia620a.bam deleted file mode 100644 index ba36af1..0000000 Binary files a/iwdification/bam/cdia620a.bam and /dev/null differ diff --git a/iwdification/bam/cdia620b.bam b/iwdification/bam/cdia620b.bam deleted file mode 100644 index 643625e..0000000 Binary files a/iwdification/bam/cdia620b.bam and /dev/null differ diff --git a/iwdification/bam/cdia620c.bam b/iwdification/bam/cdia620c.bam deleted file mode 100644 index c69831a..0000000 Binary files a/iwdification/bam/cdia620c.bam and /dev/null differ diff --git a/iwdification/bam/cdia703a.bam b/iwdification/bam/cdia703a.bam deleted file mode 100644 index 98989f4..0000000 Binary files a/iwdification/bam/cdia703a.bam and /dev/null differ diff --git a/iwdification/bam/cdia703b.bam b/iwdification/bam/cdia703b.bam deleted file mode 100644 index bb323ce..0000000 Binary files a/iwdification/bam/cdia703b.bam and /dev/null differ diff --git a/iwdification/bam/cdia703c.bam b/iwdification/bam/cdia703c.bam deleted file mode 100644 index 4403eac..0000000 Binary files a/iwdification/bam/cdia703c.bam and /dev/null differ diff --git a/iwdification/bam/cdia707a.bam b/iwdification/bam/cdia707a.bam deleted file mode 100644 index 89eac66..0000000 Binary files a/iwdification/bam/cdia707a.bam and /dev/null differ diff --git a/iwdification/bam/cdia707b.bam b/iwdification/bam/cdia707b.bam deleted file mode 100644 index 9487eb3..0000000 Binary files a/iwdification/bam/cdia707b.bam and /dev/null differ diff --git a/iwdification/bam/cdia707c.bam b/iwdification/bam/cdia707c.bam deleted file mode 100644 index af58c70..0000000 Binary files a/iwdification/bam/cdia707c.bam and /dev/null differ diff --git a/iwdification/bam/cdia707h.bam b/iwdification/bam/cdia707h.bam deleted file mode 100644 index d14a46c..0000000 Binary files a/iwdification/bam/cdia707h.bam and /dev/null differ diff --git a/iwdification/bam/cdia707x.bam b/iwdification/bam/cdia707x.bam deleted file mode 100644 index 116a97d..0000000 Binary files a/iwdification/bam/cdia707x.bam and /dev/null differ diff --git a/iwdification/bam/cdia708a.bam b/iwdification/bam/cdia708a.bam deleted file mode 100644 index d07b42d..0000000 Binary files a/iwdification/bam/cdia708a.bam and /dev/null differ diff --git a/iwdification/bam/cdia708b.bam b/iwdification/bam/cdia708b.bam deleted file mode 100644 index 36fc7c7..0000000 Binary files a/iwdification/bam/cdia708b.bam and /dev/null differ diff --git a/iwdification/bam/cdia708c.bam b/iwdification/bam/cdia708c.bam deleted file mode 100644 index 1878941..0000000 Binary files a/iwdification/bam/cdia708c.bam and /dev/null differ diff --git a/iwdification/bam/cdia708v.bam b/iwdification/bam/cdia708v.bam deleted file mode 100644 index 408ef3a..0000000 Binary files a/iwdification/bam/cdia708v.bam and /dev/null differ diff --git a/iwdification/bam/cdia711a.bam b/iwdification/bam/cdia711a.bam deleted file mode 100644 index 76f2e0c..0000000 Binary files a/iwdification/bam/cdia711a.bam and /dev/null differ diff --git a/iwdification/bam/cdia711b.bam b/iwdification/bam/cdia711b.bam deleted file mode 100644 index a51932c..0000000 Binary files a/iwdification/bam/cdia711b.bam and /dev/null differ diff --git a/iwdification/bam/cdia711c.bam b/iwdification/bam/cdia711c.bam deleted file mode 100644 index 774ddde..0000000 Binary files a/iwdification/bam/cdia711c.bam and /dev/null differ diff --git a/iwdification/bam/cdia711v.bam b/iwdification/bam/cdia711v.bam deleted file mode 100644 index c65cdff..0000000 Binary files a/iwdification/bam/cdia711v.bam and /dev/null differ diff --git a/iwdification/bam/cdia803a.bam b/iwdification/bam/cdia803a.bam deleted file mode 100644 index 13cd60e..0000000 Binary files a/iwdification/bam/cdia803a.bam and /dev/null differ diff --git a/iwdification/bam/cdia803b.bam b/iwdification/bam/cdia803b.bam deleted file mode 100644 index dd3a85f..0000000 Binary files a/iwdification/bam/cdia803b.bam and /dev/null differ diff --git a/iwdification/bam/cdia803c.bam b/iwdification/bam/cdia803c.bam deleted file mode 100644 index 5202058..0000000 Binary files a/iwdification/bam/cdia803c.bam and /dev/null differ diff --git a/iwdification/bam/cdia804a.bam b/iwdification/bam/cdia804a.bam deleted file mode 100644 index a39758e..0000000 Binary files a/iwdification/bam/cdia804a.bam and /dev/null differ diff --git a/iwdification/bam/cdia804b.bam b/iwdification/bam/cdia804b.bam deleted file mode 100644 index c6f305f..0000000 Binary files a/iwdification/bam/cdia804b.bam and /dev/null differ diff --git a/iwdification/bam/cdia804c.bam b/iwdification/bam/cdia804c.bam deleted file mode 100644 index e5f3420..0000000 Binary files a/iwdification/bam/cdia804c.bam and /dev/null differ diff --git a/iwdification/bam/cdia807a.bam b/iwdification/bam/cdia807a.bam deleted file mode 100644 index 2785f90..0000000 Binary files a/iwdification/bam/cdia807a.bam and /dev/null differ diff --git a/iwdification/bam/cdia807b.bam b/iwdification/bam/cdia807b.bam deleted file mode 100644 index e374920..0000000 Binary files a/iwdification/bam/cdia807b.bam and /dev/null differ diff --git a/iwdification/bam/cdia807c.bam b/iwdification/bam/cdia807c.bam deleted file mode 100644 index da99fad..0000000 Binary files a/iwdification/bam/cdia807c.bam and /dev/null differ diff --git a/iwdification/bam/cdia807w.bam b/iwdification/bam/cdia807w.bam deleted file mode 100644 index b7119be..0000000 Binary files a/iwdification/bam/cdia807w.bam and /dev/null differ diff --git a/iwdification/bam/cdia902a.bam b/iwdification/bam/cdia902a.bam deleted file mode 100644 index 44598ee..0000000 Binary files a/iwdification/bam/cdia902a.bam and /dev/null differ diff --git a/iwdification/bam/cdia902b.bam b/iwdification/bam/cdia902b.bam deleted file mode 100644 index 5f89b18..0000000 Binary files a/iwdification/bam/cdia902b.bam and /dev/null differ diff --git a/iwdification/bam/cdia902c.bam b/iwdification/bam/cdia902c.bam deleted file mode 100644 index 19fb9a6..0000000 Binary files a/iwdification/bam/cdia902c.bam and /dev/null differ diff --git a/iwdification/bam/cdid111a.bam b/iwdification/bam/cdid111a.bam deleted file mode 100644 index 250b2f2..0000000 Binary files a/iwdification/bam/cdid111a.bam and /dev/null differ diff --git a/iwdification/bam/cdid111b.bam b/iwdification/bam/cdid111b.bam deleted file mode 100644 index 6af21ae..0000000 Binary files a/iwdification/bam/cdid111b.bam and /dev/null differ diff --git a/iwdification/bam/cdid111c.bam b/iwdification/bam/cdid111c.bam deleted file mode 100644 index c5f835e..0000000 Binary files a/iwdification/bam/cdid111c.bam and /dev/null differ diff --git a/iwdification/bam/cdid113a.bam b/iwdification/bam/cdid113a.bam deleted file mode 100644 index 619bd32..0000000 Binary files a/iwdification/bam/cdid113a.bam and /dev/null differ diff --git a/iwdification/bam/cdid113b.bam b/iwdification/bam/cdid113b.bam deleted file mode 100644 index ccd3e24..0000000 Binary files a/iwdification/bam/cdid113b.bam and /dev/null differ diff --git a/iwdification/bam/cdid113c.bam b/iwdification/bam/cdid113c.bam deleted file mode 100644 index cb857fd..0000000 Binary files a/iwdification/bam/cdid113c.bam and /dev/null differ diff --git a/iwdification/bam/cdid113v.bam b/iwdification/bam/cdid113v.bam deleted file mode 100644 index e81ae1e..0000000 Binary files a/iwdification/bam/cdid113v.bam and /dev/null differ diff --git a/iwdification/bam/cdid214a.bam b/iwdification/bam/cdid214a.bam deleted file mode 100644 index 5fea94e..0000000 Binary files a/iwdification/bam/cdid214a.bam and /dev/null differ diff --git a/iwdification/bam/cdid214b.bam b/iwdification/bam/cdid214b.bam deleted file mode 100644 index 84d2c9d..0000000 Binary files a/iwdification/bam/cdid214b.bam and /dev/null differ diff --git a/iwdification/bam/cdid214c.bam b/iwdification/bam/cdid214c.bam deleted file mode 100644 index 593b70f..0000000 Binary files a/iwdification/bam/cdid214c.bam and /dev/null differ diff --git a/iwdification/bam/cdid216a.bam b/iwdification/bam/cdid216a.bam deleted file mode 100644 index 19cb608..0000000 Binary files a/iwdification/bam/cdid216a.bam and /dev/null differ diff --git a/iwdification/bam/cdid216b.bam b/iwdification/bam/cdid216b.bam deleted file mode 100644 index 2449f4d..0000000 Binary files a/iwdification/bam/cdid216b.bam and /dev/null differ diff --git a/iwdification/bam/cdid216c.bam b/iwdification/bam/cdid216c.bam deleted file mode 100644 index 9801292..0000000 Binary files a/iwdification/bam/cdid216c.bam and /dev/null differ diff --git a/iwdification/bam/cdid216v.bam b/iwdification/bam/cdid216v.bam deleted file mode 100644 index 5126dc0..0000000 Binary files a/iwdification/bam/cdid216v.bam and /dev/null differ diff --git a/iwdification/bam/cdid217i.bam b/iwdification/bam/cdid217i.bam deleted file mode 100644 index 81c058b..0000000 Binary files a/iwdification/bam/cdid217i.bam and /dev/null differ diff --git a/iwdification/bam/cdid313a.bam b/iwdification/bam/cdid313a.bam deleted file mode 100644 index feb51d2..0000000 Binary files a/iwdification/bam/cdid313a.bam and /dev/null differ diff --git a/iwdification/bam/cdid313b.bam b/iwdification/bam/cdid313b.bam deleted file mode 100644 index abad0c8..0000000 Binary files a/iwdification/bam/cdid313b.bam and /dev/null differ diff --git a/iwdification/bam/cdid313c.bam b/iwdification/bam/cdid313c.bam deleted file mode 100644 index 21e9af1..0000000 Binary files a/iwdification/bam/cdid313c.bam and /dev/null differ diff --git a/iwdification/bam/cdid315a.bam b/iwdification/bam/cdid315a.bam deleted file mode 100644 index 70fceba..0000000 Binary files a/iwdification/bam/cdid315a.bam and /dev/null differ diff --git a/iwdification/bam/cdid315b.bam b/iwdification/bam/cdid315b.bam deleted file mode 100644 index d8026e8..0000000 Binary files a/iwdification/bam/cdid315b.bam and /dev/null differ diff --git a/iwdification/bam/cdid315c.bam b/iwdification/bam/cdid315c.bam deleted file mode 100644 index 9a513ff..0000000 Binary files a/iwdification/bam/cdid315c.bam and /dev/null differ diff --git a/iwdification/bam/cdid318a.bam b/iwdification/bam/cdid318a.bam deleted file mode 100644 index bd084fb..0000000 Binary files a/iwdification/bam/cdid318a.bam and /dev/null differ diff --git a/iwdification/bam/cdid318b.bam b/iwdification/bam/cdid318b.bam deleted file mode 100644 index a36f0bf..0000000 Binary files a/iwdification/bam/cdid318b.bam and /dev/null differ diff --git a/iwdification/bam/cdid318c.bam b/iwdification/bam/cdid318c.bam deleted file mode 100644 index 4b05512..0000000 Binary files a/iwdification/bam/cdid318c.bam and /dev/null differ diff --git a/iwdification/bam/cdid318i.bam b/iwdification/bam/cdid318i.bam deleted file mode 100644 index 3c2e5a5..0000000 Binary files a/iwdification/bam/cdid318i.bam and /dev/null differ diff --git a/iwdification/bam/cdid319a.bam b/iwdification/bam/cdid319a.bam deleted file mode 100644 index c01ecb6..0000000 Binary files a/iwdification/bam/cdid319a.bam and /dev/null differ diff --git a/iwdification/bam/cdid319b.bam b/iwdification/bam/cdid319b.bam deleted file mode 100644 index b892014..0000000 Binary files a/iwdification/bam/cdid319b.bam and /dev/null differ diff --git a/iwdification/bam/cdid319c.bam b/iwdification/bam/cdid319c.bam deleted file mode 100644 index e89b30b..0000000 Binary files a/iwdification/bam/cdid319c.bam and /dev/null differ diff --git a/iwdification/bam/cdid320v.bam b/iwdification/bam/cdid320v.bam deleted file mode 100644 index d1c27f7..0000000 Binary files a/iwdification/bam/cdid320v.bam and /dev/null differ diff --git a/iwdification/bam/cdid320x.bam b/iwdification/bam/cdid320x.bam deleted file mode 100644 index b8ddb32..0000000 Binary files a/iwdification/bam/cdid320x.bam and /dev/null differ diff --git a/iwdification/bam/cdid320z.bam b/iwdification/bam/cdid320z.bam deleted file mode 100644 index d1c27f7..0000000 Binary files a/iwdification/bam/cdid320z.bam and /dev/null differ diff --git a/iwdification/bam/cdid321v.bam b/iwdification/bam/cdid321v.bam deleted file mode 100644 index b88bce8..0000000 Binary files a/iwdification/bam/cdid321v.bam and /dev/null differ diff --git a/iwdification/bam/cdid323v.bam b/iwdification/bam/cdid323v.bam deleted file mode 100644 index 6c2e7ce..0000000 Binary files a/iwdification/bam/cdid323v.bam and /dev/null differ diff --git a/iwdification/bam/cdid410a.bam b/iwdification/bam/cdid410a.bam deleted file mode 100644 index 62aa998..0000000 Binary files a/iwdification/bam/cdid410a.bam and /dev/null differ diff --git a/iwdification/bam/cdid410b.bam b/iwdification/bam/cdid410b.bam deleted file mode 100644 index d8fc4ff..0000000 Binary files a/iwdification/bam/cdid410b.bam and /dev/null differ diff --git a/iwdification/bam/cdid410c.bam b/iwdification/bam/cdid410c.bam deleted file mode 100644 index a30baec..0000000 Binary files a/iwdification/bam/cdid410c.bam and /dev/null differ diff --git a/iwdification/bam/cdid411a.bam b/iwdification/bam/cdid411a.bam deleted file mode 100644 index 125563f..0000000 Binary files a/iwdification/bam/cdid411a.bam and /dev/null differ diff --git a/iwdification/bam/cdid411b.bam b/iwdification/bam/cdid411b.bam deleted file mode 100644 index 21bca64..0000000 Binary files a/iwdification/bam/cdid411b.bam and /dev/null differ diff --git a/iwdification/bam/cdid411c.bam b/iwdification/bam/cdid411c.bam deleted file mode 100644 index 0649ec3..0000000 Binary files a/iwdification/bam/cdid411c.bam and /dev/null differ diff --git a/iwdification/bam/cdid411v.bam b/iwdification/bam/cdid411v.bam deleted file mode 100644 index b031946..0000000 Binary files a/iwdification/bam/cdid411v.bam and /dev/null differ diff --git a/iwdification/bam/cdid412a.bam b/iwdification/bam/cdid412a.bam deleted file mode 100644 index 1da7de5..0000000 Binary files a/iwdification/bam/cdid412a.bam and /dev/null differ diff --git a/iwdification/bam/cdid412b.bam b/iwdification/bam/cdid412b.bam deleted file mode 100644 index 26618f1..0000000 Binary files a/iwdification/bam/cdid412b.bam and /dev/null differ diff --git a/iwdification/bam/cdid412c.bam b/iwdification/bam/cdid412c.bam deleted file mode 100644 index bc5f11e..0000000 Binary files a/iwdification/bam/cdid412c.bam and /dev/null differ diff --git a/iwdification/bam/cdid412v.bam b/iwdification/bam/cdid412v.bam deleted file mode 100644 index c3a003e..0000000 Binary files a/iwdification/bam/cdid412v.bam and /dev/null differ diff --git a/iwdification/bam/cdid414a.bam b/iwdification/bam/cdid414a.bam deleted file mode 100644 index 8710574..0000000 Binary files a/iwdification/bam/cdid414a.bam and /dev/null differ diff --git a/iwdification/bam/cdid414b.bam b/iwdification/bam/cdid414b.bam deleted file mode 100644 index d6abeaa..0000000 Binary files a/iwdification/bam/cdid414b.bam and /dev/null differ diff --git a/iwdification/bam/cdid414c.bam b/iwdification/bam/cdid414c.bam deleted file mode 100644 index 6359c6a..0000000 Binary files a/iwdification/bam/cdid414c.bam and /dev/null differ diff --git a/iwdification/bam/cdid415a.bam b/iwdification/bam/cdid415a.bam deleted file mode 100644 index 6793746..0000000 Binary files a/iwdification/bam/cdid415a.bam and /dev/null differ diff --git a/iwdification/bam/cdid415b.bam b/iwdification/bam/cdid415b.bam deleted file mode 100644 index e270802..0000000 Binary files a/iwdification/bam/cdid415b.bam and /dev/null differ diff --git a/iwdification/bam/cdid415c.bam b/iwdification/bam/cdid415c.bam deleted file mode 100644 index 683c3f6..0000000 Binary files a/iwdification/bam/cdid415c.bam and /dev/null differ diff --git a/iwdification/bam/cdid417a.bam b/iwdification/bam/cdid417a.bam deleted file mode 100644 index a742627..0000000 Binary files a/iwdification/bam/cdid417a.bam and /dev/null differ diff --git a/iwdification/bam/cdid417b.bam b/iwdification/bam/cdid417b.bam deleted file mode 100644 index 245796e..0000000 Binary files a/iwdification/bam/cdid417b.bam and /dev/null differ diff --git a/iwdification/bam/cdid417c.bam b/iwdification/bam/cdid417c.bam deleted file mode 100644 index 9525dbb..0000000 Binary files a/iwdification/bam/cdid417c.bam and /dev/null differ diff --git a/iwdification/bam/cdid417v.bam b/iwdification/bam/cdid417v.bam deleted file mode 100644 index 2507d58..0000000 Binary files a/iwdification/bam/cdid417v.bam and /dev/null differ diff --git a/iwdification/bam/cdid420i.bam b/iwdification/bam/cdid420i.bam deleted file mode 100644 index 9055fc0..0000000 Binary files a/iwdification/bam/cdid420i.bam and /dev/null differ diff --git a/iwdification/bam/cdid511a.bam b/iwdification/bam/cdid511a.bam deleted file mode 100644 index ca7f8ec..0000000 Binary files a/iwdification/bam/cdid511a.bam and /dev/null differ diff --git a/iwdification/bam/cdid511b.bam b/iwdification/bam/cdid511b.bam deleted file mode 100644 index 8a32880..0000000 Binary files a/iwdification/bam/cdid511b.bam and /dev/null differ diff --git a/iwdification/bam/cdid511c.bam b/iwdification/bam/cdid511c.bam deleted file mode 100644 index 8fe56bc..0000000 Binary files a/iwdification/bam/cdid511c.bam and /dev/null differ diff --git a/iwdification/bam/cdid512a.bam b/iwdification/bam/cdid512a.bam deleted file mode 100644 index cab1447..0000000 Binary files a/iwdification/bam/cdid512a.bam and /dev/null differ diff --git a/iwdification/bam/cdid512b.bam b/iwdification/bam/cdid512b.bam deleted file mode 100644 index 8740b47..0000000 Binary files a/iwdification/bam/cdid512b.bam and /dev/null differ diff --git a/iwdification/bam/cdid512c.bam b/iwdification/bam/cdid512c.bam deleted file mode 100644 index cdd9741..0000000 Binary files a/iwdification/bam/cdid512c.bam and /dev/null differ diff --git a/iwdification/bam/cdid512v.bam b/iwdification/bam/cdid512v.bam deleted file mode 100644 index 7d62564..0000000 Binary files a/iwdification/bam/cdid512v.bam and /dev/null differ diff --git a/iwdification/bam/cdid514a.bam b/iwdification/bam/cdid514a.bam deleted file mode 100644 index 34ab980..0000000 Binary files a/iwdification/bam/cdid514a.bam and /dev/null differ diff --git a/iwdification/bam/cdid514b.bam b/iwdification/bam/cdid514b.bam deleted file mode 100644 index 22d667c..0000000 Binary files a/iwdification/bam/cdid514b.bam and /dev/null differ diff --git a/iwdification/bam/cdid514c.bam b/iwdification/bam/cdid514c.bam deleted file mode 100644 index 3f879a8..0000000 Binary files a/iwdification/bam/cdid514c.bam and /dev/null differ diff --git a/iwdification/bam/cdid514y.bam b/iwdification/bam/cdid514y.bam deleted file mode 100644 index d491650..0000000 Binary files a/iwdification/bam/cdid514y.bam and /dev/null differ diff --git a/iwdification/bam/cdid514z.bam b/iwdification/bam/cdid514z.bam deleted file mode 100644 index 68f0fb4..0000000 Binary files a/iwdification/bam/cdid514z.bam and /dev/null differ diff --git a/iwdification/bam/cdid516a.bam b/iwdification/bam/cdid516a.bam deleted file mode 100644 index 5e0eed3..0000000 Binary files a/iwdification/bam/cdid516a.bam and /dev/null differ diff --git a/iwdification/bam/cdid516b.bam b/iwdification/bam/cdid516b.bam deleted file mode 100644 index 032328f..0000000 Binary files a/iwdification/bam/cdid516b.bam and /dev/null differ diff --git a/iwdification/bam/cdid516c.bam b/iwdification/bam/cdid516c.bam deleted file mode 100644 index 4683adf..0000000 Binary files a/iwdification/bam/cdid516c.bam and /dev/null differ diff --git a/iwdification/bam/cdid517a.bam b/iwdification/bam/cdid517a.bam deleted file mode 100644 index 46581e3..0000000 Binary files a/iwdification/bam/cdid517a.bam and /dev/null differ diff --git a/iwdification/bam/cdid517b.bam b/iwdification/bam/cdid517b.bam deleted file mode 100644 index 8141e16..0000000 Binary files a/iwdification/bam/cdid517b.bam and /dev/null differ diff --git a/iwdification/bam/cdid517c.bam b/iwdification/bam/cdid517c.bam deleted file mode 100644 index 1d53fbb..0000000 Binary files a/iwdification/bam/cdid517c.bam and /dev/null differ diff --git a/iwdification/bam/cdid609a.bam b/iwdification/bam/cdid609a.bam deleted file mode 100644 index 58a454b..0000000 Binary files a/iwdification/bam/cdid609a.bam and /dev/null differ diff --git a/iwdification/bam/cdid609b.bam b/iwdification/bam/cdid609b.bam deleted file mode 100644 index 95db0fc..0000000 Binary files a/iwdification/bam/cdid609b.bam and /dev/null differ diff --git a/iwdification/bam/cdid609c.bam b/iwdification/bam/cdid609c.bam deleted file mode 100644 index b869e51..0000000 Binary files a/iwdification/bam/cdid609c.bam and /dev/null differ diff --git a/iwdification/bam/cdid609v.bam b/iwdification/bam/cdid609v.bam deleted file mode 100644 index 84de005..0000000 Binary files a/iwdification/bam/cdid609v.bam and /dev/null differ diff --git a/iwdification/bam/cdid613a.bam b/iwdification/bam/cdid613a.bam deleted file mode 100644 index fbd636e..0000000 Binary files a/iwdification/bam/cdid613a.bam and /dev/null differ diff --git a/iwdification/bam/cdid613b.bam b/iwdification/bam/cdid613b.bam deleted file mode 100644 index 4c94a03..0000000 Binary files a/iwdification/bam/cdid613b.bam and /dev/null differ diff --git a/iwdification/bam/cdid613c.bam b/iwdification/bam/cdid613c.bam deleted file mode 100644 index 0f58e28..0000000 Binary files a/iwdification/bam/cdid613c.bam and /dev/null differ diff --git a/iwdification/bam/cdid613v.bam b/iwdification/bam/cdid613v.bam deleted file mode 100644 index dd26f6e..0000000 Binary files a/iwdification/bam/cdid613v.bam and /dev/null differ diff --git a/iwdification/bam/cdid715a.bam b/iwdification/bam/cdid715a.bam deleted file mode 100644 index 655fc35..0000000 Binary files a/iwdification/bam/cdid715a.bam and /dev/null differ diff --git a/iwdification/bam/cdid715b.bam b/iwdification/bam/cdid715b.bam deleted file mode 100644 index f7129cb..0000000 Binary files a/iwdification/bam/cdid715b.bam and /dev/null differ diff --git a/iwdification/bam/cdid715c.bam b/iwdification/bam/cdid715c.bam deleted file mode 100644 index b04a481..0000000 Binary files a/iwdification/bam/cdid715c.bam and /dev/null differ diff --git a/iwdification/bam/cdid717a.bam b/iwdification/bam/cdid717a.bam deleted file mode 100644 index 28b7164..0000000 Binary files a/iwdification/bam/cdid717a.bam and /dev/null differ diff --git a/iwdification/bam/cdid717b.bam b/iwdification/bam/cdid717b.bam deleted file mode 100644 index 35d92c6..0000000 Binary files a/iwdification/bam/cdid717b.bam and /dev/null differ diff --git a/iwdification/bam/cdid717c.bam b/iwdification/bam/cdid717c.bam deleted file mode 100644 index 4051e31..0000000 Binary files a/iwdification/bam/cdid717c.bam and /dev/null differ diff --git a/iwdification/bam/cdid718a.bam b/iwdification/bam/cdid718a.bam deleted file mode 100644 index 70f4d26..0000000 Binary files a/iwdification/bam/cdid718a.bam and /dev/null differ diff --git a/iwdification/bam/cdid718b.bam b/iwdification/bam/cdid718b.bam deleted file mode 100644 index 9b9993a..0000000 Binary files a/iwdification/bam/cdid718b.bam and /dev/null differ diff --git a/iwdification/bam/cdid718c.bam b/iwdification/bam/cdid718c.bam deleted file mode 100644 index d9ac193..0000000 Binary files a/iwdification/bam/cdid718c.bam and /dev/null differ diff --git a/iwdification/bam/cdid718y.bam b/iwdification/bam/cdid718y.bam deleted file mode 100644 index 062f264..0000000 Binary files a/iwdification/bam/cdid718y.bam and /dev/null differ diff --git a/iwdification/bam/cdid718z.bam b/iwdification/bam/cdid718z.bam deleted file mode 100644 index e5c8b95..0000000 Binary files a/iwdification/bam/cdid718z.bam and /dev/null differ diff --git a/iwdification/bam/cdid720a.bam b/iwdification/bam/cdid720a.bam deleted file mode 100644 index ed932d8..0000000 Binary files a/iwdification/bam/cdid720a.bam and /dev/null differ diff --git a/iwdification/bam/cdid720b.bam b/iwdification/bam/cdid720b.bam deleted file mode 100644 index 86c5734..0000000 Binary files a/iwdification/bam/cdid720b.bam and /dev/null differ diff --git a/iwdification/bam/cdid720c.bam b/iwdification/bam/cdid720c.bam deleted file mode 100644 index c54947c..0000000 Binary files a/iwdification/bam/cdid720c.bam and /dev/null differ diff --git a/iwdification/bam/cdid720v.bam b/iwdification/bam/cdid720v.bam deleted file mode 100644 index dd7aa91..0000000 Binary files a/iwdification/bam/cdid720v.bam and /dev/null differ diff --git a/iwdification/bam/cdid723a.bam b/iwdification/bam/cdid723a.bam deleted file mode 100644 index 1c7ae0b..0000000 Binary files a/iwdification/bam/cdid723a.bam and /dev/null differ diff --git a/iwdification/bam/cdid723b.bam b/iwdification/bam/cdid723b.bam deleted file mode 100644 index 78884ff..0000000 Binary files a/iwdification/bam/cdid723b.bam and /dev/null differ diff --git a/iwdification/bam/cdid723c.bam b/iwdification/bam/cdid723c.bam deleted file mode 100644 index be6194d..0000000 Binary files a/iwdification/bam/cdid723c.bam and /dev/null differ diff --git a/iwdification/bam/cdillush.bam b/iwdification/bam/cdillush.bam deleted file mode 100644 index 80dcfaa..0000000 Binary files a/iwdification/bam/cdillush.bam and /dev/null differ diff --git a/iwdification/bam/cdinvoch.bam b/iwdification/bam/cdinvoch.bam deleted file mode 100644 index 3448407..0000000 Binary files a/iwdification/bam/cdinvoch.bam and /dev/null differ diff --git a/iwdification/bam/cdmsum1h.bam b/iwdification/bam/cdmsum1h.bam deleted file mode 100644 index 55113f1..0000000 Binary files a/iwdification/bam/cdmsum1h.bam and /dev/null differ diff --git a/iwdification/bam/cdmsum1x.bam b/iwdification/bam/cdmsum1x.bam deleted file mode 100644 index c9dce9c..0000000 Binary files a/iwdification/bam/cdmsum1x.bam and /dev/null differ diff --git a/iwdification/bam/cdnecroh.bam b/iwdification/bam/cdnecroh.bam deleted file mode 100644 index f33cc46..0000000 Binary files a/iwdification/bam/cdnecroh.bam and /dev/null differ diff --git a/iwdification/bam/cdparalh.bam b/iwdification/bam/cdparalh.bam deleted file mode 100644 index 2377868..0000000 Binary files a/iwdification/bam/cdparalh.bam and /dev/null differ diff --git a/iwdification/bam/cdprayrh.bam b/iwdification/bam/cdprayrh.bam deleted file mode 100644 index 443ae69..0000000 Binary files a/iwdification/bam/cdprayrh.bam and /dev/null differ diff --git a/iwdification/bam/cdrecith.bam b/iwdification/bam/cdrecith.bam deleted file mode 100644 index 1872f8d..0000000 Binary files a/iwdification/bam/cdrecith.bam and /dev/null differ diff --git a/iwdification/bam/cdrwofah.bam b/iwdification/bam/cdrwofah.bam deleted file mode 100644 index 44656ff..0000000 Binary files a/iwdification/bam/cdrwofah.bam and /dev/null differ diff --git a/iwdification/bam/cdsalc.bam b/iwdification/bam/cdsalc.bam deleted file mode 100644 index edd6a5f..0000000 Binary files a/iwdification/bam/cdsalc.bam and /dev/null differ diff --git a/iwdification/bam/cdsalf.bam b/iwdification/bam/cdsalf.bam deleted file mode 100644 index c3904b8..0000000 Binary files a/iwdification/bam/cdsalf.bam and /dev/null differ diff --git a/iwdification/bam/cduwardx.bam b/iwdification/bam/cduwardx.bam deleted file mode 100644 index 6f7e07a..0000000 Binary files a/iwdification/bam/cduwardx.bam and /dev/null differ diff --git a/iwdification/cre/cdgibomb.cre b/iwdification/cre/cdgibomb.cre deleted file mode 100644 index b9716cf..0000000 Binary files a/iwdification/cre/cdgibomb.cre and /dev/null differ diff --git a/iwdification/cre/cdgiborb.cre b/iwdification/cre/cdgiborb.cre deleted file mode 100644 index 2341c9c..0000000 Binary files a/iwdification/cre/cdgiborb.cre and /dev/null differ diff --git a/iwdification/cre/cdia513.cre b/iwdification/cre/cdia513.cre deleted file mode 100644 index 26e9359..0000000 Binary files a/iwdification/cre/cdia513.cre and /dev/null differ diff --git a/iwdification/cre/cdia517.cre b/iwdification/cre/cdia517.cre deleted file mode 100644 index a860dd8..0000000 Binary files a/iwdification/cre/cdia517.cre and /dev/null differ diff --git a/iwdification/cre/cdia711.cre b/iwdification/cre/cdia711.cre deleted file mode 100644 index 0668922..0000000 Binary files a/iwdification/cre/cdia711.cre and /dev/null differ diff --git a/iwdification/cre/cdid613.cre b/iwdification/cre/cdid613.cre deleted file mode 100644 index af17e1b..0000000 Binary files a/iwdification/cre/cdid613.cre and /dev/null differ diff --git a/iwdification/cre/cdid723.cre b/iwdification/cre/cdid723.cre deleted file mode 100644 index 4a62756..0000000 Binary files a/iwdification/cre/cdid723.cre and /dev/null differ diff --git a/iwdification/cre/cdm4ghst.cre b/iwdification/cre/cdm4ghst.cre deleted file mode 100644 index 77ad861..0000000 Binary files a/iwdification/cre/cdm4ghst.cre and /dev/null differ diff --git a/iwdification/cre/cdm4ogr.cre b/iwdification/cre/cdm4ogr.cre deleted file mode 100644 index e955b13..0000000 Binary files a/iwdification/cre/cdm4ogr.cre and /dev/null differ diff --git a/iwdification/cre/cdm4yeti.cre b/iwdification/cre/cdm4yeti.cre deleted file mode 100644 index a9c8c8d..0000000 Binary files a/iwdification/cre/cdm4yeti.cre and /dev/null differ diff --git a/iwdification/cre/cdm5gspi.cre b/iwdification/cre/cdm5gspi.cre deleted file mode 100644 index 3d7e42e..0000000 Binary files a/iwdification/cre/cdm5gspi.cre and /dev/null differ diff --git a/iwdification/cre/cdm5jzom.cre b/iwdification/cre/cdm5jzom.cre deleted file mode 100644 index 0cb4605..0000000 Binary files a/iwdification/cre/cdm5jzom.cre and /dev/null differ diff --git a/iwdification/cre/cdm5mino.cre b/iwdification/cre/cdm5mino.cre deleted file mode 100644 index d241b23..0000000 Binary files a/iwdification/cre/cdm5mino.cre and /dev/null differ diff --git a/iwdification/cre/cdm6crwl.cre b/iwdification/cre/cdm6crwl.cre deleted file mode 100644 index 1490536..0000000 Binary files a/iwdification/cre/cdm6crwl.cre and /dev/null differ diff --git a/iwdification/cre/cdm6pspi.cre b/iwdification/cre/cdm6pspi.cre deleted file mode 100644 index df206c6..0000000 Binary files a/iwdification/cre/cdm6pspi.cre and /dev/null differ diff --git a/iwdification/cre/cdm6salc.cre b/iwdification/cre/cdm6salc.cre deleted file mode 100644 index 4a3256f..0000000 Binary files a/iwdification/cre/cdm6salc.cre and /dev/null differ diff --git a/iwdification/cre/cdm6salf.cre b/iwdification/cre/cdm6salf.cre deleted file mode 100644 index e15a54a..0000000 Binary files a/iwdification/cre/cdm6salf.cre and /dev/null differ diff --git a/iwdification/cre/cdm7bgrd.cre b/iwdification/cre/cdm7bgrd.cre deleted file mode 100644 index dbb2363..0000000 Binary files a/iwdification/cre/cdm7bgrd.cre and /dev/null differ diff --git a/iwdification/cre/cdm7umbh.cre b/iwdification/cre/cdm7umbh.cre deleted file mode 100644 index ccd7d3c..0000000 Binary files a/iwdification/cre/cdm7umbh.cre and /dev/null differ diff --git a/iwdification/cre/cds1gob1.cre b/iwdification/cre/cds1gob1.cre deleted file mode 100644 index 2617aa2..0000000 Binary files a/iwdification/cre/cds1gob1.cre and /dev/null differ diff --git a/iwdification/cre/cds1gob2.cre b/iwdification/cre/cds1gob2.cre deleted file mode 100644 index 1b4efe1..0000000 Binary files a/iwdification/cre/cds1gob2.cre and /dev/null differ diff --git a/iwdification/cre/cds1gob3.cre b/iwdification/cre/cds1gob3.cre deleted file mode 100644 index ae0fe4a..0000000 Binary files a/iwdification/cre/cds1gob3.cre and /dev/null differ diff --git a/iwdification/cre/cds1liz3.cre b/iwdification/cre/cds1liz3.cre deleted file mode 100644 index e00623e..0000000 Binary files a/iwdification/cre/cds1liz3.cre and /dev/null differ diff --git a/iwdification/cre/cds1liz4.cre b/iwdification/cre/cds1liz4.cre deleted file mode 100644 index e56e4e6..0000000 Binary files a/iwdification/cre/cds1liz4.cre and /dev/null differ diff --git a/iwdification/cre/cds1trl6.cre b/iwdification/cre/cds1trl6.cre deleted file mode 100644 index 2eb2d45..0000000 Binary files a/iwdification/cre/cds1trl6.cre and /dev/null differ diff --git a/iwdification/cre/cds1trl7.cre b/iwdification/cre/cds1trl7.cre deleted file mode 100644 index 8f26636..0000000 Binary files a/iwdification/cre/cds1trl7.cre and /dev/null differ diff --git a/iwdification/cre/cds1trl8.cre b/iwdification/cre/cds1trl8.cre deleted file mode 100644 index 3344f32..0000000 Binary files a/iwdification/cre/cds1trl8.cre and /dev/null differ diff --git a/iwdification/cre/cds2gob1.cre b/iwdification/cre/cds2gob1.cre deleted file mode 100644 index c67cdf5..0000000 Binary files a/iwdification/cre/cds2gob1.cre and /dev/null differ diff --git a/iwdification/cre/cds2gob2.cre b/iwdification/cre/cds2gob2.cre deleted file mode 100644 index c3a7750..0000000 Binary files a/iwdification/cre/cds2gob2.cre and /dev/null differ diff --git a/iwdification/cre/cds2gob3.cre b/iwdification/cre/cds2gob3.cre deleted file mode 100644 index ef07167..0000000 Binary files a/iwdification/cre/cds2gob3.cre and /dev/null differ diff --git a/iwdification/cre/cds2liz5.cre b/iwdification/cre/cds2liz5.cre deleted file mode 100644 index 5de2140..0000000 Binary files a/iwdification/cre/cds2liz5.cre and /dev/null differ diff --git a/iwdification/cre/cds2liz6.cre b/iwdification/cre/cds2liz6.cre deleted file mode 100644 index d235ba0..0000000 Binary files a/iwdification/cre/cds2liz6.cre and /dev/null differ diff --git a/iwdification/cre/cds2liz7.cre b/iwdification/cre/cds2liz7.cre deleted file mode 100644 index 415b1d1..0000000 Binary files a/iwdification/cre/cds2liz7.cre and /dev/null differ diff --git a/iwdification/cre/cds3trl7.cre b/iwdification/cre/cds3trl7.cre deleted file mode 100644 index b0118fb..0000000 Binary files a/iwdification/cre/cds3trl7.cre and /dev/null differ diff --git a/iwdification/cre/cds3trl8.cre b/iwdification/cre/cds3trl8.cre deleted file mode 100644 index a2838c6..0000000 Binary files a/iwdification/cre/cds3trl8.cre and /dev/null differ diff --git a/iwdification/cre/cds3umb8.cre b/iwdification/cre/cds3umb8.cre deleted file mode 100644 index 54a1dee..0000000 Binary files a/iwdification/cre/cds3umb8.cre and /dev/null differ diff --git a/iwdification/cre/cds3umb9.cre b/iwdification/cre/cds3umb9.cre deleted file mode 100644 index 0b75ad9..0000000 Binary files a/iwdification/cre/cds3umb9.cre and /dev/null differ diff --git a/iwdification/cre/cdsuffo.cre b/iwdification/cre/cdsuffo.cre deleted file mode 100644 index 186126c..0000000 Binary files a/iwdification/cre/cdsuffo.cre and /dev/null differ diff --git a/iwdification/cre/cduwar1.cre b/iwdification/cre/cduwar1.cre deleted file mode 100644 index a61d48b..0000000 Binary files a/iwdification/cre/cduwar1.cre and /dev/null differ diff --git a/iwdification/dlg/cdia517.d b/iwdification/dlg/cdia517.d deleted file mode 100644 index f4e9787..0000000 --- a/iwdification/dlg/cdia517.d +++ /dev/null @@ -1,5 +0,0 @@ -BEGIN CDIA517 - -IF ~True()~ THEN BEGIN opening SAY @3034 - IF ~~ THEN DO ~DestroySelf()~ EXIT -END \ No newline at end of file diff --git a/iwdification/eff/cdfire1.eff b/iwdification/eff/cdfire1.eff deleted file mode 100644 index 49b0a7c..0000000 Binary files a/iwdification/eff/cdfire1.eff and /dev/null differ diff --git a/iwdification/eff/cdia513.eff b/iwdification/eff/cdia513.eff deleted file mode 100644 index 6c437d5..0000000 Binary files a/iwdification/eff/cdia513.eff and /dev/null differ diff --git a/iwdification/eff/cdia611.eff b/iwdification/eff/cdia611.eff deleted file mode 100644 index 6a7e2e4..0000000 Binary files a/iwdification/eff/cdia611.eff and /dev/null differ diff --git a/iwdification/eff/cdia703.eff b/iwdification/eff/cdia703.eff deleted file mode 100644 index 3820bcc..0000000 Binary files a/iwdification/eff/cdia703.eff and /dev/null differ diff --git a/iwdification/eff/cdia711.eff b/iwdification/eff/cdia711.eff deleted file mode 100644 index 876a785..0000000 Binary files a/iwdification/eff/cdia711.eff and /dev/null differ diff --git a/iwdification/eff/cdia803.eff b/iwdification/eff/cdia803.eff deleted file mode 100644 index b00eef8..0000000 Binary files a/iwdification/eff/cdia803.eff and /dev/null differ diff --git a/iwdification/eff/cdia902.eff b/iwdification/eff/cdia902.eff deleted file mode 100644 index 398a9ec..0000000 Binary files a/iwdification/eff/cdia902.eff and /dev/null differ diff --git a/iwdification/eff/cdid318.eff b/iwdification/eff/cdid318.eff deleted file mode 100644 index c3848d0..0000000 Binary files a/iwdification/eff/cdid318.eff and /dev/null differ diff --git a/iwdification/eff/cdid321c.eff b/iwdification/eff/cdid321c.eff deleted file mode 100644 index 4cebeb2..0000000 Binary files a/iwdification/eff/cdid321c.eff and /dev/null differ diff --git a/iwdification/eff/cdid410.eff b/iwdification/eff/cdid410.eff deleted file mode 100644 index f0c76e8..0000000 Binary files a/iwdification/eff/cdid410.eff and /dev/null differ diff --git a/iwdification/eff/cdid420.eff b/iwdification/eff/cdid420.eff deleted file mode 100644 index 8e3cc92..0000000 Binary files a/iwdification/eff/cdid420.eff and /dev/null differ diff --git a/iwdification/eff/cdid5110.eff b/iwdification/eff/cdid5110.eff deleted file mode 100644 index ddb7a9f..0000000 Binary files a/iwdification/eff/cdid5110.eff and /dev/null differ diff --git a/iwdification/eff/cdid5111.eff b/iwdification/eff/cdid5111.eff deleted file mode 100644 index 626480d..0000000 Binary files a/iwdification/eff/cdid5111.eff and /dev/null differ diff --git a/iwdification/eff/cdid613.eff b/iwdification/eff/cdid613.eff deleted file mode 100644 index 12e4f71..0000000 Binary files a/iwdification/eff/cdid613.eff and /dev/null differ diff --git a/iwdification/eff/cdid613b.eff b/iwdification/eff/cdid613b.eff deleted file mode 100644 index 7df7e6f..0000000 Binary files a/iwdification/eff/cdid613b.eff and /dev/null differ diff --git a/iwdification/eff/cdsalc.eff b/iwdification/eff/cdsalc.eff deleted file mode 100644 index 915c769..0000000 Binary files a/iwdification/eff/cdsalc.eff and /dev/null differ diff --git a/iwdification/eff/cdsalf.eff b/iwdification/eff/cdsalf.eff deleted file mode 100644 index e13889e..0000000 Binary files a/iwdification/eff/cdsalf.eff and /dev/null differ diff --git a/iwdification/eff/cduwar1.eff b/iwdification/eff/cduwar1.eff deleted file mode 100644 index fe9d204..0000000 Binary files a/iwdification/eff/cduwar1.eff and /dev/null differ diff --git a/iwdification/itm/cd1d7sls.itm b/iwdification/itm/cd1d7sls.itm deleted file mode 100644 index 7837aca..0000000 Binary files a/iwdification/itm/cd1d7sls.itm and /dev/null differ diff --git a/iwdification/itm/cdgibomb.itm b/iwdification/itm/cdgibomb.itm deleted file mode 100644 index 5b22e97..0000000 Binary files a/iwdification/itm/cdgibomb.itm and /dev/null differ diff --git a/iwdification/itm/cdia221w.itm b/iwdification/itm/cdia221w.itm deleted file mode 100644 index ebe2811..0000000 Binary files a/iwdification/itm/cdia221w.itm and /dev/null differ diff --git a/iwdification/itm/cdia513w.itm b/iwdification/itm/cdia513w.itm deleted file mode 100644 index 58bd7a7..0000000 Binary files a/iwdification/itm/cdia513w.itm and /dev/null differ diff --git a/iwdification/itm/cdia610w.itm b/iwdification/itm/cdia610w.itm deleted file mode 100644 index 1abb8f8..0000000 Binary files a/iwdification/itm/cdia610w.itm and /dev/null differ diff --git a/iwdification/itm/cdia618w.itm b/iwdification/itm/cdia618w.itm deleted file mode 100644 index 3fe74db..0000000 Binary files a/iwdification/itm/cdia618w.itm and /dev/null differ diff --git a/iwdification/itm/cdia807w.itm b/iwdification/itm/cdia807w.itm deleted file mode 100644 index 641bd7f..0000000 Binary files a/iwdification/itm/cdia807w.itm and /dev/null differ diff --git a/iwdification/itm/cdid217w.itm b/iwdification/itm/cdid217w.itm deleted file mode 100644 index 17de4f5..0000000 Binary files a/iwdification/itm/cdid217w.itm and /dev/null differ diff --git a/iwdification/itm/cdid318w.itm b/iwdification/itm/cdid318w.itm deleted file mode 100644 index ebcdaa0..0000000 Binary files a/iwdification/itm/cdid318w.itm and /dev/null differ diff --git a/iwdification/itm/cdid420w.itm b/iwdification/itm/cdid420w.itm deleted file mode 100644 index 50c4ec2..0000000 Binary files a/iwdification/itm/cdid420w.itm and /dev/null differ diff --git a/iwdification/itm/cdid723w.itm b/iwdification/itm/cdid723w.itm deleted file mode 100644 index 7f32619..0000000 Binary files a/iwdification/itm/cdid723w.itm and /dev/null differ diff --git a/iwdification/itm/cdrg1hp2.itm b/iwdification/itm/cdrg1hp2.itm deleted file mode 100644 index 48a4b54..0000000 Binary files a/iwdification/itm/cdrg1hp2.itm and /dev/null differ diff --git a/iwdification/itm/cdsalc.itm b/iwdification/itm/cdsalc.itm deleted file mode 100644 index 8d67713..0000000 Binary files a/iwdification/itm/cdsalc.itm and /dev/null differ diff --git a/iwdification/itm/cdsalf.itm b/iwdification/itm/cdsalf.itm deleted file mode 100644 index 2134a7f..0000000 Binary files a/iwdification/itm/cdsalf.itm and /dev/null differ diff --git a/iwdification/itm/cdsumamu.itm b/iwdification/itm/cdsumamu.itm deleted file mode 100644 index 8a121a7..0000000 Binary files a/iwdification/itm/cdsumamu.itm and /dev/null differ diff --git a/iwdification/itm/cdsumrng.itm b/iwdification/itm/cdsumrng.itm deleted file mode 100644 index 857b9c9..0000000 Binary files a/iwdification/itm/cdsumrng.itm and /dev/null differ diff --git a/iwdification/itm/cdtran20.itm b/iwdification/itm/cdtran20.itm deleted file mode 100644 index 3d31ead..0000000 Binary files a/iwdification/itm/cdtran20.itm and /dev/null differ diff --git a/iwdification/itm/cdtran40.itm b/iwdification/itm/cdtran40.itm deleted file mode 100644 index d2bcdca..0000000 Binary files a/iwdification/itm/cdtran40.itm and /dev/null differ diff --git a/iwdification/itm/cdtran60.itm b/iwdification/itm/cdtran60.itm deleted file mode 100644 index e493889..0000000 Binary files a/iwdification/itm/cdtran60.itm and /dev/null differ diff --git a/iwdification/itm/s5-20.itm b/iwdification/itm/s5-20.itm deleted file mode 100644 index fb2af33..0000000 Binary files a/iwdification/itm/s5-20.itm and /dev/null differ diff --git a/iwdification/lib/baldur.baf b/iwdification/lib/baldur.baf deleted file mode 100644 index 028b33f..0000000 --- a/iwdification/lib/baldur.baf +++ /dev/null @@ -1,15 +0,0 @@ -IF - Global("CDZOSA","GLOBAL",1) -THEN - RESPONSE #100 - SetGlobalTimer("CDZOSAREBOOT","GLOBAL",6) - SetGlobal("CDZOSA","GLOBAL",2) -END - -IF - Global("CDZOSA","GLOBAL",2) - GlobalTimerExpired("CDZOSAREBOOT","GLOBAL") -THEN - RESPONSE #100 - SetGlobal("CDZOSA","GLOBAL",0) -END \ No newline at end of file diff --git a/iwdification/lib/blank.itm b/iwdification/lib/blank.itm deleted file mode 100644 index 6c80dee..0000000 Binary files a/iwdification/lib/blank.itm and /dev/null differ diff --git a/iwdification/lib/blankpr.itm b/iwdification/lib/blankpr.itm deleted file mode 100644 index ae6d942..0000000 Binary files a/iwdification/lib/blankpr.itm and /dev/null differ diff --git a/iwdification/lib/cdcloudt.spl b/iwdification/lib/cdcloudt.spl deleted file mode 100644 index a97c7e3..0000000 Binary files a/iwdification/lib/cdcloudt.spl and /dev/null differ diff --git a/iwdification/lib/cdstrimm.eff b/iwdification/lib/cdstrimm.eff deleted file mode 100644 index 363ea55..0000000 Binary files a/iwdification/lib/cdstrimm.eff and /dev/null differ diff --git a/iwdification/lib/cloud.cre b/iwdification/lib/cloud.cre deleted file mode 100644 index 6bdd194..0000000 Binary files a/iwdification/lib/cloud.cre and /dev/null differ diff --git a/iwdification/lib/cloud.eff b/iwdification/lib/cloud.eff deleted file mode 100644 index dfb60e8..0000000 Binary files a/iwdification/lib/cloud.eff and /dev/null differ diff --git a/iwdification/lib/cloudmn.baf b/iwdification/lib/cloudmn.baf deleted file mode 100644 index 09e2a11..0000000 --- a/iwdification/lib/cloudmn.baf +++ /dev/null @@ -1,59 +0,0 @@ -IF - GlobalTimerExpired("OutOfTime","LOCALS") - Global("initialise","LOCALS",1) -THEN - RESPONSE #100 - DestroySelf() -END - -IF - !Global("initialise","LOCALS",1) -THEN - RESPONSE #100 - SetGlobal("shortstart","LOCALS",3) - SetGlobalTimer("OutOfTime","LOCALS",%cloud_dur%) - SetGlobal("initialise","LOCALS",1) - Continue() -END - -IF - !GlobalTimerNotExpired("cloudtime","LOCALS") - GlobalTimerExpired("shortstart","LOCALS") -THEN - RESPONSE #100 - SetGlobalTimer("cloudtime","LOCALS",1) - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index - ReallyForceSpellRES("%code%",Myself) // No such index -END - -IF - !GlobalTimerNotExpired("cloudtime","LOCALS") -THEN - RESPONSE #100 - SetGlobalTimer("cloudtime","LOCALS",1) - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index - CreateCreature("%code%v",[-1.-1],0) // No such index -END - - diff --git a/iwdification/lib/cloudv.spl b/iwdification/lib/cloudv.spl deleted file mode 100644 index a8e53f0..0000000 Binary files a/iwdification/lib/cloudv.spl and /dev/null differ diff --git a/iwdification/lib/cloudvs.baf b/iwdification/lib/cloudvs.baf deleted file mode 100644 index 52a8cc8..0000000 --- a/iwdification/lib/cloudvs.baf +++ /dev/null @@ -1,24 +0,0 @@ -IF - Global("sequence","LOCALS",0) -THEN - RESPONSE #100 - SetGlobal("sequence","LOCALS",1) - ReallyForceSpellRES("cdcloudt",Myself) // No such index -END - -IF - Global("sequence","LOCALS",1) -THEN - RESPONSE #100 - SetGlobal("sequence","LOCALS",2) - ReallyForceSpellRES("%code%v",Myself) // No such index -END - -IF - Global("sequence","LOCALS",2) -THEN - RESPONSE #100 - DestroySelf() -END - - diff --git a/iwdification/lib/common_spell.tpa b/iwdification/lib/common_spell.tpa deleted file mode 100644 index 6638358..0000000 --- a/iwdification/lib/common_spell.tpa +++ /dev/null @@ -1,190 +0,0 @@ - - - - -/* -// create zosa self-destruct script for cload spells -COPY ~iwdification/lib/zosa.baf~ ~iwdification/lib/cdzosa.baf~ - -COPY_EXISTING_REGEXP GLOB ~^spcl[0-9][0-9][0-9]\.spl$~ ~override~ - ~^spin[0-9][0-9][0-9]\.spl$~ ~override~ - ~^sppr[0-9][0-9][0-9]\.spl$~ ~override~ - ~^spwi[0-9][0-9][0-9]\.spl$~ ~override~ - READ_LONG 0x64 abil_off - READ_SHORT 0x68 abil_num - READ_LONG 0x6a fx_off - SET append = 0 - FOR (index = 0 ; index < abil_num ; ++index) BEGIN // fix existing effects - READ_SHORT (abil_off + 0x1e + (0x28 * index)) abil_fx_num - READ_SHORT (abil_off + 0x20 + (0x28 * index)) abil_fx_idx - FOR (index2 = 0 ; index2 < abil_fx_num ; ++index2) BEGIN - READ_SHORT (fx_off + (0x30 * (abil_fx_idx + index2))) opcode - PATCH_IF (opcode = 273) BEGIN // no-save damage - SET append = 1 - SET index = abil_num - SET index2 = abil_fx_num - SPRINT spell "%SOURCE_RES%" - END - END - END - PATCH_IF append = 1 BEGIN - INNER_ACTION BEGIN - - COPY ~iwdification/lib/cdzosa.baf~ ~iwdification/lib/cdzosa.baf~ - REPLACE_EVALUATE ~OR(\([0-9]+\))~ - BEGIN SET "newor" = ("%MATCH1%" + 1) END - ~OR(%newor%) - SpellCast([ANYONE],%spell%)~ - - END - END - BUT_ONLY - -COPY ~iwdification/lib/cdzosa.baf~ ~iwdification/lib/cdzosa.baf~ - REPLACE_TEXTUALLY ~\(SpellCast(\[ANYONE\],\)spwi~ ~\12~ - REPLACE_TEXTUALLY ~SpellCast(\[ANYONE\],sppr~ ~SpellCastPriest([ANYONE],1~ - REPLACE_TEXTUALLY ~SpellCast(\[ANYONE\],spin~ ~SpellCastInnate([ANYONE],3~ - REPLACE_TEXTUALLY ~SpellCast(\[ANYONE\],spcl~ ~SpellCastInnate([ANYONE],4~ - -COMPILE ~iwdification/lib/cdzosa.baf~ -*/ - -COPY ~iwdification/bam/cdabjurh.bam~ ~override~ - ~iwdification/bam/cdacidh.bam~ ~override~ - ~iwdification/bam/cdalterh.bam~ ~override~ - ~iwdification/bam/cdcldama.bam~ ~override~ - ~iwdification/bam/cdcmdama.bam~ ~override~ - ~iwdification/bam/cdcoldh.bam~ ~override~ - ~iwdification/bam/cdconjuh.bam~ ~override~ - ~iwdification/bam/cddivinh.bam~ ~override~ - ~iwdification/bam/cdelecth.bam~ ~override~ - ~iwdification/bam/cdenchah.bam~ ~override~ - ~iwdification/bam/cdfireh.bam~ ~override~ - ~iwdification/bam/cdgnench.bam~ ~override~ - ~iwdification/bam/cdillush.bam~ ~override~ - ~iwdification/bam/cdinvoch.bam~ ~override~ - ~iwdification/bam/cdmsum1h.bam~ ~override~ - ~iwdification/bam/cdmsum1x.bam~ ~override~ - ~iwdification/bam/cdnecroh.bam~ ~override~ - ~iwdification/bam/cdparalh.bam~ ~override~ - ~iwdification/lib/cdstrimm.eff~ ~override~ - ~iwdification/vvc/cdabjurh.vvc~ ~override~ - ~iwdification/vvc/cdacidh.vvc~ ~override~ - ~iwdification/vvc/cdalterh.vvc~ ~override~ - ~iwdification/vvc/cdcldama.vvc~ ~override~ - ~iwdification/vvc/cdcmdama.vvc~ ~override~ - ~iwdification/vvc/cdcoldh.vvc~ ~override~ - ~iwdification/vvc/cdconjuh.vvc~ ~override~ - ~iwdification/vvc/cddivinh.vvc~ ~override~ - ~iwdification/vvc/cdelecth.vvc~ ~override~ - ~iwdification/vvc/cdenchah.vvc~ ~override~ - ~iwdification/vvc/cdfireh.vvc~ ~override~ - ~iwdification/vvc/cdgnench.vvc~ ~override~ - ~iwdification/vvc/cdillush.vvc~ ~override~ - ~iwdification/vvc/cdinvoch.vvc~ ~override~ - ~iwdification/vvc/cdmonsum.vvc~ ~override~ - ~iwdification/vvc/cdnecroh.vvc~ ~override~ - ~iwdification/vvc/cdparalh.vvc~ ~override~ - ~iwdification/wav/cdarem21.wav~ ~override~ - -DEFINE_PATCH_FUNCTION cd_scroll STR_VAR spell = cdnull BEGIN - - WRITE_ASCIIE 0x3a "%DEST_RES%" - WRITE_ASCII 0x41 a #1 - WRITE_ASCIIE 0x76 "%DEST_RES%" - WRITE_ASCII 0x7d a #1 - PATCH_IF (SOURCE_SIZE > 0xda) BEGIN // only for arcane scrolls that have second header for learning - WRITE_ASCIIE 0xae "%DEST_RES%" - WRITE_ASCII 0xb5 a #1 - WRITE_ASCIIE 0xf6 "%spell%" #8 - WRITE_ASCIIE 0x126 "%spell%" #8 - END ELSE BEGIN // divine scroll - WRITE_ASCIIE 0xbe "%spell%" #8 - END - -END - -DEFINE_ACTION_FUNCTION cd_create_cloud INT_VAR cloud_dur = 6 visloop = 5 zosa = 0 STR_VAR code = null BEGIN - - COPY ~iwdification/lib/cloud.eff~ ~override/%code%.eff~ - WRITE_ASCIIE 0x30 ~%code%M~ - - COPY ~iwdification/lib/cloud.cre~ ~override/%code%M.cre~ - ~iwdification/lib/cloud.cre~ ~override/%code%V.cre~ - WRITE_ASCIIE 0x248 ~%DEST_RES%~ - WRITE_ASCIIE 0x280 ~%DEST_RES%~ - - EXTEND_TOP ~%code%M.bcs~ ~iwdification/lib/cloudmn.baf~ EVALUATE_BUFFER - EXTEND_TOP ~%code%V.bcs~ ~iwdification/lib/cloudvs.baf~ EVALUATE_BUFFER - - ACTION_IF zosa = 1 BEGIN - - ACTION_IF NOT FILE_EXISTS ~iwdification/lib/cdzosa.baf~ THEN BEGIN // run only once across both components - - COPY_EXISTING_REGEXP GLOB ~^.+\.spl$~ ~override~ - READ_LONG 0x64 abil_off - READ_SHORT 0x68 abil_num - READ_LONG 0x6a fx_off - SET delta = 0 - FOR (index = 0 ; index < abil_num ; ++index) BEGIN - READ_SHORT (abil_off + 0x1e + (0x28 * index)) abil_fx_num - WRITE_SHORT (abil_off + 0x20 + (0x28 * index)) (THIS + delta) - READ_SHORT (abil_off + 0x20 + (0x28 * index)) abil_fx_idx - FOR (index2 = 0 ; index2 < abil_fx_num ; ++index2) BEGIN - READ_SHORT (fx_off + (0x30 * (abil_fx_idx + index2))) opcode - INSERT_BYTES (fx_off + (0x30 * (abil_fx_idx + index2))) (48) - WRITE_SHORT (fx_off + (0x30 * (abil_fx_idx + index2))) 265 - WRITE_BYTE (fx_off + 0x02 + (0x30 * (abil_fx_idx + index2))) 1 - WRITE_LONG (fx_off + 0x04 + (0x30 * (abil_fx_idx + index2))) 1 - WRITE_BYTE (fx_off + 0x0c + (0x30 * (abil_fx_idx + index2))) 1 - WRITE_BYTE (fx_off + 0x12 + (0x30 * (abil_fx_idx + index2))) 100 - WRITE_ASCII (fx_off + 0x14 + (0x30 * (abil_fx_idx + index2))) CDZOSA - SET delta += 1 - WRITE_SHORT (abil_off + 0x1e + (0x28 * index)) (THIS + 1) - SET index2 = abil_fx_num // kill loop - END - END - BUT_ONLY - - COPY ~iwdification/lib/zosa.baf~ ~iwdification/lib/cdzosa.baf~ - - ACTION_FOR_EACH file IN baldur baldur25 BEGIN - - ACTION_IF FILE_EXISTS_IN_GAME ~%file%.bcs~ THEN BEGIN - - EXTEND_BOTTOM ~%file%.bcs~ ~iwdification/lib/baldur.baf~ - - END - - END - - END - - EXTEND_TOP ~%code%M.bcs~ ~iwdification/lib/cdzosa.baf~ - EXTEND_TOP ~%code%V.bcs~ ~iwdification/lib/cdzosa.baf~ - - END - - ACTION_IF NOT FILE_EXISTS_IN_GAME cdcloudt.spl THEN BEGIN - COPY ~iwdification/lib/cdcloudt.spl~ ~override~ // minions go away - END - - COPY ~iwdification/lib/cloudv.spl~ ~override/%code%v.spl~ - SET step = (100 / (visloop + 1)) - LPF ADD_SPELL_EFFECT INT_VAR opcode = 215 target = 1 parameter2 = 2 probability1 = step STR_VAR resource = EVALUATE_BUFFER ~%code%0~ END - FOR (index = 1 ; index <= visloop ; ++index) BEGIN - READ_BYTE 0xac temp_prob - LPF ADD_SPELL_EFFECT INT_VAR insert_point = 0 opcode = 215 target = 1 parameter2 = 2 - probability2 = (temp_prob + 1) probability1 = (temp_prob + step) STR_VAR resource = EVALUATE_BUFFER ~%code%%index%~ END - END - WRITE_BYTE 0xac 100 - - OUTER_FOR (index = 0 ; index <= visloop ; ++index) BEGIN - COPY ~iwdification/vvc/%code%%index%.vvc~ ~override~ - WRITE_ASCIIE 0x08 ~%code%V~ -// WRITE_ASCII 0x78 ~CDFFP111~ #8 -// WRITE_ASCII 0x80 ~CDAFTP24~ #8 - END - COPY ~iwdification/bam/%code%V.bam~ ~override~ - -END \ No newline at end of file diff --git a/iwdification/lib/cross_patch_arcane.tpa b/iwdification/lib/cross_patch_arcane.tpa deleted file mode 100644 index ca524c3..0000000 --- a/iwdification/lib/cross_patch_arcane.tpa +++ /dev/null @@ -1,17 +0,0 @@ -ACTION_IF ((FILE_EXISTS_IN_GAME ~cdia807w.itm~) AND - (VARIABLE_IS_SET WIZARD_BELTYNS_BURNING_BLOOD_RES)) THEN BEGIN - - COPY_EXISTING ~cdia807w.itm~ ~override~ // add immunity to beltyns burning blood to iron body - LPF ADD_ITEM_EQEFFECT INT_VAR opcode = 206 target = 1 timing = 2 STR_VAR resource = EVALUATE_BUFFER "%WIZARD_BELTYNS_BURNING_BLOOD_RES%" END - -END - -///// \\\\\ -///// arcane-divine cross-patching \\\\\ -///// \\\\\ - -ACTION_IF MOD_IS_INSTALLED ~IWDIFICATION/SETUP-IWDIFICATION.TP2~ ~40~ THEN BEGIN - - INCLUDE ~iwdification/lib/cross_patch_both.tpa~ - -END \ No newline at end of file diff --git a/iwdification/lib/cross_patch_divine.tpa b/iwdification/lib/cross_patch_divine.tpa deleted file mode 100644 index dd17090..0000000 --- a/iwdification/lib/cross_patch_divine.tpa +++ /dev/null @@ -1,35 +0,0 @@ -ACTION_IF VARIABLE_IS_SET CLERIC_BLOOD_RAGE_RES BEGIN - - COPY_EXISTING ~%CLERIC_BLOOD_RAGE_RES%.spl~ ~override~ - PATCH_IF VARIABLE_IS_SET CLERIC_SYMBOL_OF_PAIN_RES BEGIN - LPF ADD_SPELL_EFFECT INT_VAR insert_point = 3 opcode = 206 target = 2 power = 4 resist_dispel = 3 duration = 120 - STR_VAR resource = EVALUATE_BUFFER "%CLERIC_SYMBOL_OF_PAIN_RES%" END - END - PATCH_IF VARIABLE_IS_SET CLERIC_SYMBOL_OF_PAIN_RES BEGIN - LPF ADD_SPELL_EFFECT INT_VAR insert_point = 3 opcode = 206 target = 2 power = 4 resist_dispel = 3 duration = 120 - STR_VAR resource = EVALUATE_BUFFER "%CLERIC_SYMBOL_OF_HOPELESSNESS_RES%" END - END - BUT_ONLY - -END - -ACTION_IF ((VARIABLE_IS_SET CLERIC_IMPERVIOUS_SANCTITY_OF_MIND_RES) AND - (VARIABLE_IS_SET CLERIC_SYMBOL_OF_HOPELESSNESS_RES)) BEGIN - - COPY_EXISTING ~%CLERIC_IMPERVIOUS_SANCTITY_OF_MIND_RES%.spl~ ~override~ - FOR (index = 1 ; index < 18 ; ++index) BEGIN - LPF ADD_SPELL_EFFECT INT_VAR header = index insert_point = 0 opcode = 206 target = 1 power = 7 resist_dispel = 3 duration = ((index * 60) + 780) - STR_VAR resource = EVALUATE_BUFFER "%CLERIC_SYMBOL_OF_HOPELESSNESS_RES%" END - END - -END - -///// \\\\\ -///// arcane-divine cross-patching \\\\\ -///// \\\\\ - -ACTION_IF MOD_IS_INSTALLED ~IWDIFICATION/SETUP-IWDIFICATION.TP2~ ~30~ THEN BEGIN - - INCLUDE ~iwdification/lib/cross_patch_both.tpa~ - -END \ No newline at end of file diff --git a/iwdification/lib/immunity.eff b/iwdification/lib/immunity.eff deleted file mode 100644 index a0bab7a..0000000 Binary files a/iwdification/lib/immunity.eff and /dev/null differ diff --git a/iwdification/lib/zosa.baf b/iwdification/lib/zosa.baf deleted file mode 100644 index 4dd68da..0000000 --- a/iwdification/lib/zosa.baf +++ /dev/null @@ -1,18 +0,0 @@ -/* -IF - OR(1) - InMyArea("cdid613") -THEN - RESPONSE #100 - DestroySelf() -END -*/ - -IF - OR(2) - InMyArea("cdid613") - !Global("CDZOSA","GLOBAL",0) -THEN - RESPONSE #100 - DestroySelf() -END \ No newline at end of file diff --git a/iwdification/pro/cdgibomb.pro b/iwdification/pro/cdgibomb.pro deleted file mode 100644 index 9e747f1..0000000 Binary files a/iwdification/pro/cdgibomb.pro and /dev/null differ diff --git a/iwdification/pro/cdia220.pro b/iwdification/pro/cdia220.pro deleted file mode 100644 index cb13838..0000000 Binary files a/iwdification/pro/cdia220.pro and /dev/null differ diff --git a/iwdification/pro/cdia318.pro b/iwdification/pro/cdia318.pro deleted file mode 100644 index 9d8cd80..0000000 Binary files a/iwdification/pro/cdia318.pro and /dev/null differ diff --git a/iwdification/pro/cdia319.pro b/iwdification/pro/cdia319.pro deleted file mode 100644 index 8e7da31..0000000 Binary files a/iwdification/pro/cdia319.pro and /dev/null differ diff --git a/iwdification/pro/cdia419.pro b/iwdification/pro/cdia419.pro deleted file mode 100644 index 9f6a57a..0000000 Binary files a/iwdification/pro/cdia419.pro and /dev/null differ diff --git a/iwdification/pro/cdia420.pro b/iwdification/pro/cdia420.pro deleted file mode 100644 index 71afabd..0000000 Binary files a/iwdification/pro/cdia420.pro and /dev/null differ diff --git a/iwdification/pro/cdia424.pro b/iwdification/pro/cdia424.pro deleted file mode 100644 index b8e713d..0000000 Binary files a/iwdification/pro/cdia424.pro and /dev/null differ diff --git a/iwdification/pro/cdia612.pro b/iwdification/pro/cdia612.pro deleted file mode 100644 index 59255ef..0000000 Binary files a/iwdification/pro/cdia612.pro and /dev/null differ diff --git a/iwdification/pro/cdia707.pro b/iwdification/pro/cdia707.pro deleted file mode 100644 index ac4699a..0000000 Binary files a/iwdification/pro/cdia707.pro and /dev/null differ diff --git a/iwdification/pro/cdia708.pro b/iwdification/pro/cdia708.pro deleted file mode 100644 index ae68b1b..0000000 Binary files a/iwdification/pro/cdia708.pro and /dev/null differ diff --git a/iwdification/pro/cdia711.pro b/iwdification/pro/cdia711.pro deleted file mode 100644 index b07ad6d..0000000 Binary files a/iwdification/pro/cdia711.pro and /dev/null differ diff --git a/iwdification/pro/cdid111.pro b/iwdification/pro/cdid111.pro deleted file mode 100644 index 56cb767..0000000 Binary files a/iwdification/pro/cdid111.pro and /dev/null differ diff --git a/iwdification/pro/cdid216.pro b/iwdification/pro/cdid216.pro deleted file mode 100644 index 769062d..0000000 Binary files a/iwdification/pro/cdid216.pro and /dev/null differ diff --git a/iwdification/pro/cdid320.pro b/iwdification/pro/cdid320.pro deleted file mode 100644 index b07ad6d..0000000 Binary files a/iwdification/pro/cdid320.pro and /dev/null differ diff --git a/iwdification/pro/cdid321.pro b/iwdification/pro/cdid321.pro deleted file mode 100644 index b07ad6d..0000000 Binary files a/iwdification/pro/cdid321.pro and /dev/null differ diff --git a/iwdification/pro/cdid411.pro b/iwdification/pro/cdid411.pro deleted file mode 100644 index 01281e1..0000000 Binary files a/iwdification/pro/cdid411.pro and /dev/null differ diff --git a/iwdification/pro/cdid417.pro b/iwdification/pro/cdid417.pro deleted file mode 100644 index b07ad6d..0000000 Binary files a/iwdification/pro/cdid417.pro and /dev/null differ diff --git a/iwdification/pro/cdid422.pro b/iwdification/pro/cdid422.pro deleted file mode 100644 index edb5f40..0000000 Binary files a/iwdification/pro/cdid422.pro and /dev/null differ diff --git a/iwdification/pro/cdid512.pro b/iwdification/pro/cdid512.pro deleted file mode 100644 index b07ad6d..0000000 Binary files a/iwdification/pro/cdid512.pro and /dev/null differ diff --git a/iwdification/pro/cdid613.pro b/iwdification/pro/cdid613.pro deleted file mode 100644 index ac62db9..0000000 Binary files a/iwdification/pro/cdid613.pro and /dev/null differ diff --git a/iwdification/pro/cdid715.pro b/iwdification/pro/cdid715.pro deleted file mode 100644 index 304d893..0000000 Binary files a/iwdification/pro/cdid715.pro and /dev/null differ diff --git a/iwdification/pro/cdid720.pro b/iwdification/pro/cdid720.pro deleted file mode 100644 index d7bc3b3..0000000 Binary files a/iwdification/pro/cdid720.pro and /dev/null differ diff --git a/iwdification/pro/cdsalc.pro b/iwdification/pro/cdsalc.pro deleted file mode 100644 index 950846c..0000000 Binary files a/iwdification/pro/cdsalc.pro and /dev/null differ diff --git a/iwdification/spl/acid_storm.spl b/iwdification/spl/acid_storm.spl deleted file mode 100644 index 16bc9fb..0000000 Binary files a/iwdification/spl/acid_storm.spl and /dev/null differ diff --git a/iwdification/spl/alicorn_lance.spl b/iwdification/spl/alicorn_lance.spl deleted file mode 100644 index 1fad4df..0000000 Binary files a/iwdification/spl/alicorn_lance.spl and /dev/null differ diff --git a/iwdification/spl/animal_rage.spl b/iwdification/spl/animal_rage.spl deleted file mode 100644 index 45af004..0000000 Binary files a/iwdification/spl/animal_rage.spl and /dev/null differ diff --git a/iwdification/spl/antimagic_shell.spl b/iwdification/spl/antimagic_shell.spl deleted file mode 100644 index 62ba9b0..0000000 Binary files a/iwdification/spl/antimagic_shell.spl and /dev/null differ diff --git a/iwdification/spl/beast_claw.spl b/iwdification/spl/beast_claw.spl deleted file mode 100644 index 81605bc..0000000 Binary files a/iwdification/spl/beast_claw.spl and /dev/null differ diff --git a/iwdification/spl/beltyns_burning_blood.spl b/iwdification/spl/beltyns_burning_blood.spl deleted file mode 100644 index 9a19dad..0000000 Binary files a/iwdification/spl/beltyns_burning_blood.spl and /dev/null differ diff --git a/iwdification/spl/blood_rage.spl b/iwdification/spl/blood_rage.spl deleted file mode 100644 index a3e5c97..0000000 Binary files a/iwdification/spl/blood_rage.spl and /dev/null differ diff --git a/iwdification/spl/cats_grace.spl b/iwdification/spl/cats_grace.spl deleted file mode 100644 index b564911..0000000 Binary files a/iwdification/spl/cats_grace.spl and /dev/null differ diff --git a/iwdification/spl/cause_disease.spl b/iwdification/spl/cause_disease.spl deleted file mode 100644 index 92d6445..0000000 Binary files a/iwdification/spl/cause_disease.spl and /dev/null differ diff --git a/iwdification/spl/cause_light_wounds.spl b/iwdification/spl/cause_light_wounds.spl deleted file mode 100644 index 03d3da6..0000000 Binary files a/iwdification/spl/cause_light_wounds.spl and /dev/null differ diff --git a/iwdification/spl/cause_moderate_wounds.spl b/iwdification/spl/cause_moderate_wounds.spl deleted file mode 100644 index 151e4e9..0000000 Binary files a/iwdification/spl/cause_moderate_wounds.spl and /dev/null differ diff --git a/iwdification/spl/cdgibomb.spl b/iwdification/spl/cdgibomb.spl deleted file mode 100644 index 6650655..0000000 Binary files a/iwdification/spl/cdgibomb.spl and /dev/null differ diff --git a/iwdification/spl/cdia221.spl b/iwdification/spl/cdia221.spl deleted file mode 100644 index 818b087..0000000 Binary files a/iwdification/spl/cdia221.spl and /dev/null differ diff --git a/iwdification/spl/cdia417.spl b/iwdification/spl/cdia417.spl deleted file mode 100644 index 7872ebe..0000000 Binary files a/iwdification/spl/cdia417.spl and /dev/null differ diff --git a/iwdification/spl/cdia424y.spl b/iwdification/spl/cdia424y.spl deleted file mode 100644 index dd18b6d..0000000 Binary files a/iwdification/spl/cdia424y.spl and /dev/null differ diff --git a/iwdification/spl/cdia424z.spl b/iwdification/spl/cdia424z.spl deleted file mode 100644 index 1814142..0000000 Binary files a/iwdification/spl/cdia424z.spl and /dev/null differ diff --git a/iwdification/spl/cdia511a.spl b/iwdification/spl/cdia511a.spl deleted file mode 100644 index d8939b3..0000000 Binary files a/iwdification/spl/cdia511a.spl and /dev/null differ diff --git a/iwdification/spl/cdia511b.spl b/iwdification/spl/cdia511b.spl deleted file mode 100644 index f759993..0000000 Binary files a/iwdification/spl/cdia511b.spl and /dev/null differ diff --git a/iwdification/spl/cdia707.spl b/iwdification/spl/cdia707.spl deleted file mode 100644 index 9180bc5..0000000 Binary files a/iwdification/spl/cdia707.spl and /dev/null differ diff --git a/iwdification/spl/cdia708a.spl b/iwdification/spl/cdia708a.spl deleted file mode 100644 index d220f6b..0000000 Binary files a/iwdification/spl/cdia708a.spl and /dev/null differ diff --git a/iwdification/spl/cdia708b.spl b/iwdification/spl/cdia708b.spl deleted file mode 100644 index 0c92382..0000000 Binary files a/iwdification/spl/cdia708b.spl and /dev/null differ diff --git a/iwdification/spl/cdia708c.spl b/iwdification/spl/cdia708c.spl deleted file mode 100644 index 126d1aa..0000000 Binary files a/iwdification/spl/cdia708c.spl and /dev/null differ diff --git a/iwdification/spl/cdia711.spl b/iwdification/spl/cdia711.spl deleted file mode 100644 index 4ef5ce6..0000000 Binary files a/iwdification/spl/cdia711.spl and /dev/null differ diff --git a/iwdification/spl/cdid313b.spl b/iwdification/spl/cdid313b.spl deleted file mode 100644 index 12f22e2..0000000 Binary files a/iwdification/spl/cdid313b.spl and /dev/null differ diff --git a/iwdification/spl/cdid313g.spl b/iwdification/spl/cdid313g.spl deleted file mode 100644 index 691ee4e..0000000 Binary files a/iwdification/spl/cdid313g.spl and /dev/null differ diff --git a/iwdification/spl/cdid319.spl b/iwdification/spl/cdid319.spl deleted file mode 100644 index 3941a4b..0000000 Binary files a/iwdification/spl/cdid319.spl and /dev/null differ diff --git a/iwdification/spl/cdid414b.spl b/iwdification/spl/cdid414b.spl deleted file mode 100644 index ec6db73..0000000 Binary files a/iwdification/spl/cdid414b.spl and /dev/null differ diff --git a/iwdification/spl/cdid414g.spl b/iwdification/spl/cdid414g.spl deleted file mode 100644 index 1b0c296..0000000 Binary files a/iwdification/spl/cdid414g.spl and /dev/null differ diff --git a/iwdification/spl/cdid417.spl b/iwdification/spl/cdid417.spl deleted file mode 100644 index a37e669..0000000 Binary files a/iwdification/spl/cdid417.spl and /dev/null differ diff --git a/iwdification/spl/cdid417v.spl b/iwdification/spl/cdid417v.spl deleted file mode 100644 index 1f93d95..0000000 Binary files a/iwdification/spl/cdid417v.spl and /dev/null differ diff --git a/iwdification/spl/cdid5110.spl b/iwdification/spl/cdid5110.spl deleted file mode 100644 index 4a1f754..0000000 Binary files a/iwdification/spl/cdid5110.spl and /dev/null differ diff --git a/iwdification/spl/cdid5111.spl b/iwdification/spl/cdid5111.spl deleted file mode 100644 index e660b85..0000000 Binary files a/iwdification/spl/cdid5111.spl and /dev/null differ diff --git a/iwdification/spl/cdid512.spl b/iwdification/spl/cdid512.spl deleted file mode 100644 index bd90306..0000000 Binary files a/iwdification/spl/cdid512.spl and /dev/null differ diff --git a/iwdification/spl/cdid613b.spl b/iwdification/spl/cdid613b.spl deleted file mode 100644 index 8e5adea..0000000 Binary files a/iwdification/spl/cdid613b.spl and /dev/null differ diff --git a/iwdification/spl/cdid720.spl b/iwdification/spl/cdid720.spl deleted file mode 100644 index 4ced09a..0000000 Binary files a/iwdification/spl/cdid720.spl and /dev/null differ diff --git a/iwdification/spl/cdsalc.spl b/iwdification/spl/cdsalc.spl deleted file mode 100644 index 41f0d67..0000000 Binary files a/iwdification/spl/cdsalc.spl and /dev/null differ diff --git a/iwdification/spl/cdsalc1.spl b/iwdification/spl/cdsalc1.spl deleted file mode 100644 index 45edcea..0000000 Binary files a/iwdification/spl/cdsalc1.spl and /dev/null differ diff --git a/iwdification/spl/cdsalc2.spl b/iwdification/spl/cdsalc2.spl deleted file mode 100644 index b96fd79..0000000 Binary files a/iwdification/spl/cdsalc2.spl and /dev/null differ diff --git a/iwdification/spl/cdsalf.spl b/iwdification/spl/cdsalf.spl deleted file mode 100644 index 23cfbca..0000000 Binary files a/iwdification/spl/cdsalf.spl and /dev/null differ diff --git a/iwdification/spl/cdsalf1.spl b/iwdification/spl/cdsalf1.spl deleted file mode 100644 index 4161c1b..0000000 Binary files a/iwdification/spl/cdsalf1.spl and /dev/null differ diff --git a/iwdification/spl/cdsalf2.spl b/iwdification/spl/cdsalf2.spl deleted file mode 100644 index 2163a89..0000000 Binary files a/iwdification/spl/cdsalf2.spl and /dev/null differ diff --git a/iwdification/spl/cdsof1.spl b/iwdification/spl/cdsof1.spl deleted file mode 100644 index 5d95016..0000000 Binary files a/iwdification/spl/cdsof1.spl and /dev/null differ diff --git a/iwdification/spl/cdsof2.spl b/iwdification/spl/cdsof2.spl deleted file mode 100644 index cd3a405..0000000 Binary files a/iwdification/spl/cdsof2.spl and /dev/null differ diff --git a/iwdification/spl/cdsof3.spl b/iwdification/spl/cdsof3.spl deleted file mode 100644 index 8843c65..0000000 Binary files a/iwdification/spl/cdsof3.spl and /dev/null differ diff --git a/iwdification/spl/cdsuffo.spl b/iwdification/spl/cdsuffo.spl deleted file mode 100644 index 1dc0a68..0000000 Binary files a/iwdification/spl/cdsuffo.spl and /dev/null differ diff --git a/iwdification/spl/cdsuffot.spl b/iwdification/spl/cdsuffot.spl deleted file mode 100644 index 5b65ff7..0000000 Binary files a/iwdification/spl/cdsuffot.spl and /dev/null differ diff --git a/iwdification/spl/circle_of_bones.spl b/iwdification/spl/circle_of_bones.spl deleted file mode 100644 index ac1f923..0000000 Binary files a/iwdification/spl/circle_of_bones.spl and /dev/null differ diff --git a/iwdification/spl/cloud_of_pestilence.spl b/iwdification/spl/cloud_of_pestilence.spl deleted file mode 100644 index 0b171b0..0000000 Binary files a/iwdification/spl/cloud_of_pestilence.spl and /dev/null differ diff --git a/iwdification/spl/cloudburst.spl b/iwdification/spl/cloudburst.spl deleted file mode 100644 index b557f8c..0000000 Binary files a/iwdification/spl/cloudburst.spl and /dev/null differ diff --git a/iwdification/spl/contact_other_plane.spl b/iwdification/spl/contact_other_plane.spl deleted file mode 100644 index 077b43b..0000000 Binary files a/iwdification/spl/contact_other_plane.spl and /dev/null differ diff --git a/iwdification/spl/cure_moderate_wounds.spl b/iwdification/spl/cure_moderate_wounds.spl deleted file mode 100644 index f8fe9a8..0000000 Binary files a/iwdification/spl/cure_moderate_wounds.spl and /dev/null differ diff --git a/iwdification/spl/curse.spl b/iwdification/spl/curse.spl deleted file mode 100644 index 787c9f3..0000000 Binary files a/iwdification/spl/curse.spl and /dev/null differ diff --git a/iwdification/spl/darts_of_bone.spl b/iwdification/spl/darts_of_bone.spl deleted file mode 100644 index 2b0ef7f..0000000 Binary files a/iwdification/spl/darts_of_bone.spl and /dev/null differ diff --git a/iwdification/spl/decastave.spl b/iwdification/spl/decastave.spl deleted file mode 100644 index 28a32ba..0000000 Binary files a/iwdification/spl/decastave.spl and /dev/null differ diff --git a/iwdification/spl/demishadow_monsters.spl b/iwdification/spl/demishadow_monsters.spl deleted file mode 100644 index 8971956..0000000 Binary files a/iwdification/spl/demishadow_monsters.spl and /dev/null differ diff --git a/iwdification/spl/destruction.spl b/iwdification/spl/destruction.spl deleted file mode 100644 index e4be122..0000000 Binary files a/iwdification/spl/destruction.spl and /dev/null differ diff --git a/iwdification/spl/emotion_courage.spl b/iwdification/spl/emotion_courage.spl deleted file mode 100644 index 63e0242..0000000 Binary files a/iwdification/spl/emotion_courage.spl and /dev/null differ diff --git a/iwdification/spl/emotion_fear.spl b/iwdification/spl/emotion_fear.spl deleted file mode 100644 index 913b20e..0000000 Binary files a/iwdification/spl/emotion_fear.spl and /dev/null differ diff --git a/iwdification/spl/emotion_hope.spl b/iwdification/spl/emotion_hope.spl deleted file mode 100644 index 7b20fc1..0000000 Binary files a/iwdification/spl/emotion_hope.spl and /dev/null differ diff --git a/iwdification/spl/emotion_hopelessness.spl b/iwdification/spl/emotion_hopelessness.spl deleted file mode 100644 index 095f27c..0000000 Binary files a/iwdification/spl/emotion_hopelessness.spl and /dev/null differ diff --git a/iwdification/spl/entropy_shield.spl b/iwdification/spl/entropy_shield.spl deleted file mode 100644 index e9d26e4..0000000 Binary files a/iwdification/spl/entropy_shield.spl and /dev/null differ diff --git a/iwdification/spl/exaltation.spl b/iwdification/spl/exaltation.spl deleted file mode 100644 index ffb6860..0000000 Binary files a/iwdification/spl/exaltation.spl and /dev/null differ diff --git a/iwdification/spl/giant_insect.spl b/iwdification/spl/giant_insect.spl deleted file mode 100644 index 7b05143..0000000 Binary files a/iwdification/spl/giant_insect.spl and /dev/null differ diff --git a/iwdification/spl/greater_shield_of_lathander.spl b/iwdification/spl/greater_shield_of_lathander.spl deleted file mode 100644 index 76a88aa..0000000 Binary files a/iwdification/spl/greater_shield_of_lathander.spl and /dev/null differ diff --git a/iwdification/spl/icelance.spl b/iwdification/spl/icelance.spl deleted file mode 100644 index 8676808..0000000 Binary files a/iwdification/spl/icelance.spl and /dev/null differ diff --git a/iwdification/spl/impervious_sanctity_of_mind.spl b/iwdification/spl/impervious_sanctity_of_mind.spl deleted file mode 100644 index 0438a93..0000000 Binary files a/iwdification/spl/impervious_sanctity_of_mind.spl and /dev/null differ diff --git a/iwdification/spl/iron_body.spl b/iwdification/spl/iron_body.spl deleted file mode 100644 index 0e3bec5..0000000 Binary files a/iwdification/spl/iron_body.spl and /dev/null differ diff --git a/iwdification/spl/lance_o_disruption.spl b/iwdification/spl/lance_o_disruption.spl deleted file mode 100644 index 1213825..0000000 Binary files a/iwdification/spl/lance_o_disruption.spl and /dev/null differ diff --git a/iwdification/spl/lich_touch.spl b/iwdification/spl/lich_touch.spl deleted file mode 100644 index 80449bb..0000000 Binary files a/iwdification/spl/lich_touch.spl and /dev/null differ diff --git a/iwdification/spl/malavons_rage.spl b/iwdification/spl/malavons_rage.spl deleted file mode 100644 index 8e5e085..0000000 Binary files a/iwdification/spl/malavons_rage.spl and /dev/null differ diff --git a/iwdification/spl/mind_blank.spl b/iwdification/spl/mind_blank.spl deleted file mode 100644 index 6f6a4ec..0000000 Binary files a/iwdification/spl/mind_blank.spl and /dev/null differ diff --git a/iwdification/spl/mist_of_eldath.spl b/iwdification/spl/mist_of_eldath.spl deleted file mode 100644 index 77aed30..0000000 Binary files a/iwdification/spl/mist_of_eldath.spl and /dev/null differ diff --git a/iwdification/spl/monster_summoning_iv.spl b/iwdification/spl/monster_summoning_iv.spl deleted file mode 100644 index e4da6ad..0000000 Binary files a/iwdification/spl/monster_summoning_iv.spl and /dev/null differ diff --git a/iwdification/spl/monster_summoning_v.spl b/iwdification/spl/monster_summoning_v.spl deleted file mode 100644 index 81871b5..0000000 Binary files a/iwdification/spl/monster_summoning_v.spl and /dev/null differ diff --git a/iwdification/spl/monster_summoning_vi.spl b/iwdification/spl/monster_summoning_vi.spl deleted file mode 100644 index db87619..0000000 Binary files a/iwdification/spl/monster_summoning_vi.spl and /dev/null differ diff --git a/iwdification/spl/monster_summoning_vii.spl b/iwdification/spl/monster_summoning_vii.spl deleted file mode 100644 index cc231ab..0000000 Binary files a/iwdification/spl/monster_summoning_vii.spl and /dev/null differ diff --git a/iwdification/spl/moonblade.spl b/iwdification/spl/moonblade.spl deleted file mode 100644 index e2c3921..0000000 Binary files a/iwdification/spl/moonblade.spl and /dev/null differ diff --git a/iwdification/spl/otilukes_freezing_sphere.spl b/iwdification/spl/otilukes_freezing_sphere.spl deleted file mode 100644 index 1f4c991..0000000 Binary files a/iwdification/spl/otilukes_freezing_sphere.spl and /dev/null differ diff --git a/iwdification/spl/prayer.spl b/iwdification/spl/prayer.spl deleted file mode 100644 index 647bf43..0000000 Binary files a/iwdification/spl/prayer.spl and /dev/null differ diff --git a/iwdification/spl/produce_fire.spl b/iwdification/spl/produce_fire.spl deleted file mode 100644 index 898961b..0000000 Binary files a/iwdification/spl/produce_fire.spl and /dev/null differ diff --git a/iwdification/spl/recitation.spl b/iwdification/spl/recitation.spl deleted file mode 100644 index 6f581b2..0000000 Binary files a/iwdification/spl/recitation.spl and /dev/null differ diff --git a/iwdification/spl/righteous_wrath_of_the_faithful.spl b/iwdification/spl/righteous_wrath_of_the_faithful.spl deleted file mode 100644 index 8a4d822..0000000 Binary files a/iwdification/spl/righteous_wrath_of_the_faithful.spl and /dev/null differ diff --git a/iwdification/spl/shades.spl b/iwdification/spl/shades.spl deleted file mode 100644 index e2862b8..0000000 Binary files a/iwdification/spl/shades.spl and /dev/null differ diff --git a/iwdification/spl/shadow_monsters.spl b/iwdification/spl/shadow_monsters.spl deleted file mode 100644 index 5f7c955..0000000 Binary files a/iwdification/spl/shadow_monsters.spl and /dev/null differ diff --git a/iwdification/spl/shield_of_lathander.spl b/iwdification/spl/shield_of_lathander.spl deleted file mode 100644 index d83a732..0000000 Binary files a/iwdification/spl/shield_of_lathander.spl and /dev/null differ diff --git a/iwdification/spl/shroud_of_flame.spl b/iwdification/spl/shroud_of_flame.spl deleted file mode 100644 index 9eb19dd..0000000 Binary files a/iwdification/spl/shroud_of_flame.spl and /dev/null differ diff --git a/iwdification/spl/snillocs_snowball_swarm.spl b/iwdification/spl/snillocs_snowball_swarm.spl deleted file mode 100644 index 58f75c9..0000000 Binary files a/iwdification/spl/snillocs_snowball_swarm.spl and /dev/null differ diff --git a/iwdification/spl/spike_growth.spl b/iwdification/spl/spike_growth.spl deleted file mode 100644 index e5b562c..0000000 Binary files a/iwdification/spl/spike_growth.spl and /dev/null differ diff --git a/iwdification/spl/spike_stones.spl b/iwdification/spl/spike_stones.spl deleted file mode 100644 index 62f1135..0000000 Binary files a/iwdification/spl/spike_stones.spl and /dev/null differ diff --git a/iwdification/spl/stalker.spl b/iwdification/spl/stalker.spl deleted file mode 100644 index 5ca6ad5..0000000 Binary files a/iwdification/spl/stalker.spl and /dev/null differ diff --git a/iwdification/spl/star_metal_cudgel.spl b/iwdification/spl/star_metal_cudgel.spl deleted file mode 100644 index 5751e47..0000000 Binary files a/iwdification/spl/star_metal_cudgel.spl and /dev/null differ diff --git a/iwdification/spl/static_charge.spl b/iwdification/spl/static_charge.spl deleted file mode 100644 index 48701ba..0000000 Binary files a/iwdification/spl/static_charge.spl and /dev/null differ diff --git a/iwdification/spl/storm_shell.spl b/iwdification/spl/storm_shell.spl deleted file mode 100644 index 9a3e3bf..0000000 Binary files a/iwdification/spl/storm_shell.spl and /dev/null differ diff --git a/iwdification/spl/suffocate.spl b/iwdification/spl/suffocate.spl deleted file mode 100644 index c6c8c18..0000000 Binary files a/iwdification/spl/suffocate.spl and /dev/null differ diff --git a/iwdification/spl/summon_shadow.spl b/iwdification/spl/summon_shadow.spl deleted file mode 100644 index 26c46f6..0000000 Binary files a/iwdification/spl/summon_shadow.spl and /dev/null differ diff --git a/iwdification/spl/sunscorch.spl b/iwdification/spl/sunscorch.spl deleted file mode 100644 index 488dfd8..0000000 Binary files a/iwdification/spl/sunscorch.spl and /dev/null differ diff --git a/iwdification/spl/symbol_of_hopelessness.spl b/iwdification/spl/symbol_of_hopelessness.spl deleted file mode 100644 index d6d0b73..0000000 Binary files a/iwdification/spl/symbol_of_hopelessness.spl and /dev/null differ diff --git a/iwdification/spl/symbol_of_pain.spl b/iwdification/spl/symbol_of_pain.spl deleted file mode 100644 index f64cf8c..0000000 Binary files a/iwdification/spl/symbol_of_pain.spl and /dev/null differ diff --git a/iwdification/spl/thorn_spray.spl b/iwdification/spl/thorn_spray.spl deleted file mode 100644 index f7a9134..0000000 Binary files a/iwdification/spl/thorn_spray.spl and /dev/null differ diff --git a/iwdification/spl/trollish_fortitude.spl b/iwdification/spl/trollish_fortitude.spl deleted file mode 100644 index b6ade51..0000000 Binary files a/iwdification/spl/trollish_fortitude.spl and /dev/null differ diff --git a/iwdification/spl/undead_ward.spl b/iwdification/spl/undead_ward.spl deleted file mode 100644 index 31199ac..0000000 Binary files a/iwdification/spl/undead_ward.spl and /dev/null differ diff --git a/iwdification/spl/unfailing_endurance.spl b/iwdification/spl/unfailing_endurance.spl deleted file mode 100644 index d34ea7a..0000000 Binary files a/iwdification/spl/unfailing_endurance.spl and /dev/null differ diff --git a/iwdification/spl/vitriolic_sphere.spl b/iwdification/spl/vitriolic_sphere.spl deleted file mode 100644 index 9915856..0000000 Binary files a/iwdification/spl/vitriolic_sphere.spl and /dev/null differ diff --git a/iwdification/spl/whirlwind.spl b/iwdification/spl/whirlwind.spl deleted file mode 100644 index 03b1a61..0000000 Binary files a/iwdification/spl/whirlwind.spl and /dev/null differ diff --git a/iwdification/style/g3.ico b/iwdification/style/g3.ico index 5356edf..68286ea 100644 Binary files a/iwdification/style/g3.ico and b/iwdification/style/g3.ico differ diff --git a/iwdification/style/g3banner.bmp b/iwdification/style/g3banner.bmp new file mode 100644 index 0000000..eea9bde Binary files /dev/null and b/iwdification/style/g3banner.bmp differ diff --git a/iwdification/style/g3icon.ico b/iwdification/style/g3icon.ico new file mode 100644 index 0000000..4812182 Binary files /dev/null and b/iwdification/style/g3icon.ico differ diff --git a/iwdification/style/g3readme_cam.css b/iwdification/style/g3readme_cam.css deleted file mode 100644 index 49aaef8..0000000 --- a/iwdification/style/g3readme_cam.css +++ /dev/null @@ -1,118 +0,0 @@ -body { - font-family: Arial, Helvetica, sans-serif; - font-size: 12px; - text-align: left; - color: #000; - background-color: #f2f2fc; - margin: 35px 50px 35px 50px; - padding: 0; - } -img {border : 0;} -h1, h2, h3, h4, h5, h6 { - font-size: 17px; - font-weight: bold; - color: #0000cd; - font-variant: small-caps; - position: relative; - background-color: #fff; - z-index:10; - } -h1, h2 { - margin-right: 20px; - margin-left: 20px; - padding: 5px; - border:1px solid #888; - z-index:10; - } -h3, h4, h5, h6 { - border-left:10px solid #0000cd; - padding-left:5px; - border-bottom:1px dotted #0000cd; - } -h2 {font-size : 16px;} -h3 {font-size : 15px;} -h4 {font-size : 14px;} -h5 {font-size : 13px;} -h6 {font-size : 12px;} -p, ul, table {clear:left;} -a, a:link, a:visited, a:hover, a:active { - color: #0012ff; - margin: 0; - padding: 0; - border-width: 0; - } -a:visited {color : #0000cd;} -table { - width: 100%; - padding: 20px; - } -td, th { - font-size: 11px; - text-align: center; - vertical-align: baseline; - padding: 5px; - border: 1px outset #aaa; - } -th { - background-color: #0000cd; - color: #fff; - font-weight: bold; - } -hr { - display: block; - clear: both; - margin: 0; - visibility: hidden; - } -.leftalign, table.leftalign tr th, table.leftalign tr td {text-align: left;} -.section { - position: relative; - border: 1px dotted #bbb; - background-color: #fff; - margin: -30px 0px 30px 0px; - padding: 20px 20px 10px 20px; - } -.kit_description { - position: relative; - display: block; - background-color: #f0f0f0; - border-left: 4px solid #ccc; - border-top: 1px dotted #ccc; - } -.spell_description, .spell_description_cleric, .spell_description_druid { - position: relative; - display: block; - background-color: #ddd; - border-left: 4px solid #bbb; - border-top: 1px dotted #bbb; - padding:10px; - margin:20px; - } -.spell_description_druid {border-color:#005a13;background-color:#ccded0;} -.spell_description_cleric {border-color:#000676;background-color:#cccde4;} -.portrait_thumb { - float: left; - width: 125px; - height: 125px; - padding: 5px; - text-align: center; - overflow: auto; - } -a.spoiler, a:link.spoiler, a:active.spoiler, a:visited.spoiler, a:hover.spoiler { - color: #ccc; - background-color: #ccc; - border: 1px dotted #888; - text-decoration: none; - } -a:hover.spoiler { - color: #000; - border: 1px dotted #ccc; - } -.code { - font-family: 'Courier New', Courier, mono; - border: 1px solid #555; - border-left: 10px solid #555; - background-color: #eee; - padding: 5px; - } -.deprecated {color:#666;} \ No newline at end of file diff --git a/iwdification/style/g3readme_cam_022916.css b/iwdification/style/g3readme_cam_022916.css new file mode 100644 index 0000000..adc9532 --- /dev/null +++ b/iwdification/style/g3readme_cam_022916.css @@ -0,0 +1,227 @@ +/* Reset */ +html, body, div, span, blockquote, pre, +a, font, img, .ribbon_menu ul, .ribbon_menu li { + margin: 0; + padding: 0; + border: 0; + outline: 0; + font-size: 100%; + vertical-align: baseline; + background: transparent; +} +/* // Reset */ + +body { + background: #eeeeee; + font-family:Arial, Helvetica, sans-serif; + font-size: 14px; + color: #333; + line-height: 1; + +background: +radial-gradient(circle farthest-side at 0% 50%,#f0f0f0 23.5%,rgba(240,240,240,0) 0)21px 30px, +radial-gradient(circle farthest-side at 0% 50%,#e8e8ff 24%,rgba(240,240,240,0) 0)19px 30px, +linear-gradient(#f0f0f0 14%,rgba(240,240,240,0) 0, rgba(240,240,240,0) 85%,#f0f0f0 0)0 0, +linear-gradient(150deg,#f0f0f0 24%,#e8e8ff 0,#e8e8ff 26%,rgba(240,240,240,0) 0,rgba(240,240,240,0) 74%,#e8e8ff 0,#e8e8ff 76%,#f0f0f0 0)0 0, +linear-gradient(30deg,#f0f0f0 24%,#e8e8ff 0,#e8e8ff 26%,rgba(240,240,240,0) 0,rgba(240,240,240,0) 74%,#e8e8ff 0,#e8e8ff 76%,#f0f0f0 0)0 0, +linear-gradient(90deg,#e8e8ff 2%,#f0f0f0 0,#f0f0f0 98%,#e8e8ff 0%)0 0 #f0f0f0; +background-size:40px 60px; +} +h1, h2, h3, h4, h5, h6 {font-family: TrajanPro, Georgia, Palatino, Times New Roman, serif;} +a, a:link, a:visited, a:hover, a:active { + color: #0012ff; + margin: 0; + padding: 0; + border-width: 0; + } + table { + width: 100%; + padding: 20px; + } +td, th { + font-size: 12px; + text-align: center; + vertical-align: baseline; + padding: 5px; + border: 1px outset #eee; + } +th { + background-color: #000099; + color: #fff; + font-weight: bold; + border:none; + } +a:visited {color : #000099;} +div#container { + width: 1024px; + margin:50px auto 20px auto; +} +.ribbon_menu { + position: relative; + top:3px; + left: 90px; + z-index: 80; /* the stack order: displayed under bubble (90) */ +} +.ribbon_menu ul {list-style: none;} +.ribbon_menu ul li { + -webkit-transform: rotate(-45deg); /* rotate the list item */ + -moz-transform: rotate(-45deg); /* rotate the list item */ + transform: rotate(-45deg); /* rotate the list item */ + width: 125px; + overflow: hidden; + margin: 30px -54px; + padding: 8px 8px 8px 18px; + float: left; + background: #31465f; + text-align: right; +} +.ribbon_menu ul li:hover {background: #000099;} + +.ribbon_menu ul li a { + color: #fff; + text-decoration: none; + display:block; +} +.ribbon_menu span { + margin: 0px 150px 0px 0px; + float:right; + padding-top:-30px; +} + +.ribbon_bubble { + clear: both; + position: relative; + margin: 0px auto; + width: 100%; + background: #fff; + border-radius: 10px; + -moz-border-radius: 10px; + -khtml-border-radius: 10px; + -webkit-border-radius: 10px; + box-shadow: 0px 0px 8px rgba(0,0,0,0.3); + -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); + -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); + -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); + position: relative; + z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */ +} + +.ribbon_rectangle, .ribbon_rectangle_h2, .ribbon_rectangle_h3 { + background: #000099; + height: 50px; + width: 1054px; + position: relative; + left:-15px; + top: 30px; + float: left; + -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55); + -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55); + -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55); + z-index: 100; /* the stack order: foreground */ +} + +.ribbon_rectangle_h2 { + background: #222222; + height: 40px; + top: 25px; +} + +.ribbon_rectangle_h3 { + background: #31465f; + height: 40px; + top: 25px; +} + +.ribbon_rectangle h1, .ribbon_rectangle_h2 h2, .ribbon_rectangle_h3 h3 { + margin: 0; + padding: 0; + font-size: 30px; + color: #fff; + padding-top: 9px; + text-shadow: 1px 1px 2px rgba(0,0,0,0.2); + text-align: center; +} + +.ribbon_rectangle_h2 h2, .ribbon_rectangle_h3 h3 { + font-size: 20px; + text-align: left; + margin:auto 45px; + padding-top: 9px; +} + +.ribbon_rectangle_h2 h2, .ribbon_rectangle_h3 h3 { + font-size: 18px; + padding-top: 10px; +} + +.ribbon_triangle-l, .ribbon_triangle_h2-l, .ribbon_triangle_h3-l { + border-color: transparent #000 transparent transparent; + border-style:solid; + border-width:15px; + height:0px; + width:0px; + position: relative; + left: -30px; + top: 65px; + z-index: -1; /* displayed under bubble */ +} + +.ribbon_triangle_h2-l, .ribbon_triangle_h3-l { + top: 50px; +} + +.ribbon_triangle-r, .ribbon_triangle_h2-r, .ribbon_triangle_h3-r { + border-color: transparent transparent transparent #000; + border-style:solid; + border-width:15px; + height:0px; + width:0px; + position: relative; + left: 1024px; + top: 35px; + z-index: -1; /* displayed under bubble */ +} + +.ribbon_triangle_h2-r, .ribbon_triangle_h3-r { + top: 20px; +} + +.section { + padding: 20px 25px; + line-height: 160%; +} + +.leftalign, table.leftalign tr th, table.leftalign tr td {text-align: left;} +.kit_description { + position: relative; + display: block; + background-color: #f0f0f0; + border-left: 4px solid #ccc; + border-top: 1px dotted #ccc; + } +.portrait_thumb { + float: left; + width: 125px; + height: 125px; + padding: 5px; + text-align: center; + overflow: auto; + } +a.spoiler, a:link.spoiler, a:active.spoiler, a:visited.spoiler, a:hover.spoiler { + color: #ccc; + background-color: #ccc; + border: 1px dotted #888; + text-decoration: none; + } +a:hover.spoiler { + color: #000; + border: 1px dotted #ccc; + } +.code { + font-family: 'Courier New', Courier, mono; + border: 1px solid #555; + border-left: 10px solid #555; + background-color: #eee; + padding: 5px; + } +.deprecated {color:#999;} \ No newline at end of file diff --git a/iwdification/style/logo.gif b/iwdification/style/logo.gif new file mode 100644 index 0000000..db15a19 Binary files /dev/null and b/iwdification/style/logo.gif differ diff --git a/iwdification/vvc/cdabjurh.vvc b/iwdification/vvc/cdabjurh.vvc deleted file mode 100644 index 10f3ce3..0000000 Binary files a/iwdification/vvc/cdabjurh.vvc and /dev/null differ diff --git a/iwdification/vvc/cdacidh.vvc b/iwdification/vvc/cdacidh.vvc deleted file mode 100644 index 8803501..0000000 Binary files a/iwdification/vvc/cdacidh.vvc and /dev/null differ diff --git a/iwdification/vvc/cdalterh.vvc b/iwdification/vvc/cdalterh.vvc deleted file mode 100644 index 259e76c..0000000 Binary files a/iwdification/vvc/cdalterh.vvc and /dev/null differ diff --git a/iwdification/vvc/cdanisum.vvc b/iwdification/vvc/cdanisum.vvc deleted file mode 100644 index c4fd7f6..0000000 Binary files a/iwdification/vvc/cdanisum.vvc and /dev/null differ diff --git a/iwdification/vvc/cdbless.vvc b/iwdification/vvc/cdbless.vvc deleted file mode 100644 index 0124ad6..0000000 Binary files a/iwdification/vvc/cdbless.vvc and /dev/null differ diff --git a/iwdification/vvc/cdbonh1.vvc b/iwdification/vvc/cdbonh1.vvc deleted file mode 100644 index c663df1..0000000 Binary files a/iwdification/vvc/cdbonh1.vvc and /dev/null differ diff --git a/iwdification/vvc/cdbonh2.vvc b/iwdification/vvc/cdbonh2.vvc deleted file mode 100644 index e755268..0000000 Binary files a/iwdification/vvc/cdbonh2.vvc and /dev/null differ diff --git a/iwdification/vvc/cdcldama.vvc b/iwdification/vvc/cdcldama.vvc deleted file mode 100644 index 44944f3..0000000 Binary files a/iwdification/vvc/cdcldama.vvc and /dev/null differ diff --git a/iwdification/vvc/cdcloubh.vvc b/iwdification/vvc/cdcloubh.vvc deleted file mode 100644 index 80055df..0000000 Binary files a/iwdification/vvc/cdcloubh.vvc and /dev/null differ diff --git a/iwdification/vvc/cdcmdama.vvc b/iwdification/vvc/cdcmdama.vvc deleted file mode 100644 index 10b2f62..0000000 Binary files a/iwdification/vvc/cdcmdama.vvc and /dev/null differ diff --git a/iwdification/vvc/cdcoldh.vvc b/iwdification/vvc/cdcoldh.vvc deleted file mode 100644 index 928e993..0000000 Binary files a/iwdification/vvc/cdcoldh.vvc and /dev/null differ diff --git a/iwdification/vvc/cdconjuh.vvc b/iwdification/vvc/cdconjuh.vvc deleted file mode 100644 index b324627..0000000 Binary files a/iwdification/vvc/cdconjuh.vvc and /dev/null differ diff --git a/iwdification/vvc/cdcurseh.vvc b/iwdification/vvc/cdcurseh.vvc deleted file mode 100644 index 829b68e..0000000 Binary files a/iwdification/vvc/cdcurseh.vvc and /dev/null differ diff --git a/iwdification/vvc/cddestrh.vvc b/iwdification/vvc/cddestrh.vvc deleted file mode 100644 index 3097ae6..0000000 Binary files a/iwdification/vvc/cddestrh.vvc and /dev/null differ diff --git a/iwdification/vvc/cddiseah.vvc b/iwdification/vvc/cddiseah.vvc deleted file mode 100644 index b1daa17..0000000 Binary files a/iwdification/vvc/cddiseah.vvc and /dev/null differ diff --git a/iwdification/vvc/cddivinh.vvc b/iwdification/vvc/cddivinh.vvc deleted file mode 100644 index 703f95b..0000000 Binary files a/iwdification/vvc/cddivinh.vvc and /dev/null differ diff --git a/iwdification/vvc/cdelecth.vvc b/iwdification/vvc/cdelecth.vvc deleted file mode 100644 index 9824bf1..0000000 Binary files a/iwdification/vvc/cdelecth.vvc and /dev/null differ diff --git a/iwdification/vvc/cdenchah.vvc b/iwdification/vvc/cdenchah.vvc deleted file mode 100644 index 92191e9..0000000 Binary files a/iwdification/vvc/cdenchah.vvc and /dev/null differ diff --git a/iwdification/vvc/cdexalth.vvc b/iwdification/vvc/cdexalth.vvc deleted file mode 100644 index 3522388..0000000 Binary files a/iwdification/vvc/cdexalth.vvc and /dev/null differ diff --git a/iwdification/vvc/cdfireh.vvc b/iwdification/vvc/cdfireh.vvc deleted file mode 100644 index 96a433d..0000000 Binary files a/iwdification/vvc/cdfireh.vvc and /dev/null differ diff --git a/iwdification/vvc/cdgnench.vvc b/iwdification/vvc/cdgnench.vvc deleted file mode 100644 index 11a082e..0000000 Binary files a/iwdification/vvc/cdgnench.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia424.vvc b/iwdification/vvc/cdia424.vvc deleted file mode 100644 index 5aa40bf..0000000 Binary files a/iwdification/vvc/cdia424.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia511v.vvc b/iwdification/vvc/cdia511v.vvc deleted file mode 100644 index c0c04c4..0000000 Binary files a/iwdification/vvc/cdia511v.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia601v.vvc b/iwdification/vvc/cdia601v.vvc deleted file mode 100644 index 52f3621..0000000 Binary files a/iwdification/vvc/cdia601v.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia707h.vvc b/iwdification/vvc/cdia707h.vvc deleted file mode 100644 index 4ec3366..0000000 Binary files a/iwdification/vvc/cdia707h.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia707x.vvc b/iwdification/vvc/cdia707x.vvc deleted file mode 100644 index c6a6c14..0000000 Binary files a/iwdification/vvc/cdia707x.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia7080.vvc b/iwdification/vvc/cdia7080.vvc deleted file mode 100644 index ce8c498..0000000 Binary files a/iwdification/vvc/cdia7080.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia7081.vvc b/iwdification/vvc/cdia7081.vvc deleted file mode 100644 index 7d6e7a4..0000000 Binary files a/iwdification/vvc/cdia7081.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia7082.vvc b/iwdification/vvc/cdia7082.vvc deleted file mode 100644 index 810d02e..0000000 Binary files a/iwdification/vvc/cdia7082.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia7083.vvc b/iwdification/vvc/cdia7083.vvc deleted file mode 100644 index e4b16b2..0000000 Binary files a/iwdification/vvc/cdia7083.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia7084.vvc b/iwdification/vvc/cdia7084.vvc deleted file mode 100644 index 0ebe9ec..0000000 Binary files a/iwdification/vvc/cdia7084.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia7085.vvc b/iwdification/vvc/cdia7085.vvc deleted file mode 100644 index 1b06f74..0000000 Binary files a/iwdification/vvc/cdia7085.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia7086.vvc b/iwdification/vvc/cdia7086.vvc deleted file mode 100644 index 7c0d92a..0000000 Binary files a/iwdification/vvc/cdia7086.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia7087.vvc b/iwdification/vvc/cdia7087.vvc deleted file mode 100644 index e893493..0000000 Binary files a/iwdification/vvc/cdia7087.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia7088.vvc b/iwdification/vvc/cdia7088.vvc deleted file mode 100644 index 20cfe0d..0000000 Binary files a/iwdification/vvc/cdia7088.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia7089.vvc b/iwdification/vvc/cdia7089.vvc deleted file mode 100644 index 023a11a..0000000 Binary files a/iwdification/vvc/cdia7089.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia708x.vvc b/iwdification/vvc/cdia708x.vvc deleted file mode 100644 index 2f75fae..0000000 Binary files a/iwdification/vvc/cdia708x.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia708y.vvc b/iwdification/vvc/cdia708y.vvc deleted file mode 100644 index 26adbfe..0000000 Binary files a/iwdification/vvc/cdia708y.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia708z.vvc b/iwdification/vvc/cdia708z.vvc deleted file mode 100644 index 0053a2b..0000000 Binary files a/iwdification/vvc/cdia708z.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia7110.vvc b/iwdification/vvc/cdia7110.vvc deleted file mode 100644 index 202e41c..0000000 Binary files a/iwdification/vvc/cdia7110.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia7111.vvc b/iwdification/vvc/cdia7111.vvc deleted file mode 100644 index 4f5f2dc..0000000 Binary files a/iwdification/vvc/cdia7111.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia7112.vvc b/iwdification/vvc/cdia7112.vvc deleted file mode 100644 index 1603476..0000000 Binary files a/iwdification/vvc/cdia7112.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia7113.vvc b/iwdification/vvc/cdia7113.vvc deleted file mode 100644 index 9d1c0d0..0000000 Binary files a/iwdification/vvc/cdia7113.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia7114.vvc b/iwdification/vvc/cdia7114.vvc deleted file mode 100644 index 2755efa..0000000 Binary files a/iwdification/vvc/cdia7114.vvc and /dev/null differ diff --git a/iwdification/vvc/cdia7115.vvc b/iwdification/vvc/cdia7115.vvc deleted file mode 100644 index 73a3505..0000000 Binary files a/iwdification/vvc/cdia7115.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid1131.vvc b/iwdification/vvc/cdid1131.vvc deleted file mode 100644 index 19b8489..0000000 Binary files a/iwdification/vvc/cdid1131.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid1132.vvc b/iwdification/vvc/cdid1132.vvc deleted file mode 100644 index 5ce57be..0000000 Binary files a/iwdification/vvc/cdid1132.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid1133.vvc b/iwdification/vvc/cdid1133.vvc deleted file mode 100644 index cd8416b..0000000 Binary files a/iwdification/vvc/cdid1133.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid1134.vvc b/iwdification/vvc/cdid1134.vvc deleted file mode 100644 index 4c9b0cd..0000000 Binary files a/iwdification/vvc/cdid1134.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid3200.vvc b/iwdification/vvc/cdid3200.vvc deleted file mode 100644 index 5c9f85c..0000000 Binary files a/iwdification/vvc/cdid3200.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid3201.vvc b/iwdification/vvc/cdid3201.vvc deleted file mode 100644 index 2c7531b..0000000 Binary files a/iwdification/vvc/cdid3201.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid3202.vvc b/iwdification/vvc/cdid3202.vvc deleted file mode 100644 index a1d0904..0000000 Binary files a/iwdification/vvc/cdid3202.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid3203.vvc b/iwdification/vvc/cdid3203.vvc deleted file mode 100644 index 597a32a..0000000 Binary files a/iwdification/vvc/cdid3203.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid3204.vvc b/iwdification/vvc/cdid3204.vvc deleted file mode 100644 index 67cccc2..0000000 Binary files a/iwdification/vvc/cdid3204.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid3205.vvc b/iwdification/vvc/cdid3205.vvc deleted file mode 100644 index 102165f..0000000 Binary files a/iwdification/vvc/cdid3205.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid320x.vvc b/iwdification/vvc/cdid320x.vvc deleted file mode 100644 index 25b1aa0..0000000 Binary files a/iwdification/vvc/cdid320x.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid320z.vvc b/iwdification/vvc/cdid320z.vvc deleted file mode 100644 index cd47f85..0000000 Binary files a/iwdification/vvc/cdid320z.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid3210.vvc b/iwdification/vvc/cdid3210.vvc deleted file mode 100644 index 0b9a74b..0000000 Binary files a/iwdification/vvc/cdid3210.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid3211.vvc b/iwdification/vvc/cdid3211.vvc deleted file mode 100644 index 566a29b..0000000 Binary files a/iwdification/vvc/cdid3211.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid321x.vvc b/iwdification/vvc/cdid321x.vvc deleted file mode 100644 index 5899db8..0000000 Binary files a/iwdification/vvc/cdid321x.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid323v.vvc b/iwdification/vvc/cdid323v.vvc deleted file mode 100644 index 6f7246d..0000000 Binary files a/iwdification/vvc/cdid323v.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid411v.vvc b/iwdification/vvc/cdid411v.vvc deleted file mode 100644 index dc684f5..0000000 Binary files a/iwdification/vvc/cdid411v.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid412v.vvc b/iwdification/vvc/cdid412v.vvc deleted file mode 100644 index f385260..0000000 Binary files a/iwdification/vvc/cdid412v.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid4170.vvc b/iwdification/vvc/cdid4170.vvc deleted file mode 100644 index 5ef1765..0000000 Binary files a/iwdification/vvc/cdid4170.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid4171.vvc b/iwdification/vvc/cdid4171.vvc deleted file mode 100644 index 3c5854e..0000000 Binary files a/iwdification/vvc/cdid4171.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid4172.vvc b/iwdification/vvc/cdid4172.vvc deleted file mode 100644 index 976c1f5..0000000 Binary files a/iwdification/vvc/cdid4172.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid4173.vvc b/iwdification/vvc/cdid4173.vvc deleted file mode 100644 index 1ab3ee9..0000000 Binary files a/iwdification/vvc/cdid4173.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid4174.vvc b/iwdification/vvc/cdid4174.vvc deleted file mode 100644 index fa8722b..0000000 Binary files a/iwdification/vvc/cdid4174.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid4175.vvc b/iwdification/vvc/cdid4175.vvc deleted file mode 100644 index 7b5ec16..0000000 Binary files a/iwdification/vvc/cdid4175.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid4176.vvc b/iwdification/vvc/cdid4176.vvc deleted file mode 100644 index 282418b..0000000 Binary files a/iwdification/vvc/cdid4176.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid4177.vvc b/iwdification/vvc/cdid4177.vvc deleted file mode 100644 index ed6c0f6..0000000 Binary files a/iwdification/vvc/cdid4177.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid4178.vvc b/iwdification/vvc/cdid4178.vvc deleted file mode 100644 index 4d1aa71..0000000 Binary files a/iwdification/vvc/cdid4178.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid4179.vvc b/iwdification/vvc/cdid4179.vvc deleted file mode 100644 index 1d86722..0000000 Binary files a/iwdification/vvc/cdid4179.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid417v.vvc b/iwdification/vvc/cdid417v.vvc deleted file mode 100644 index 155e884..0000000 Binary files a/iwdification/vvc/cdid417v.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid512v.vvc b/iwdification/vvc/cdid512v.vvc deleted file mode 100644 index b8af8a7..0000000 Binary files a/iwdification/vvc/cdid512v.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid514y.vvc b/iwdification/vvc/cdid514y.vvc deleted file mode 100644 index 559c297..0000000 Binary files a/iwdification/vvc/cdid514y.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid514z.vvc b/iwdification/vvc/cdid514z.vvc deleted file mode 100644 index 429398e..0000000 Binary files a/iwdification/vvc/cdid514z.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid609v.vvc b/iwdification/vvc/cdid609v.vvc deleted file mode 100644 index c84082a..0000000 Binary files a/iwdification/vvc/cdid609v.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid613v.vvc b/iwdification/vvc/cdid613v.vvc deleted file mode 100644 index 619e3b5..0000000 Binary files a/iwdification/vvc/cdid613v.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid718y.vvc b/iwdification/vvc/cdid718y.vvc deleted file mode 100644 index cda6f05..0000000 Binary files a/iwdification/vvc/cdid718y.vvc and /dev/null differ diff --git a/iwdification/vvc/cdid718z.vvc b/iwdification/vvc/cdid718z.vvc deleted file mode 100644 index 50618ef..0000000 Binary files a/iwdification/vvc/cdid718z.vvc and /dev/null differ diff --git a/iwdification/vvc/cdillush.vvc b/iwdification/vvc/cdillush.vvc deleted file mode 100644 index 8200d4c..0000000 Binary files a/iwdification/vvc/cdillush.vvc and /dev/null differ diff --git a/iwdification/vvc/cdinvoch.vvc b/iwdification/vvc/cdinvoch.vvc deleted file mode 100644 index 63e8481..0000000 Binary files a/iwdification/vvc/cdinvoch.vvc and /dev/null differ diff --git a/iwdification/vvc/cdmonsum.vvc b/iwdification/vvc/cdmonsum.vvc deleted file mode 100644 index 56ebc94..0000000 Binary files a/iwdification/vvc/cdmonsum.vvc and /dev/null differ diff --git a/iwdification/vvc/cdnecroh.vvc b/iwdification/vvc/cdnecroh.vvc deleted file mode 100644 index 4e57089..0000000 Binary files a/iwdification/vvc/cdnecroh.vvc and /dev/null differ diff --git a/iwdification/vvc/cdparalh.vvc b/iwdification/vvc/cdparalh.vvc deleted file mode 100644 index 0e65ea8..0000000 Binary files a/iwdification/vvc/cdparalh.vvc and /dev/null differ diff --git a/iwdification/vvc/cdprayrh.vvc b/iwdification/vvc/cdprayrh.vvc deleted file mode 100644 index 1360b46..0000000 Binary files a/iwdification/vvc/cdprayrh.vvc and /dev/null differ diff --git a/iwdification/vvc/cdrecith.vvc b/iwdification/vvc/cdrecith.vvc deleted file mode 100644 index 8d92f25..0000000 Binary files a/iwdification/vvc/cdrecith.vvc and /dev/null differ diff --git a/iwdification/vvc/cdrwofah.vvc b/iwdification/vvc/cdrwofah.vvc deleted file mode 100644 index 7757b1a..0000000 Binary files a/iwdification/vvc/cdrwofah.vvc and /dev/null differ diff --git a/iwdification/vvc/cdsalc.vvc b/iwdification/vvc/cdsalc.vvc deleted file mode 100644 index 2a48a84..0000000 Binary files a/iwdification/vvc/cdsalc.vvc and /dev/null differ diff --git a/iwdification/vvc/cdsalf.vvc b/iwdification/vvc/cdsalf.vvc deleted file mode 100644 index 1914f46..0000000 Binary files a/iwdification/vvc/cdsalf.vvc and /dev/null differ diff --git a/iwdification/vvc/cduwardx.vvc b/iwdification/vvc/cduwardx.vvc deleted file mode 100644 index 2be34e1..0000000 Binary files a/iwdification/vvc/cduwardx.vvc and /dev/null differ diff --git a/iwdification/wav/cdaftp22.wav b/iwdification/wav/cdaftp22.wav deleted file mode 100644 index b0b67e1..0000000 Binary files a/iwdification/wav/cdaftp22.wav and /dev/null differ diff --git a/iwdification/wav/cdaftp24.wav b/iwdification/wav/cdaftp24.wav deleted file mode 100644 index 0c919f1..0000000 Binary files a/iwdification/wav/cdaftp24.wav and /dev/null differ diff --git a/iwdification/wav/cdaftp27.wav b/iwdification/wav/cdaftp27.wav deleted file mode 100644 index 880df89..0000000 Binary files a/iwdification/wav/cdaftp27.wav and /dev/null differ diff --git a/iwdification/wav/cdarem21.wav b/iwdification/wav/cdarem21.wav deleted file mode 100644 index 694a152..0000000 Binary files a/iwdification/wav/cdarem21.wav and /dev/null differ diff --git a/iwdification/wav/cdarep03.wav b/iwdification/wav/cdarep03.wav deleted file mode 100644 index 0652d71..0000000 Binary files a/iwdification/wav/cdarep03.wav and /dev/null differ diff --git a/iwdification/wav/cdarep21.wav b/iwdification/wav/cdarep21.wav deleted file mode 100644 index 4089b09..0000000 Binary files a/iwdification/wav/cdarep21.wav and /dev/null differ diff --git a/iwdification/wav/cdarep24.wav b/iwdification/wav/cdarep24.wav deleted file mode 100644 index fa6f564..0000000 Binary files a/iwdification/wav/cdarep24.wav and /dev/null differ diff --git a/iwdification/wav/cdarep25.wav b/iwdification/wav/cdarep25.wav deleted file mode 100644 index de8e8dd..0000000 Binary files a/iwdification/wav/cdarep25.wav and /dev/null differ diff --git a/iwdification/wav/cdarep28.wav b/iwdification/wav/cdarep28.wav deleted file mode 100644 index 5f53717..0000000 Binary files a/iwdification/wav/cdarep28.wav and /dev/null differ diff --git a/iwdification/wav/cdcrep03.wav b/iwdification/wav/cdcrep03.wav deleted file mode 100644 index 0835ef1..0000000 Binary files a/iwdification/wav/cdcrep03.wav and /dev/null differ diff --git a/iwdification/wav/cdeffe03.wav b/iwdification/wav/cdeffe03.wav deleted file mode 100644 index 1347e8c..0000000 Binary files a/iwdification/wav/cdeffe03.wav and /dev/null differ diff --git a/iwdification/wav/cdeffm47.wav b/iwdification/wav/cdeffm47.wav deleted file mode 100644 index d6c574a..0000000 Binary files a/iwdification/wav/cdeffm47.wav and /dev/null differ diff --git a/iwdification/wav/cdeffp32.wav b/iwdification/wav/cdeffp32.wav deleted file mode 100644 index 2d190fe..0000000 Binary files a/iwdification/wav/cdeffp32.wav and /dev/null differ diff --git a/iwdification/wav/cdeffp39.wav b/iwdification/wav/cdeffp39.wav deleted file mode 100644 index 6097608..0000000 Binary files a/iwdification/wav/cdeffp39.wav and /dev/null differ diff --git a/iwdification/wav/cdeffp44.wav b/iwdification/wav/cdeffp44.wav deleted file mode 100644 index 104b835..0000000 Binary files a/iwdification/wav/cdeffp44.wav and /dev/null differ diff --git a/iwdification/wav/cdeffp99.wav b/iwdification/wav/cdeffp99.wav deleted file mode 100644 index c096dc0..0000000 Binary files a/iwdification/wav/cdeffp99.wav and /dev/null differ diff --git a/iwdification/wav/cdffp103.wav b/iwdification/wav/cdffp103.wav deleted file mode 100644 index e237555..0000000 Binary files a/iwdification/wav/cdffp103.wav and /dev/null differ diff --git a/iwdification/wav/cdffp104.wav b/iwdification/wav/cdffp104.wav deleted file mode 100644 index 5f5b23f..0000000 Binary files a/iwdification/wav/cdffp104.wav and /dev/null differ diff --git a/iwdification/wav/cdffp105.wav b/iwdification/wav/cdffp105.wav deleted file mode 100644 index 5f1697c..0000000 Binary files a/iwdification/wav/cdffp105.wav and /dev/null differ diff --git a/iwdification/wav/cdffp106.wav b/iwdification/wav/cdffp106.wav deleted file mode 100644 index d9ceb18..0000000 Binary files a/iwdification/wav/cdffp106.wav and /dev/null differ diff --git a/iwdification/wav/cdffp111.wav b/iwdification/wav/cdffp111.wav deleted file mode 100644 index 7e5ea1f..0000000 Binary files a/iwdification/wav/cdffp111.wav and /dev/null differ diff --git a/iwdification/wav/cdffp112.wav b/iwdification/wav/cdffp112.wav deleted file mode 100644 index 64b8341..0000000 Binary files a/iwdification/wav/cdffp112.wav and /dev/null differ diff --git a/iwdification/wav/cdffp113.wav b/iwdification/wav/cdffp113.wav deleted file mode 100644 index b2f2520..0000000 Binary files a/iwdification/wav/cdffp113.wav and /dev/null differ diff --git a/iwdification/wav/cdtra_16.wav b/iwdification/wav/cdtra_16.wav deleted file mode 100644 index 1fb1321..0000000 Binary files a/iwdification/wav/cdtra_16.wav and /dev/null differ diff --git a/iwdification/wav/cdtra_19.wav b/iwdification/wav/cdtra_19.wav deleted file mode 100644 index 76f0577..0000000 Binary files a/iwdification/wav/cdtra_19.wav and /dev/null differ diff --git a/iwdification/wav/cdtra_57.wav b/iwdification/wav/cdtra_57.wav deleted file mode 100644 index a146e76..0000000 Binary files a/iwdification/wav/cdtra_57.wav and /dev/null differ diff --git a/iwdification/wav/cdtra_59.wav b/iwdification/wav/cdtra_59.wav deleted file mode 100644 index 04e409f..0000000 Binary files a/iwdification/wav/cdtra_59.wav and /dev/null differ diff --git a/iwdification/wav/cdtra_60.wav b/iwdification/wav/cdtra_60.wav deleted file mode 100644 index 6a42772..0000000 Binary files a/iwdification/wav/cdtra_60.wav and /dev/null differ diff --git a/iwdification/wav/cdtra_61.wav b/iwdification/wav/cdtra_61.wav deleted file mode 100644 index 5bcae91..0000000 Binary files a/iwdification/wav/cdtra_61.wav and /dev/null differ diff --git a/iwdification/xml/c-rifle.xml b/iwdification/xml/c-rifle.xml deleted file mode 100644 index e583995..0000000 --- a/iwdification/xml/c-rifle.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/iwdification/xml/c-swim.xml b/iwdification/xml/c-swim.xml deleted file mode 100644 index 8b634c6..0000000 --- a/iwdification/xml/c-swim.xml +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/iwdification/xml/c-xc.xml b/iwdification/xml/c-xc.xml deleted file mode 100644 index a285ef0..0000000 --- a/iwdification/xml/c-xc.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/iwdification/xml/index.xml b/iwdification/xml/index.xml deleted file mode 100644 index 5b7d4d6..0000000 --- a/iwdification/xml/index.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 8 - 1 - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - \ No newline at end of file diff --git a/iwdification/xml/m-golf.xml b/iwdification/xml/m-golf.xml deleted file mode 100644 index 7763169..0000000 --- a/iwdification/xml/m-golf.xml +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/iwdification/xml/m-soccer.xml b/iwdification/xml/m-soccer.xml deleted file mode 100644 index 7ab201a..0000000 --- a/iwdification/xml/m-soccer.xml +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 8 - 2 - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - \ No newline at end of file diff --git a/iwdification/xml/w-golf.xml b/iwdification/xml/w-golf.xml deleted file mode 100644 index 5d421b1..0000000 --- a/iwdification/xml/w-golf.xml +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/iwdification/xml/w-soccer.xml b/iwdification/xml/w-soccer.xml deleted file mode 100644 index cf8068b..0000000 --- a/iwdification/xml/w-soccer.xml +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 11 - 4 - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - \ No newline at end of file diff --git a/iwdification/xml/w-volley.xml b/iwdification/xml/w-volley.xml deleted file mode 100644 index d2dfd59..0000000 --- a/iwdification/xml/w-volley.xml +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 18 - 2 - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - \ No newline at end of file diff --git a/package_mod.bat b/package_mod.bat new file mode 100644 index 0000000..a0f7d18 --- /dev/null +++ b/package_mod.bat @@ -0,0 +1,39 @@ +@echo off +setlocal + +REM /* this initializes the values for the different variables referenced in compatible_games */ +call "%~dp0..\ModPackaging\utilities\ie_games.bat" + +REM /* MODIFY: set the values of the 3 variables below to reflect the current mod version */ +set "mod_name=Iwdification" +set mod_version=Beta_3 +set mod_folder=iwdification + +REM /* MODIFY: list here which IE games the mod is compatible with, from this list of possibilities: */ +REM /* %bg1%, %bg2%, %bgt%, %tutu%, %bgee%, %bgiiee%, %iwd1%, %iwdee%, %iwd2%, %iwd2ee%, %iwd-in-bg2%, %pst%, %pstee% */ +set "compatible_games=%bg2%, %bgt%, %tutu%, %bgee%, %bgiiee%" + +REM /* MODIFY: these variables have sensible default values but they may need to be tweaked to match your particular mod */ +REM /* the ico_folder is where your .ico files are stored, which is usually the mod's backup or style folder */ +REM /* the audio_folder is where your sox and oggdec.exe utilities are stored (leave alone if you have no audio) */ +REM /* the tispack_folder is the root directory that contains the win32, osx, and unix subfolders where your tisunpack utilities are stored (leave alone if you have no tilesets) */ +REM /* the iconv_folder is where your iconv.exe utility is stored (leave alone if you are not converting charsets for BGEE) */ +REM /* the mod_readme link should point to the online readme and work fine as-is if the mod uses the standard G3 naming scheme */ +set ico_folder=%mod_folder%\style +set audio_folder=%mod_folder%\audio +set tispack_folder=%mod_folder%\tiz +set iconv_folder=%mod_folder%\languages\iconv +set mod_readme=http://www.gibberlings3.net/readmes/readme-%mod_folder%.html + +REM /* MODIFY: if you don't need to build a specific package, you can disable it by setting the appropriate variable below to 0 */ +set build_windows=1 +set build_osx=1 +set build_linux=1 + +REM /* MODIFY: if you want to avoid making filenames lowercase, you can disable that by setting the variable below to 0 */ +set lowercase_filenames=1 + +REM /* this performs the actual packaging */ +call "%~dp0..\ModPackaging\utilities\complete_packaging.bat" + +endlocal