Raw model (for completeness)
{
"meta": {
"id": "01a0ff45-680f-47e0-8c74-cc3994c31e83",
"sha1": "7a0ec5ce72a80041020e0c0f10da4505b01ef2e8",
"sha256": "fd875fbd64278a148b7e10118b220fd234043d633b4fb576b32973d5a1bfc552",
"filenames": [
"grandclasses-v2ch3.pk3"
],
"additional": {
"engines": [],
"iwad": [],
"filename": null,
"added": "2022/03/22 09:44:57",
"locked": false,
"canDownload": true,
"adult": false,
"hidden": false,
"name": null,
"description": null,
"maps": null,
"graphicOverrides": null,
"screenshots": null,
"palettes": null,
"categories": null
},
"flags": {
"locked": false,
"canDownload": true,
"adult": false,
"hidden": false
},
"added": "2022/03/22 09:44:57",
"file": {
"type": "PK3",
"size": 29066722,
"url": "https://wadarchive2.nyc3.digitaloceanspaces.com/7a0ec5ce72a80041020e0c0f10da4505b01ef2e8/7a0ec5ce72a80041020e0c0f10da4505b01ef2e8.pk3.gz",
"corrupt": false
},
"content": {
"maps": [
"TITLEMAP",
"UNKOWN",
"UNKOWN5",
"UNKOWN6",
"UNKOWN8",
"MAP01",
"MAP02",
"TRAINING",
"BIN01",
"SPYBOT01",
"SPYBOT02",
"000-titlemap",
"001-unknown",
"001-unknown5",
"001-unknown6",
"001-unknown8",
"002-lightlab",
"002-spaceship",
"002-training"
],
"counts": {
"endoom": 0,
"graphics": 1,
"lumps": 16285,
"maps": 19,
"palettes": 0
}
},
"text_files": [
{
"source": "pk3",
"name": "WepVisual.txt",
"contents": "Actor WepVisualCaller : CustomInventory\n{\nStates\n{\nPickup:\nTNT1 A 0 ACS_NamedExecuteAlways(\"S_WeaponPickup\",0)\nstop\n}\n}\n\nactor ChangeFlagDropped1 : CustomInventory\n{\nstates\n{\nPickup:\nTNT1 A 0 A_ChangeFlag(\"DROPPED\",1)\nstop\n}\n}\n\nactor ChangeFlagDropped0 : CustomInventory\n{\nstates\n{\nPickup:\nTNT1 A 0 A_ChangeFlag(\"DROPPED\",0)\nstop\n}\n}"
},
{
"source": "pk3",
"name": "ProjTrans.txt",
"contents": "#include \"projtrans/SakugarneEdit.txt\"\n#include \"projtrans/BeatSupportEdit.txt\"\n#include \"projtrans/BeatCallEdit.txt\"\n#include \"projtrans/WireEdit.txt\"\n\n#include \"projtrans/projectilecode.txt\"\n#include \"projtrans/translationitem.txt\"\n#include \"projtrans/projectiletranslation.txt\"\n#include \"projtrans/projectiletranslation2.txt\"\n#include \"projtrans/projectiletranslationonline.txt\"\n#include \"projtrans/projectiletranslationfx.txt\"\n\n#include \"projtrans/projectilecode_dmatrix.txt\"\n#include \"projtrans/defensematrix.txt\"\n#include \"projtrans/slowthis.txt\"\n#include \"projtrans/kineticgraspheal.txt\"\n\n#include \"projtrans/shieldtranslation.txt\"\n\n#include \"projtrans/assisttranslation.txt\"\n#include \"projtrans/assisttranslationfx.txt\"\n\n#include \"projtrans/voxel.txt\"\n\n#include \"projtrans/misc.txt\"\n\n#include \"testgive.txt\"\n#include \"reflectme.txt\"\n\nactor HeadTowardsTarget : CustomInventory\n{\nstates\n{\nPickup:\nTNT1 A 0 ACS_NamedExecuteWithResult(\"FaceTargetCenter\")\nTNT1 A 0 A_ChangeVelocity(cos(-pitch)*CallACS(\"GetSpeed\"),0,-sin(-pitch)*CallACS(\"GetSpeed\"),CVF_RELATIVE|CVF_REPLACE)\nstop\n}\n}"
},
{
"source": "pk3",
"name": "HealEdit.txt",
"contents": "#include \"Heal/HealEdit.txt\"\n#include \"Heal/HealReplace.txt\"\n#include \"Heal/MaxHealthHealing.txt\"\n#include \"Heal/HealCent.txt\"\n#include \"Heal/HealFactor.txt\""
},
{
"source": "pk3",
"name": "teamvisual.txt",
"contents": "#include \"teamvisual/teamvisualgive.txt\"\n#include \"teamvisual/teamvisualbase.txt\"\n#include \"teamvisual/invisual.txt\"\n#include \"teamvisual/allyhealth.txt\"\n#include \"teamvisual/enemyhealth.txt\""
},
{
"source": "pk3",
"name": "mteamcheck.txt",
"contents": "actor MasterAndTargetTeamsMatchCheck : CustomInventory\n{\nstates\n{\nPickup:\nTNT1 A 0 A_TakeInventory(\"MasterAndTargetTeamsMatchFlag\",1)\n//GRBU A 0 A_JumpIfInventory(\"CoOpTeamFlag\",1,\"CoOpCheck\", AAPTR_TARGET)\nGRBU A 0 A_JumpIfInventory(\"LightTeamFlag\",1,\"LightCheck\", AAPTR_TARGET)\nGRBU A 0 A_JumpIfInventory(\"WilyTeamFlag\",1,\"WilyCheck\", AAPTR_TARGET)\nGRBU A 0 A_JumpIfInventory(\"CossackTeamFlag\",1,\"CossackCheck\", AAPTR_TARGET)\nGRBU A 0 A_JumpIfInventory(\"KingTeamFlag\",1,\"KingCheck\", AAPTR_TARGET)\nstop\n//CoOpCheck:\n//GRBU A 0 A_JumpIfInventory(\"CoOpTeamFlag\", 1, \"Match\", AAPTR_MASTER)\n//stop\nLightCheck:\nGRBU A 0 A_JumpIfInventory(\"LightTeamFlag\", 1, \"Match\", AAPTR_MASTER)\nstop\nWilyCheck:\nGRBU A 0 A_JumpIfInventory(\"WilyTeamFlag\", 1, \"Match\", AAPTR_MASTER)\nstop\nCossackCheck:\nGRBU A 0 A_JumpIfInventory(\"CossackTeamFlag\", 1, \"Match\", AAPTR_MASTER)\nstop\nKingCheck:\nGRBU A 0 A_JumpIfInventory(\"KingTeamFlag\", 1, \"Match\", AAPTR_MASTER)\nstop\nMatch:\nTNT1 A 0 A_GiveInventory(\"MasterAndTargetTeamsMatchFlag\",1)\nstop\n}\n}\n\nactor MasterAndTargetTeamsMatchFlag : Inventory\n{\ninventory.amount 1\ninventory.maxamount 1\n}"
},
{
"source": "pk3",
"name": "testgive.txt",
"contents": "actor TestLoadoutPickup : CustomInventory\n{\nstates\n{\nPickup:\nTNT1 A 0 A_GiveInventory(\"TestDefenseMatrixItem\",1)\nstop\n}\n}\n\nactor TestDefenseMatrixItem : CustomInventory\n{\ninventory.amount 1\ninventory.maxamount 1\ninventory.pickupmessage \"Got Defense Matrix Test.\"\ninventory.icon \"EDDIEC\"\nTag \"Defense Matrix Test\"\nInventory.PickupSound \"item/1up\"\nscale 2.0\n+INVBAR\n+INVENTORY.UNDROPPABLE\nstates\n{\nSpawn:\nWEAP Q 1\nloop\nUse:\nWEA2 B 0 A_GiveInventory(\"ToggleDefenseMatrix\",1)\nfail\n}\n}"
},
{
"source": "pk3",
"name": "ReflectMe.txt",
"contents": "actor ReflectMe : CustomInventory\n{\nstates\n{\nPickup:\n//TNT1 A 0 ACS_NamedExecuteWithResult(\"SetTarget_ToSavedTIDTarget\")\nTNT1 A 0 ACS_NamedExecuteWithResult(\"SetTargetToDMatrix\")\nTNT1 A 0 ACS_NamedExecuteWithResult(\"CopyTargetAngle\")\nTNT1 A 0 A_ChangeVelocity(CallACS(\"GetSpeed\"),0,0,CVF_RELATIVE|CVF_REPLACE)\nTNT1 A 0 A_PlaySoundEx(\"weapon/mirrordeflect2\",\"JumpFlair\")\n//TNT1 A 0 A_Log(\"No U\")\nstop\n}\n}"
},
{
"source": "pk3",
"name": "SBARINFO.V.txt",
"contents": "//VERTICAL BARS\nheight 0;\n\nstatusbar fullscreen, forcescaled\n{\nInInventory not NoHud, 1\n{\nInInventory not NoHealthBar, 1\n{\nInInventory IsInGame,1\n{\nInInventory Not IsDead,1\n{\n\n\tInInventory LeftClickFlag, 1\n\t{\n\t\tDrawImage \"LCLICK\", 5, 130;\n\t}\n\tInInventory RightClickFlag, 1\n\t{\n\t\tDrawImage \"RCLICK\", 20, 130;\n\t}\n\tInInventory NoClickFlag, 1\n\t{\n\t\tDrawImage \"MOUSE\", 35, 130;\n\t}\n\nInInventory IsFromMM11\n{\n\tInInventory SimplifiedTeamBars\n\t{\n\t\tInInventory LightTeamFlag, 1{DrawImage \"LBAR\", 26, 4;}\n\t\tInInventory WilyTeamFlag, 1{DrawImage \"WBAR\", 26, 4;}\n\t\tInInventory CossackTeamFlag, 1{DrawImage \"CBAR\", 26, 4;}\n\t\tInInventory KingTeamFlag, 1{DrawImage \"KBAR\", 26, 4;}\n\t}\n\tElse\n\t{\n\t\tInInventory LightTeamFlag, 1{DrawImage \"LBAR2\", 26, 4;}\n\t\tInInventory WilyTeamFlag, 1{DrawImage \"WBAR2\", 26, 4;}\n\t\tInInventory CossackTeamFlag, 1{DrawImage \"CBAR2\", 26, 4;}\n\t\tInInventory KingTeamFlag, 1{DrawImage \"KBAR2\", 26, 4;}\n\t}\n}\nElse InInventory IsFromJojo\n{\n\tInInventory SimplifiedTeamBars\n\t{\n\t\tInInventory LightTeamFlag, 1{DrawImage \"LBAR\", 24, 4;}\n\t\tInInventory WilyTeamFlag, 1{DrawImage \"WBAR\", 24, 4;}\n\t\tInInventory CossackTeamFlag, 1{DrawImage \"CBAR\", 24, 4;}\n\t\tInInventory KingTeamFlag, 1{DrawImage \"KBAR\", 24, 4;}\n\t}\n\tElse\n\t{\n\t\tInInventory LightTeamFlag, 1{DrawImage \"LBAR2\", 24, 4;}\n\t\tInInventory WilyTeamFlag, 1{DrawImage \"WBAR2\", 24, 4;}\n\t\tInInventory CossackTeamFlag, 1{DrawImage \"CBAR2\", 24, 4;}\n\t\tInInventory KingTeamFlag, 1{DrawImage \"KBAR2\", 24, 4;}\n\t}\n}\nElse\n{\nInInventory SimplifiedTeamBars\n\t{\n\t\tInInventory LightTeamFlag, 1{DrawImage \"LBAR\", 24, 2;}\n\t\tInInventory WilyTeamFlag, 1{DrawImage \"WBAR\", 24, 2;}\n\t\tInInventory CossackTeamFlag, 1{DrawImage \"CBAR\", 24, 2;}\n\t\tInInventory KingTeamFlag, 1{DrawImage \"KBAR\", 24, 2;}\n\t}\n\tElse\n\t{\n\t\tInInventory LightTeamFlag, 1{DrawImage \"LBAR2\", 24, 2;}\n\t\tInInventory WilyTeamFlag, 1{DrawImage \"WBAR2\", 24, 2;}\n\t\tInInventory CossackTeamFlag, 1{DrawImage \"CBAR2\", 24, 2;}\n\t\tInInventory KingTeamFlag, 1{DrawImage \"KBAR2\", 24, 2;}\n\t}\n}\n\nInInventory IsFromMM11\n{\n\tDrawBar \"11HBBF\", \"11HBBE\", Health, vertical, 24, 8;\n\tDrawImage \"11HBBB\", 24, 8;\n}\nelse InInventory IsFromMM7\n{\n\tDrawBar \"7HBBF\", \"7HBBE\", Health, vertical, 24, 8;\n\tDrawImage \"7HBBB\", 24, 8;\n}\nelse InInventory IsFromMM8\n{\n\tDrawBar \"8HBBF\", \"8HBBE\", Health, vertical, 24, 8;\n\tDrawImage \"8HBBB\", 24, 8;\n}\nelse InInventory IsFromMMB\n{\n\tDrawBar \"8HBBF\", \"8HBBE\", Health, vertical, 24, 8;\n\tDrawImage \"8HBBB\", 24, 8;\n}\nelse InInventory IsScott\n{\n\tDrawBar \"ADHBBF\", \"ADHBBE\", Health, vertical, 24, 8;\n\tDrawImage \"ADHBBB\", 24, 8;\n}\nelse InInventory IsFromJojo\n{\n\tDrawBar \"JOJOBAR2\", \"JOJOBAR3\", Health, vertical, 26, 9;\n\tInInventory StandCrashFlag,1\n\t{\n\tDrawImage \"JOJOBAR6\", 24, 8;\n\t}\n\tElse\n\t{\n\tDrawImage \"JOJOBAR1\", 24, 8;\n\t}\n\n}\nelse {\nDrawBar \"BARHEALT\", \"BAREMPTY\", Health, vertical, 24, 8;\n}\n\nInInventory IsFromMM11\n{\nInInventory SkullShieldCheck, 1{DrawBar \"SKLBAR4\", \"NOBAR\", SkullShieldCheck, vertical, 24, 8;}\nInInventory SkullBarrierProtection, 1{DrawBar \"SKLBAR4\", \"NOBAR\", SkullShieldCheck, vertical, 24, 8;}\n}\nelse\n{\nInInventory SkullShieldCheck, 1{DrawBar \"BARFLS5\", \"NOBAR\", SkullShieldCheck, vertical, 24, 8;}\nInInventory SkullBarrierProtection, 1{DrawBar \"BARFLS5\", \"NOBAR\", SkullShieldCheck, vertical, 24, 8;}\n}\n\n//InInventory BasicArmor, 1{DrawBar \"BARAMT31\", \"NOBAR\", Armor, vertical, 24, 8;}\n\n//IfCVarInt mm8bdm_healthnumber, 1\n//dont worry jax I'm in pain too\nInInventory HealthNumberFlag, 1\n{\n\t//DrawNumber 5,CMBHPFONT,Untranslated,Health,/*interpolate(10),*/alignment(left),31,30;\n\tDrawNumber 3, \"8BDMAFONT\", Untranslated, Health, alignment(center), 23, 1;\n}\n\n\t//Indicators//\n//Reload - 16\n//Zoom - 24\n//User1 - 32\n//User2 - 40\n//User3 - 48\n//User4 - 56\nInInventory IsFromMM11\n{\nInInventory CanReload,1\n{\n\tInInventory ReloadIndFlag,1\n\t{\n\tDrawImage\"HORICONR\",34, 16;\n\t}\n}\nInInventory CanZoom,1\n{\n\tInInventory ZoomIndFlag,1\n\t{\n\tDrawImage \"HORICONZ\", 34, 24;\n\t}\n}\nInInventory CanUser1,1\n{\n\tInInventory User1IndFlag,1\n\t{\n\tDrawImage \"HORICON1\", 34, 32;\n\t}\n}\nInInventory CanUser2,1\n{\n\tInInventory User2IndFlag,1\n\t{\n\tDrawImage \"HORICON2\", 34, 40;\n\t}\n}\nInInventory CanUser3,1\n{\n\tInInventory User3IndFlag,1\n\t{\n\tDrawImage \"HORICON3\", 34, 48;\n\t}\n}\nInInventory CanUser4,1\n{\n\tInInventory User4IndFlag,1\n\t{\n\tDrawImage \"HORICON4\", 34, 56;\n\t}\n}\nInInventory ReloadFlag, 1\n{\n\tDrawImage \"HRICONRI\", 34, 16;\n}\nInInventory DivemanCanReload,1\n{\n\tDrawImage \"HRICONRI\", 34, 16;\n}\nInInventory ZoomFlag,1\n{\n\tDrawImage \"HRICONZI\", 34, 24;\n}\nInInventory User1Flag,1\n{\n\tDrawImage \"HORINDN1\", 34, 32;\n}\nInInventory User2Flag,1\n{\n\tDrawImage \"HORINDN2\", 34, 40;\n}\nInInventory User3Flag,1\n{\n\tDrawImage \"HORINDN3\", 34, 48;\n}\nInInventory User4Flag,1\n{\n\tDrawImage \"HORINDN4\", 34, 56;\n}\n}\nElse InInventory IsFromJojo\n{\nInInventory CanReload,1\n{\n\tInInventory ReloadIndFlag,1\n\t{\n\tDrawImage\"HORICONR\",32, 12;\n\t}\n}\nInInventory CanZoom,1\n{\n\tInInventory ZoomIndFlag,1\n\t{\n\tDrawImage \"HORICONZ\", 37, 24;\n\t}\n}\nInInventory CanUser1,1\n{\n\tInInventory User1IndFlag,1\n\t{\n\tDrawImage \"HORICON1\", 37, 32;\n\t}\n}\nInInventory CanUser2,1\n{\n\tInInventory User2IndFlag,1\n\t{\n\tDrawImage \"HORICON2\", 37, 40;\n\t}\n}\nInInventory CanUser3,1\n{\n\tInInventory User3IndFlag,1\n\t{\n\tDrawImage \"HORICON3\", 37, 48;\n\t}\n}\nInInventory CanUser4,1\n{\n\tInInventory User4IndFlag,1\n\t{\n\tDrawImage \"HORICON4\", 37, 56;\n\t}\n}\nInInventory ReloadFlag, 1\n{\n\tDrawImage \"HRICONRI\", 32, 12;\n}\nInInventory DivemanCanReload,1\n{\n\tDrawImage \"HRICONRI\", 37, 16;\n}\nInInventory ZoomFlag,1\n{\n\tDrawImage \"HRICONZI\", 37, 24;\n}\nInInventory User1Flag,1\n{\n\tDrawImage \"HORINDN1\", 37, 32;\n}\nInInventory User2Flag,1\n{\n\tDrawImage \"HORINDN2\", 37, 40;\n}\nInInventory User3Flag,1\n{\n\tDrawImage \"HORINDN3\", 37, 48;\n}\nInInventory User4Flag,1\n{\n\tDrawImage \"HORINDN4\", 37, 56;\n}\n}\nElse\n{\nInInventory CanReload,1\n{\n\tInInventory ReloadIndFlag,1\n\t{\n\tDrawImage\"HORICONR\",32, 16;\n\t}\n}\nInInventory CanZoom,1\n{\n\tInInventory ZoomIndFlag,1\n\t{\n\tDrawImage \"HORICONZ\", 32, 24;\n\t}\n}\nInInventory CanUser1,1\n{\n\tInInventory User1IndFlag,1\n\t{\n\tDrawImage \"HORICON1\", 32, 32;\n\t}\n}\nInInventory CanUser2,1\n{\n\tInInventory User2IndFlag,1\n\t{\n\tDrawImage \"HORICON2\", 32, 40;\n\t}\n}\nInInventory CanUser3,1\n{\n\tInInventory User3IndFlag,1\n\t{\n\tDrawImage \"HORICON3\", 32, 48;\n\t}\n}\nInInventory CanUser4,1\n{\n\tInInventory User4IndFlag,1\n\t{\n\tDrawImage \"HORICON4\", 32, 56;\n\t}\n}\nInInventory ReloadFlag, 1\n{\n\tDrawImage \"HRICONRI\", 32, 16;\n}\nInInventory DivemanCanReload,1\n{\n\tDrawImage \"HRICONRI\", 32, 16;\n}\nInInventory ZoomFlag,1\n{\n\tDrawImage \"HRICONZI\", 32, 24;\n}\nInInventory User1Flag,1\n{\n\tDrawImage \"HORINDN1\", 32, 32;\n}\nInInventory User2Flag,1\n{\n\tDrawImage \"HORINDN2\", 32, 40;\n}\nInInventory User3Flag,1\n{\n\tDrawImage \"HORINDN3\", 32, 48;\n}\nInInventory User4Flag,1\n{\n\tDrawImage \"HORINDN4\", 32, 56;\n}\n}\n\nInInventory CanAirJump,1{InInventory CanAirJumpLimit,1{DrawImage\"JMPAIR_1\",4,84;}//110\n\telse{DrawImage\"JMPAIR_2\",4,84;}\n\tDrawNumber 2,CMBHQFONT,Untranslated,CanAirJumpLimit,alignment(left),12,86;}\nInInventory CanWallJump,1{InInventory CanWallJumpLimit,1{DrawImage\"JMPWAL_1\",4,93;}\n\telse{DrawImage\"JMPWAL_2\",4,93;}\n\tDrawNumber 2,CMBHQFONT,Untranslated,CanWallJumpLimit,alignment(left),12,95;\n}\n\nInInventory HasPowerGear,1{\nInInventory UsingPowerGear, 1\n\t\t{\n\t\t\tDrawImage\"POWEGEAR\",18,84;\n\t\t}\n\t\tElse\n\t\t{\n\t\t\tDrawImage\"POWGEAR1\",18,84;\n\t\t}\n}\n\nInInventory HasSpeedGear,1{\nInInventory UsingSpeedGear, 1\n\t\t{\n\t\t\tDrawImage\"SPEEGEAR\",27,84;\n\t\t}\n\t\tElse\n\t\t{\n\t\t\tDrawImage\"SPEGEAR1\",27,84;\n\t\t}\n}\n\nInInventory IsFromMM11\n{\nDrawSelectedInventory INDEXFONT ,25, 66, 37, 64, white;\n}\nElse InInventory IsFromJojo\n{\nDrawSelectedInventory INDEXFONT ,24, 65, 37, 64, white;\n}\nelse\n{\nDrawSelectedInventory INDEXFONT ,24, 64, 37, 64, white;\n}\nDrawImage weaponicon, 16, 64;\n\nInInventory WekaVisionBlock_P, 1\n{\n\tDrawImage \"WEKBLOCK\", 0, 0;\n}\n\n\t//Weapon Ammo Bars//\n\n//Darkman Weapons by MegaVile\nIsSelected MillTreadWepC{Drawbar\"BARDMM01\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected ShieldSpiralWepC{Drawbar\"BARDMM02\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\n\tInInventory ShieldSpiralChargeAmmo, 1{DrawBar \"BARFLS1\", \"NOBAR\", ShieldSpiralChargeAmmo, vertical, 16, 8;}\nIsSelected ImmobilizationRingWepC{Drawbar\"BARDMM03\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected BerserkBusterWepC{Drawbar\"BARDMM04\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\nInInventory BerserkBusterMaxFlag,1{DrawImage\"BZBSICON\",32,55;}}\n\n//MM42\nIsSelected PaperSlashWepC{Drawbar \"PPSLAMMO\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected ColorGlobWepC{Drawbar \"CGLOAMMO\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected InsaneCannonWepC{Drawbar \"INSCAMMO\", \"BarEmpty\", Ammo1, vertical, 16, 8;}\n\n//SRON1\nIsSelected MilkSprayWepC{Drawbar\"MLKSPRB\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\n\n//Misc\nIsSelected FlareWandWepC{Drawbar\"BARAM901\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected DustBitsWepC{Drawbar\"BARAMMO1\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected SpeedBurnerWepC\n{\nDrawbar \"SPDBRNBR\",\"BAREMPTY\",Ammo1, vertical, 16, 8;\n\tInInventory SpeedBurnerCharge,1\n\t{\n\tDrawbar \"BARFLS1\",\"NOBAR\",SpeedBurnerCharge, vertical, 16, 8;\n\t}\n}\nIsSelected QuickVulcanWepc{DrawBar\"QVLCBAR\",\"BAREMPTY\",Ammo1,vertical,16,8;}\n\nIsSelected CrazyWaveWepC\n{\n\tDrawbar \"BARAMM67\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n}\n\nIsSelected ScrambleThunderWepC{Drawbar\"BARAM1ST\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected DevilLaserWepC{Drawbar \"BARAM1DL\", \"BAREMPTY\",Ammo1,Vertical,16,8;}\nIsSelected DiveTorpedoWepC {Drawbar\"DVTOBAR\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected PharaohWaveWepC {Drawbar\"BARAMM20\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected GravityAffectedBusterWepC{Drawbar\"GCWBR1\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected RangedBlastWepC{Drawbar\"GCWBR2\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\nInInventory ScanChargeAmmo,1{Drawbar \"BARFLS1\",\"NOBAR\",ScanChargeAmmo,Vertical,16,8;}}\nIsSelected LootCrateWepC{Drawbar\"GCWBR3\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected BladerWepC{Drawbar\"GCWBR4\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected LightShockWepC{Drawbar\"GCWBR4\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected SeekerMissileWepC{Drawbar\"GCWBR4\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected WeightThrowWepC{Drawbar\"GCWBR7\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\nInInventory WeightThrowCharge,1{Drawbar \"BARFLS1\",\"NOBAR\",WeightThrowCharge,Vertical,16,8;}}\nIsSelected RevenantRocketWepC{Drawbar\"GCWBR8\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected HellFireballWepC{Drawbar\"GCWBR9\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected PinpointFlareWepC{Drawbar\"GCWBRA\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected FlamePillarWepC{Drawbar\"GCWBRB\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected VineWhipWepC{Drawbar\"GCWBRC\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected PizzaShotgunWepC{Drawbar\"GCWBRD\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected SwiftGunWepC{Drawbar\"GCWBRE\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected WaterShooterWepC{Drawbar\"WASHBAR\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected AlienTechnologyWepC{\nDrawbar\"ALTCBAR\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\nInInventory AlienTechnologyCharge1,1{Drawbar\"ALIBAR1\",\"NOBAR\",AlienTechnologyCharge1,vertical,16,8; DrawImage \"ALIIA\", 16,64;}\nInInventory AlienTechnologyCharge2,1{Drawbar\"ALIBAR2\",\"NOBAR\",AlienTechnologyCharge2,vertical,16,8; DrawImage \"ALIIB\", 16,64;}\nInInventory AlienTechnologyCharge3,1{Drawbar\"ALIBAR3\",\"NOBAR\",AlienTechnologyCharge3,vertical,16,8; DrawImage \"ALIIC\", 16,64;}\n}\n\n//QR1 & QR2\n //QR1\nIsSelected CopipiSwarmWepC{Drawbar \"CPSWBR\", \"BAREMPTY\",Ammo1, vertical, 16, 8;}\nIsSelected HardSlamWepC{Drawbar \"HSLMBR\", \"BAREMPTY\",Ammo1, vertical, 16, 8;}\nIsSelected LeafBombWepC{Drawbar \"LFBMBR\", \"BAREMPTY\",Ammo1, vertical, 16, 8;}\nIsSelected MagnetChaserWepC{Drawbar \"MGCSBR\", \"BAREMPTY\",Ammo1, vertical, 16, 8;}\nIsSelected NeedleCrusherWepC{Drawbar \"NDCRBR\", \"BAREMPTY\",Ammo1, vertical, 16, 8;}\nIsSelected MetalCatcherWepC{Drawbar \"MTCRBR\", \"BAREMPTY\",Ammo1, vertical, 16, 8;}\nIsSelected SpinningTopWepC{Drawbar \"SNTPBR\", \"BAREMPTY\",Ammo1, vertical, 16, 8;}\nIsSelected ClashBlasterWepC{Drawbar \"CLBLBR\", \"BAREMPTY\",Ammo1, vertical, 16, 8;}\n //QR2\nIsSelected VulcanBurstWepC{Drawbar \"VLBRBR\", \"BAREMPTY\",Ammo1, vertical, 16, 8;}\nIsSelected RecursiveBomberWepC{Drawbar \"RBOMBAR\", \"BAREMPTY\",Ammo1, vertical, 16, 8;}\nIsSelected TwinDreamWepC{Drawbar \"TWNDMBAR\", \"BAREMPTY\",Ammo1, vertical, 16, 8;}\nIsSelected SurgeBinderWepC{Drawbar \"SRBNBAR\", \"BAREMPTY\",Ammo1, vertical, 16, 8;}\nIsSelected HookDrillWepC{\nDrawbar \"HKDRBAR\", \"BAREMPTY\",Ammo1, vertical, 16, 8;\nInInventory HookDrillTimer3,1{Drawbar \"BARFLS1\",\"NOBAR\",HookDrillTimer3,Vertical,16,8;}\n}\nIsSelected SonicBoomerangWepC{Drawbar \"SNBMBAR\", \"BAREMPTY\",Ammo1, vertical, 16, 8;}\nIsSelected TimeWrapWepC{Drawbar \"TMWRBAR\", \"BAREMPTY\",Ammo1, vertical, 16, 8;}\nIsSelected SnakeCommandoWepC{Drawbar \"SACMBAR\", \"BAREMPTY\",Ammo1, vertical, 16, 8;}\n\n//Revo Remix\nIsSelected IonBladeWepC{Drawbar \"INBLBR\", \"BAREMPTY\",Ammo1, vertical, 16, 8;}\n\n//4MI\nIsSelected SparkManbowWepC{Drawbar\"BARAMM18\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\nInInventory SparkManbowTimer, 1{DrawBar \"BARFLS1\", \"NOBAR\", SparkManbowTimer, vertical, 16, 8;}}\nIsSelected ToadMagicWepC{Drawbar\"BARAMM19\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected DrillTorpedoWepC{Drawbar\"BARAMM14\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected PharaohShotgunWepC{Drawbar\"BARAMM20\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\nInInventory PharaohCharge,78{DrawBar \"BARFLS4\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nInInventory PharaohCharge,1{DrawBar \"BARFLS1\", \"NOBAR\", PharaohCharge, vertical, 16, 8;}}\nIsSelected HCRBoomerangWepC{Drawbar\"BARAMMO9\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected RecycleInhalerWepC{Drawbar\"BARAMMO1\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected WaterCutterWepC{Drawbar\"BARAMM10\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected HellWheelWepC{Drawbar\"BARAMM21\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\n\n//ABNORMALITY\nIsSelected YashichiWepC{Drawbar\"YASHAMB\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\nInInventory YashichiInvunFlag{Drawbar \"YASHAMA\", \"BAREMPTY\", Ammo1, Vertical, 16, 8;}}\nIsSelected JavelinSpearWepC{Drawbar\"BARAMM12\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\n\nIsSelected RiotLightWepC\n{\nDrawbar\"RIOTBAR1\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tInInventory RiotLightCharge\n\t{\n\tDrawbar \"BARFLS59\", \"NOBAR\", RiotLightCharge, Vertical, 16, 8;\n\t}\n\tInInventory RiotLightCharge,16\n\t{\n\tDrawbar \"BARFLS60\", \"BAREMPTY\", RiotLightCharge, Vertical, 16, 8;\n\t}\n}\n\nIsSelected DirtyShowerWepC{Drawbar \"DRTSHAMM\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\n\n//Basic Master\nIsSelected ChangkeyShootWepC{Drawbar\"BARAMM13\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected SelfDestructWepC{Drawbar\"SDESBAMM\",\"BAREMPTY\",Ammo1,vertical,16,8;}\n\n\t//Joe Armors//\nIsSelected LilacMegamanWeapon\n{\nDrawbar\"BARAMMO7\",\"BAREMPTY\",Ammo1,vertical,16,8;\nInInventory LilacMegamanCharge,1{Drawbar \"BARFLS1\",\"NOBAR\",LilacMegamanCharge,Vertical,16,8;}\nInInventory LilacMegamanCharge2,1{Drawbar \"PAKATBAR\",\"NOBAR\",LilacMegamanCharge2,Vertical,16,8;}\n}\n\n//Misc Copyweps\nIsSelected ProtoBusterWepC, ProtoBusterWepC_Campaign{Drawbar \"PROTBR\", \"BAREMPTY\",Ammo1, vertical, 16, 8;}\nIsSelected BassBusterWepC{Drawbar \"BASSBR\", \"BAREMPTY\",Ammo1, vertical, 16, 8;}\nIsSelected SuperAdaptorWepC{Drawbar \"SAPTBR\", \"BAREMPTY\",SuperAdaptorNovaStrikeAmmo, vertical, 16, 8;}\n\n\t//Class Ammo bars//\n\n//Megaman\nInInventory IsMegaman {\n\tInInventory AmmoNumberFlag, 1\n\t{\n\tWeaponAmmo not BusterAmmo\n\t\t{\n\t\t\t\t//DrawNumber 5,CMBHPFONT,Untranslated,Health,/*interpolate(10),*/alignment(left),31,30;\n\t\t\t\tDrawNumber 3, \"8BDMAFONT\", Untranslated, Ammo1, alignment(right), 7, 31;\n\t\t}\n\t\telse\n\t\t{\n\t\t\t//DrawNumber 5,CMBHPFONT,Untranslated,Health,/*interpolate(10),*/alignment(left),31,30;\n\t\t\tDrawNumber 3, \"8BDMAFONT\", Untranslated, MegaCharge, alignment(right), 7, 31;\n\t\t}\n\t\tIsSelected MegaBusterC_PF{DrawNumber 3, \"8BDMAFONT\", Untranslated, PowerMeter, alignment(right), 7, 31;}\n\t\tIsSelected PowerAdapterMegaMan{DrawNumber 3, \"8BDMAFONT\", Untranslated, PowerMeter, alignment(right), 7, 31;}\n\t\tIsSelected MegaBusterC_4MI{DrawNumber 3, \"8BDMAFONT\", Untranslated, JetMeter, alignment(right), 7, 31;}\n\t\tIsSelected JetAdapterMegaMan{DrawNumber 3, \"8BDMAFONT\", Untranslated, JetMeter, alignment(right), 7, 31;}\n\t\tIsSelected SuperAdaptorWepC{DrawNumber 3, \"8BDMAFONT\", Untranslated, SuperAdaptorNovaStrikeAmmo, alignment(right), 7, 31;}\n\t}\nInInventory AttackIndFlag\n{\n\tInInventory MegaManHasMegaArmFlag, 1{DrawImage \"MEGATK2\", 0, 175;}\n\tElse{DrawImage \"MEGATK1\", 0, 175;}\n}\nDrawbar \"MEGRBAR\", \"BAREMPTY\",MegaSlideAirAmmo,Vertical,8,8;\n\tInInventory CopyVisionFlag, 1 //Not sure why 8BDM doesn't have this already.\n\t{\n\t\tInInventory CopyVisionIndFlicker, 1 {\n\t\t\tDrawImage \"COPYXIND\", 260, 30;\n\t\t}\n\t\tElse {\n\t\t\tDrawImage \"COPYX0\", 260, 30;\n\t\t}\n\t}\n}\nIsSelected MegaBusterC, MegaArmC {\nDrawBar\"BARENERG\", \"BAREMPTY\", MegaCharge, vertical, 16, 8;\nInInventory WeaponCharge, 175{DrawBar \"MEGACHG3\", \"BAREMPTY\", MegaCharge, vertical, 16, 8;}\nInInventory MegaChargeFlag1, 1{DrawBar \"MEGACHG1\", \"BAREMPTY\", MegaCharge, vertical, 16, 8;}\nInInventory MegaChargeFlag2, 1{DrawBar \"MEGACHG2\", \"BAREMPTY\", MegaCharge, vertical, 16, 8;}\n}\n\nIsSelected LaserBusterC, ArrowBusterC {\nDrawBar\"BARENERG\", \"BAREMPTY\", MegaCharge, vertical, 16, 8;\nInInventory WeaponCharge, 175{DrawBar \"MEGACHG3\", \"BAREMPTY\", MegaCharge, vertical, 16, 8;}\nInInventory MegaChargeFlag1, 1{DrawBar \"MEGACHG1\", \"BAREMPTY\", MegaCharge, vertical, 16, 8;}\nInInventory MegaChargeFlag2, 1{DrawBar \"MEGACHG2\", \"BAREMPTY\", MegaCharge, vertical, 16, 8;}\n}\n\nIsSelected MegaBusterSelector, MegamanGC_Loader{\n\tDrawBar\"BARENERG\", \"BAREMPTY\", MegaCharge, vertical, 16, 8;\n}\n\nIsSelected JetAdapterMegaMan, MegaBusterC_4MI {\nDrawBar\"SAPTBR\", \"BAREMPTY\", JetMeter, vertical, 16, 8;\n}\n\nIsSelected PowerAdapterMegaMan, MegaBusterC_PF {\nDrawBar\"SAPTBR\", \"BAREMPTY\", PowerMeter, vertical, 16, 8;\n}\n\n//Protoman\nIsSelected ProtoBusterC{\nInInventory AttackIndFlag\n{\n\tInInventory ProtoChargeLevel, 2{DrawImage \"PROATK3\", 0, 175;}\n\tElse{DrawImage \"PROATK1\", 0, 175;}\n\tInInventory MegaChargeFlag2, 1{\n\t\tInInventory Not ProtoChargeLevel, 4{DrawImage \"PROATK2\", 0, 175;}\n\t}\n}\nInInventory ProtoAltDelay{DrawBar \"BARFLS1\",\"NOBAR\",ProtoAltDelay,vertical,24,8;}\nDrawBar \"PTLVLF2\", \"PTLVLE2\", ProtoChargeLevel, Vertical, 6,24;\nDrawBar\"PROCBAR1\", \"BAREMPTY\", PF_PRCharge, vertical, 16, 8;\nInInventory MegaChargeFlag1, 1{DrawBar \"PROTCHG1\", \"BAREMPTY\", PF_PRCharge, vertical, 16, 8;}\nInInventory MegaChargeFlag2, 1{DrawBar \"PROTCHG2\", \"BAREMPTY\", PF_PRCharge, vertical, 16, 8;}\n}\n\n//Gravity Sniper\nIsSelected RangedSnipingWeapon\n{\nDrawbar\"GSNIBR\",\"BAREMPTY\",Ammo1,Vertical,16,8;\nInInventory RocketJumpBoost,1{Drawbar\"B7AMMO1\",\"BAREMPTY\",Ammo2,Vertical,8,8;}\nElse{Drawbar\"B2AMMO1\",\"BAREMPTY\",Ammo2,Vertical,8,8;}\n}\n\n//RangedScan\nIsSelected NotHitscanWeapon\n{\n\tDrawbar\"RSCANBAR\",\"BAREMPTY\",Ammo1,Vertical,16,8;\n\tDrawbar\"B2AMMO1\",\"BAREMPTY\",Ammo2,Vertical,8,8;\n\tInInventory ScanChargeAmmo,1{Drawbar \"BARFLS1\",\"NOBAR\",ScanChargeAmmo,Vertical,16,8;}\n}\n\n//Randomizer\nIsSelected MemeClassWeaponLol, MemeClassWeaponLol2\n{\n\tDrawbar \"RNDMBR\", \"BAREMPTY\",Ammo1,Vertical,16,8;\n\tDrawbar \"RNDMB2\", \"BAREMPTY\",Ammo2,Vertical,Reverse,8,8;\n}\n\nIsSelected MemeClassWeaponLol3\n{\n\tDrawbar \"RNDMBR\", \"BAREMPTY\",Ammo1,Vertical,16,8;\n\tDrawbar \"RNDMB2\", \"BAREMPTY\",Ammo2,Vertical,Reverse,8,8;\n}\n\n//DiscordApp\nIsSelected TheFutureWeapon\n{\n\tDrawbar \"BLURPBAR\", \"BAREMPTY\",Ammo1,Vertical,16,8;\n\tDrawbar \"B2AMMO1\", \"BAREMPTY\",Ammo2,Vertical,8,8;\n}\n\n//Runeman\nWeaponAmmo RoonRunesAmmo{\nDrawbar \"BLURPBAR\", \"BAREMPTY\",Ammo1,Vertical,16,8;\n\n/*\n\t//DrawImage \"0RNWA\", 58,182;\n\tDrawImage \"1RNWA\", 69,182;\n\tDrawImage \"2RNWA\", 80,182;\n\t//DrawImage \"3RNWA\", 91,182;\n\tDrawImage \"4RNWA\", 102,182;\n\t//DrawImage \"5RNWA\", 113,182;\n\tDrawImage \"6RNWA\", 124,182;\n\tDrawImage \"7RNWA\", 135,182;\n\tDrawImage \"8RNWA\", 146,182;\n\n//IsSelected RuneLoadout_Buddha{DrawImage \"RNMWEP\", 58,182;}\nIsSelected RuneLoadout_Damage{DrawImage \"RNMWEP\", 69,182;}\nIsSelected RuneLoadout_FireRate{DrawImage \"RNMWEP\", 80,182;}\n//IsSelected RuneLoadout_Flight{DrawImage \"RNMWEP\", 91,182;}\nIsSelected RuneLoadout_JumpZ{DrawImage \"RNMWEP\", 102,182;}\n//IsSelected RuneLoadout_Invis{DrawImage \"RNMWEP\", 113,182;}\nIsSelected RuneLoadout_Reflect{DrawImage \"RNMWEP\", 124,182;}\nIsSelected RuneLoadout_Regen{DrawImage \"RNMWEP\", 135,182;}\nIsSelected RuneLoadout_Speed{DrawImage \"RNMWEP\", 146,182;}\n\n\t//DrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Buddha,alignment(left),58,170;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Damage,alignment(left),69,170;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_FireRate,alignment(left),80,170;\n\t//DrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Flight,alignment(left),91,170;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_JumpZ,alignment(left),102,170;\n\t//DrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Invis,alignment(left),113,170;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Reflection,alignment(left),124,170;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Regen,alignment(left),135,170;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Speed,alignment(left),146,170;\n*/\n\n\tDrawImage \"1RNWA\", 58,182;\n\tDrawImage \"2RNWA\", 69,182;\n\tDrawImage \"4RNWA\", 80,182;\n\tDrawImage \"6RNWA\", 91,182;\n\tDrawImage \"7RNWA\", 102,182;\n\tDrawImage \"8RNWA\", 113,182;\n\nIsSelected RuneLoadout_Damage{DrawImage \"RNMWEP\", 58,182;}\nIsSelected RuneLoadout_FireRate{DrawImage \"RNMWEP\", 69,182;}\nIsSelected RuneLoadout_JumpZ{DrawImage \"RNMWEP\", 80,182;}\nIsSelected RuneLoadout_Reflect{DrawImage \"RNMWEP\", 91,182;}\nIsSelected RuneLoadout_Regen{DrawImage \"RNMWEP\", 102,182;}\nIsSelected RuneLoadout_Speed{DrawImage \"RNMWEP\", 113,182;}\n\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Damage,alignment(left),58,170;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_FireRate,alignment(left),69,170;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_JumpZ,alignment(left),80,170;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Reflection,alignment(left),91,170;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Regen,alignment(left),102,170;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Speed,alignment(left),113,170;\n}\n\n//Snatchman\nPlayerClass Snatchman\n{\nDrawBar \"SNATBAR\", \"BAREMPTY\", StealAmmo, Vertical, 16, 8;\n\tInInventory SnatchmanReloadStall, 2{DrawBar\"PAKATBAR\", \"NOBAR\", SnatchmanReloadStall, Vertical, 16, 8;}\nDrawBar \"B14AMMO1\", \"BAREMPTY\", SnatchmanSlideAmmo, Vertical, 8, 8;\nInInventory SnatchSpeedWithdraw,1{DrawBar\"BARFLS1\", \"NOBAR\", SnatchSpeedWithdraw, Vertical, 8, 8;}\nInInventory SnatchNeutralFlag,1{DrawBar\"NAPBARA\",\"NOBAR\",SnatchNeutralFlag,vertical,24,8;}\n}\n\n//BodyBuilder\nIsSelected WeightThrowWeapon\n{\n\tDrawBar \"BBUIBAR\", \"BAREMPTY\", Ammo1, Vertical, 16, 8;\n\tInInventory BodyBuilderAltDelay, 1\n\t{\n\t\tDrawBar \"BARFLS1\", \"NOBAR\", BodyBuilderAltDelay, Vertical, 24, 8;\n\t}\n}\n\n//Scout\nWeaponAmmo ScoutAmmo\n{\nIsSelected ScoutWeapon3{DrawBar \"SCBR3\", \"BAREMPTY\", Ammo1, Vertical, 16, 8;}\nIsSelected ScoutWeapon2{DrawBar \"SCBR2\", \"BAREMPTY\", Ammo1, Vertical, 16, 8;}\nIsSelected ScoutWeapon1{DrawBar \"SCBR1\", \"BAREMPTY\", Ammo1, Vertical, 16, 8;}\n\nInInventory ScoutReloadCount, 48{DrawImage \"SCOK\", 16, 64;}\nElse InInventory ScoutReloadCount, 2{DrawImage \"SCOJ\", 16, 64;}\nElse{DrawImage \"SCOI\", 16, 64;}\n\nDrawNumber 2,CMBHQFONT,Untranslated,ScoutReloadCount,alignment(left),7,65;\n\n\tInInventory ScoutBonkFlag\n\t{\n\t\tDrawBar \"BARFLS1\", \"NOBAR\", ScoutBonkFlag, Vertical, 24, 8;\n\t}\n\tInInventory ScoutCritFlag\n\t{\n\t\tDrawBar \"BARFLS1\", \"NOBAR\", ScoutCritFlag, Vertical, 24, 8;\n\t}\nInInventory ScoutJumpDelay_P,1{DrawBar \"BARFLS1\",\"NOBAR\",ScoutJumpDelay_P,vertical,16,8;}\n}\n\n//Darkman4\nWeaponAmmo TheDarknessAmmo\n{\nDrawBar\"B1AMM14\",\"BAREMPTY\",Ammo1,vertical,16,8; //Magnet Missile's ammo bar has the same palette\nDrawBar\"B1AMMO1\",\"BAREMPTY\",Ammo2,vertical,8,8;\nInInventory DarkShotCharge, 2{DrawBar \"BARFLS1\",\"NOBAR\",DarkShotCharge,Vertical,16,8;}\n\n\tInInventory DarkStockAmmo,7{DrawImage\"DSTOK7\",28,84;}\n\telse InInventory DarkStockAmmo,6{DrawImage\"DSTOK6\",28,84;}\n\telse InInventory DarkStockAmmo,5{DrawImage\"DSTOK5\",28,84;}\n\telse InInventory DarkStockAmmo,4{DrawImage\"DSTOK4\",28,84;}\n\telse InInventory DarkStockAmmo,3{DrawImage\"DSTOK3\",28,84;}\n\telse InInventory DarkStockAmmo,2{DrawImage\"DSTOK2\",28,84;}\n\telse InInventory DarkStockAmmo,1{DrawImage\"DSTOK1\",28,84;}\n\telse {DrawImage\"DSTOK0\",28,84;}\n}\n\n//SkullmanK\nIsSelected SkullmanKillerBuster\n{\nDrawBar\"BARAMM13\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tInInventory SkullBarrierBossAmmoK,9\n\t{\n\t\tDrawbar\"BARAMM21\",\"BAREMPTY\",Ammo2,vertical,8,8;\n\t}\n\tElse\n\t{\n\t\tDrawbar\"BARAMM10\",\"BAREMPTY\",Ammo2,vertical,8,8;\n\t}\n\tInInventory HasFiredUser2Flag,1\n\t{\n\t\tDrawBar\"BARFLS1\",\"NOBAR\",HasFiredUser2Flag,vertical,8,8;\n\t}\n\tInInventory SkullmanKU2Flag,1\n\t{\n\t\tDrawBar \"BARFLS5\", \"NOBAR\", Ammo2, vertical, 8, 8;\n\t}\n\tInInventory SkullmanKDashCooldown,1\n\t{\n\t\tDrawBar\"BARFLS1\",\"NOBAR\",SkullmanKDashCooldown,vertical,16,8;\n\t}\n\tInInventory SkullmanHeat,1\n\t{\n\t\t//Drawbar\"NAPBARA\", \"NOBAR\", SkullmanHeat, vertical, 16, 8;\n\t}\n\tInInventory SkullHeatFull, 1\n\t{\n\t\tDrawbar\"BURSBAR\", \"NOBAR\", SkullHeatFull, vertical, 16, 8;\n\t}\n\tInInventory SkullmanKU2Startup,1\n\t{\n\t\tDrawBar \"BARFLS1\", \"NOBAR\", SkullmanKU2Startup, vertical, 8, 8;\n\t}\n}\n\n//Revenant\nIsSelected RevenantEnemyRocketWep\n{\n\tDrawbar\"B3AMM14\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tDrawBar\"PAKATBAR\", \"NOBAR\", DeployHomingAmmo, Vertical, 16, 8;\n\tDrawBar\"RNVBAR\",\"BAREMPTY\",Ammo2,Vertical,8,8;\n}\n\n//Fireman CrossX\nIsSelected FireStormCrossXBoss\n{\n\tDrawbar \"FCXBAR\", \"BAREMPTY\",Ammo1,Vertical,16,8;\n\tDrawbar \"B2AMM13\", \"BAREMPTY\",Ammo2,Vertical,8,8;\n}\n\n//Jupiter\nIsSelected ElectricShockBoss{Drawbar\"JUPIBAR\",\"BAREMPTY\",Ammo1,vertical,16,8;\nDrawbar\"B1AMMO1\", \"BAREMPTY\", Ammo2, vertical, 8, 8;}\n\n//Baron Of Hell\nIsSelected HellFireBallBoss\n{\n\tDrawbar\"B1AMM13\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tDrawbar\"B1AMMO1\", \"BAREMPTY\", Ammo2, vertical, 8, 8;\n\tDrawbar\"PAKATBAR\", \"NOBAR\", HellRunOverlay, vertical, 8, 8;\n\tInInventory BaronHellGrabTimer,2{DrawBar \"BARFLS1\",\"NOBAR\",BaronHellGrabTimer,Vertical,16,8;}\n}\n\n//Cyber Demon\nIsSelected SteroidRocketLauncher\n{\n\tDrawBar\"B7AMMO5\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tDrawBar \"B1AMMO1\",\"BAREMPTY\",Ammo2, vertical, 8, 8;\n\tDrawBar \"PAKATBAR\",\"NOBAR\",ProtoJetAmmo, vertical, 8, 8;\n}\n\n//ArchVile\nIsSelected ArchVilePillarBoss\n{\n\tDrawBar \"B1AMM20\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tDrawBar \"AVLBARF\",\"AVLBARE\",Ammo2,vertical,8,8;\n\tInInventory ArchvileItemFlag,1\n\t{\n\t\tDrawImage \"AVIC1O\", 8, 64;\n\t\tDrawImage \"AVIC2I\", 16, 64;\n\t}\n\tElse InInventory Not ArchvileItemFlag,1\n\t{\n\t\tDrawImage \"AVIC1I\", 8, 64;\n\t\tDrawImage \"AVIC2O\", 16, 64;\n\t}\n\tInInventory ArchvileImpDelay,2\n\t{\n\t\tInInventory ArchvileItemFlag,1\n\t\t{\n\t\t\tDrawBar \"AVICOL\",\"AVIC1O\",ArchvileImpDelay,vertical,8,64;\n\t\t}\n\t\tElse InInventory Not ArchvileItemFlag,1\n\t\t{\n\t\t\tDrawBar \"AVICOL\",\"AVIC1I\",ArchvileImpDelay,vertical,8,64;\n\t\t}\n\t}\n\tInInventory ArchvileCacoDelay,2\n\t{\n\t\tInInventory ArchvileItemFlag,1\n\t\t{\n\t\t\tDrawBar \"AVICOL\",\"AVIC2I\",ArchvileCacoDelay,vertical,16,64;\n\t\t}\n\t\tElse InInventory Not ArchvileItemFlag,1\n\t\t{\n\t\t\tDrawBar \"AVICOL\",\"AVIC2O\",ArchvileCacoDelay,vertical,16,64;\n\t\t}\n\t}\n}\n\n//Bruhman\nIsSelected BruhBusterBoss\n{\n\tDrawBar \"BRUHBAR\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tDrawBar \"BRUBAR\", \"BRUBARE\", Ammo2, vertical, 8, 8;\n\tInInventory BruhmanReloadDelay_P,1\n\t{\n\t\tDrawbar\"NAPBARA\", \"NOBAR\", BruhmanReloadDelay_P, vertical, 8, 8;\n\t}\n}\n\n//RiC Merge :D\nInInventory IAmRush{Drawbar\"BARAMRSH\",\"BAREMPTY\",Ammo1,vertical,16,8;\n//DrawBar\"00_2_BAR\",\"BAREMPTY\",RushBoltsAmmo,vertical,8,8;\nInInventory RushJetFlag,1{DrawImage\"RUSHH2H8\",290,8;}}\nIsSelected RushCoilBoss{InInventory RushAmmo, 50{Drawbar\"RSHBAR\",\"NOBAR\",Ammo1,vertical,16,8;}}\nIsSelected RushJetBoss{InInventory RushAmmo, 10{Drawbar\"RSHBAR\",\"NOBAR\",Ammo1,vertical,16,8;}}\nIsSelected RushBikeBoss{InInventory RushAmmo, 150{Drawbar\"RSHBAR\",\"NOBAR\",Ammo1,vertical,16,8;}}\nInInventory IAmRush{InInventory RushCoilPowerB{Drawbar \"RSHBARB\",\"NOBAR\",RushCoilPowerB,vertical,reverse,16,8;}\n}\n\nIsSelected FireStormBoss {\nDrawBar \"FIREBAR\", \"BAREMPTY\", Ammo1, Vertical, 16, 8;\nDrawBar \"FIREBAR2\", \"BAREMPTY\", Ammo2, Vertical, 8, 8;\nInInventory FiremanRageFlag1 {Drawbar \"FM2BARA\", \"VNOBAR\", Ammo1, Vertical, 16, 8; }\nInInventory FiremanRageFlag2 {Drawbar \"FM2BARA\", \"VNOBAR\", Ammo1, Vertical, 16, 8; }\nInInventory FiremanRageFlag3 {Drawbar \"FM2BARA\", \"VNOBAR\", Ammo1, Vertical, 16, 8; }\nInInventory FiremanRageCooldownFlag,1{\nInInventory Not FiremanRageCooldownFlag, 35{Drawbar\"FRMABAR\",\"NOBAR\",FiremanRageCooldownFlag,Vertical,24,8;}}\nInInventory FiremanRageCooldownFlag2,1{\nInInventory Not FiremanRageCooldownFlag2, 105{Drawbar\"FRMABAR\",\"NOBAR\",FiremanRageCooldownFlag2,Vertical,24,8;}}\nInInventory FiremanRageCooldownFlag3,1{\nInInventory Not FiremanRageCooldownFlag3, 175{Drawbar\"FRMABAR\",\"NOBAR\",FiremanRageCooldownFlag3,Vertical,24,8;}}\n}\n\nIsSelected ThunderBeamBoss\n{\nDrawbar\"B11AMMO6\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\nDrawbar\"B1AMMO1\",\"BAREMPTY\",Ammo2,vertical,8,8;\nInInventory ElecCharge,1{Drawbar\"BARFLS1\",\"NOBAR\",ElecCharge,vertical,8,8;}\n}\n\nIsSelected WilyAlienBoss\n{\nDrawbar\"ALWEABAR\", \"ALWEABAE\", Ammo1, vertical, 16, 8;\n\tInInventory AlienCharge1,1{Drawbar\"ALIBAR1\",\"NOBAR\",AlienCharge1,vertical,16,8; DrawImage \"ALIIA\", 16,64;}\n\tInInventory AlienCharge2,1{Drawbar\"ALIBAR2\",\"NOBAR\",AlienCharge2,vertical,16,8; DrawImage \"ALIIB\", 16,64;}\n\tInInventory AlienCharge3,1{Drawbar\"ALIBAR3\",\"NOBAR\",AlienCharge3,vertical,16,8; DrawImage \"ALIIC\", 16,64;}\n}\n\nInInventory Doc\n{\nDrawbar\"DOCBAR\", \"BAREMPTY\", DocCopyEnergy, vertical, 16, 8;\nInInventory DuoShieldTimer,1{Drawbar\"PAKATBAR\",\"NOBAR\",DuoShieldTimer, vertical, 16, 8;}\nIsSelected DocBusterBoss\n{\nDrawImage \"DOCMD1V\", 16, 64;\n}\nIsSelected DocBusterBoss2\n{\nDrawImage \"DOCMD2V\", 16, 64;\n}\nIsSelected DocBusterBoss3\n{\nDrawImage \"DOCMD3V\", 16, 64;\n}\nIsSelected DocBusterBoss4\n{\nDrawImage \"DOCMD4V\", 16, 64;\n}\n\n\t/*InInventory DocMetalMode, 1{\n\tDrawImage \"METLSI\", 8, 64;\n\tDrawImage \"AIRSI\", 8, 72;\n\tDrawImage \"BUBBI\", 8, 80;\n\tInInventory not DocKillFlag1,1{DrawImage \"DOCSEL\", 8,64;}\n\tInInventory not DocKillFlag2,1{DrawImage \"DOCSEL\", 8,72;}\n\tInInventory not DocKillFlag3,1{DrawImage \"DOCSEL\", 8,80;}\n\t}\n\tInInventory DocAirHeadMode, 1{\n\tDrawImage \"AIRSI\", 8, 64;\n\tDrawImage \"BUBBI\", 8, 72;\n\tDrawImage \"QUICKSI\", 8, 80;\n\tInInventory not DocKillFlag2,1{DrawImage \"DOCSEL\", 8,64;}\n\tInInventory not DocKillFlag3,1{DrawImage \"DOCSEL\", 8,72;}\n\tInInventory not DocKillFlag4,1{DrawImage \"DOCSEL\", 8,80;}\n\t}\n\tInInventory DocSwimMode, 1{\n\tDrawImage \"BUBBI\", 8, 64;\n\tDrawImage \"QUICKSI\", 8, 72;\n\tDrawImage \"CRASSI\", 8, 80;\n\tInInventory not DocKillFlag3,1{DrawImage \"DOCSEL\", 8,64;}\n\tInInventory not DocKillFlag4,1{DrawImage \"DOCSEL\", 8,72;}\n\tInInventory not DocKillFlag5,1{DrawImage \"DOCSEL\", 8,80;}\n\t}\n\tInInventory DocFastMode, 1{\n\tDrawImage \"QUICKSI\", 8, 64;\n\tDrawImage \"CRASSI\", 8, 72;\n\tDrawImage \"FLASHSI\", 8, 80;\n\tInInventory not DocKillFlag4,1{DrawImage \"DOCSEL\", 8,64;}\n\tInInventory not DocKillFlag5,1{DrawImage \"DOCSEL\", 8,72;}\n\tInInventory not DocKillFlag6,1{DrawImage \"DOCSEL\", 8,80;}\n\t}\n\tInInventory DocBombMode, 1{\n\tDrawImage \"CRASSI\", 8, 64;\n\tDrawImage \"FLASHSI\", 8, 72;\n\tDrawImage \"ATOMI\", 8, 80;\n\tInInventory not DocKillFlag5,1{DrawImage \"DOCSEL\", 8,64;}\n\tInInventory not DocKillFlag6,1{DrawImage \"DOCSEL\", 8,72;}\n\tInInventory not DocKillFlag7,1{DrawImage \"DOCSEL\", 8,80;}\n\t}\n\tInInventory DocFreezeMode, 1{\n\tDrawImage \"FLASHSI\", 8, 64;\n\tDrawImage \"ATOMI\", 8, 72;\n\tDrawImage \"LEAFI\", 8, 80;\n\tInInventory not DocKillFlag6,1{DrawImage \"DOCSEL\", 8,64;}\n\tInInventory not DocKillFlag7,1{DrawImage \"DOCSEL\", 8,72;}\n\tInInventory not DocKillFlag8,1{DrawImage \"DOCSEL\", 8,80;}\n\t}\n\tInInventory DocHotMode, 1{\n\tDrawImage \"ATOMI\", 8, 64;\n\tDrawImage \"LEAFI\", 8, 72;\n\tDrawImage \"METLSI\", 8, 80;\n\tInInventory not DocKillFlag7,1{DrawImage \"DOCSEL\", 8,64;}\n\tInInventory not DocKillFlag8,1{DrawImage \"DOCSEL\", 8,72;}\n\tInInventory not DocKillFlag1,1{DrawImage \"DOCSEL\", 8,80;}\n\t}\n\tInInventory DocLeafMode, 1{\n\tDrawImage \"LEAFI\", 8, 64;\n\tDrawImage \"METLSI\", 8, 72;\n\tDrawImage \"AIRSI\", 8, 80;\n\tInInventory not DocKillFlag8,1{DrawImage \"DOCSEL\", 8,64;}\n\tInInventory not DocKillFlag1,1{DrawImage \"DOCSEL\", 8,72;}\n\tInInventory not DocKillFlag2,1{DrawImage \"DOCSEL\", 8,80;}\n\t*/\n\t}\n\nIsSelected GyroAttackBoss //3, 7\n{\n\tInInventory WreckAndRollAmmo, 7{Drawbar\"GYRBAR3\",\"BAREMPTY\",Ammo1,vertical,16,8;}\n\telse InInventory WreckAndRollAmmo, 3{Drawbar\"GYRBAR2\",\"BAREMPTY\",Ammo1,vertical,16,8;}\n\telse {Drawbar\"GYRBAR1\",\"BAREMPTY\",Ammo1,vertical,16,8;}\n\tInInventory GyromanCharge,2{DrawBar \"BARFLS1\", \"NOBAR\", GyromanCharge, vertical, 16, 8;}\n\tInInventory GyroNoCharge,2{DrawBar \"BARFLS1\", \"NOBAR\", GyroNoCharge, vertical, 16, 8;}\n}\n\nIsSelected NapalmBombBoss1, NapalmBombBoss2\n{\n\tIsSelected NapalmBombBoss1\n\t{\n\t\tDrawbar\"NAPBR1\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\t}\n\telse\n\t{\n\t\tDrawbar\"NAPBR2\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\t}\nDrawbar\"NAPBARA\", \"NOBAR\", Ammo2, vertical, 16, 8;\nDrawbar\"B1AMM24\", \"BAREMPTY\", NapalmDasherAmmo, vertical, 8, 8;\nInInventory NapalmDasherAmmo, 60{DrawBar \"BURSBAR\", \"NOBAR\", NapalmDasherAmmo, vertical, 8, 8;}\n\tInInventory NapalmDashTrigger, 1\n\t{\n\t\tDrawImage \"NAPDASH\", 282,6;\n\t\tDrawBar \"BURSBAR\", \"NOBAR\", NapalmDasherAmmo, vertical, 8, 8;\n\t}\n}\n\nIsSelected DarkTankBoss,DarkTankBoss2\n{\n\tIsSelected DarkTankBoss\n\t{\n\t\tDrawbar\"DM1BAR1\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\t}\n\telse\n\t{\n\t\tDrawbar\"BARAMMO4\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\t}\n\tInInventory DarkTankRamAmmo,24\n\t{\n\t\tDrawbar\"B1AMMO1\", \"BAREMPTY\", Ammo2, vertical, 8, 8;\n\t}\n\telse\n\t{\n\t\tDrawbar\"DM1BAR2\", \"BAREMPTY\", Ammo2, vertical, 8, 8;\n\t}\n\tInInventory DarkmanOneAltCharge,1\n\t{\n\t\tDrawbar\"PAKATBAR\", \"NOBAR\", DarkmanOneAltCharge, vertical, 16, 8;\n\t}\n\tInInventory DarkTankAltCooldown,1\n\t{\n\t\tDrawbar\"QUIBARA\", \"NOBAR\", DarkTankAltCooldown, vertical, 16, 8;\n\t}\n\tInInventory DarkTankJumpCooldown,1\n\t{\n\t\tDrawbar\"BARFLS1\", \"NOBAR\", DarkTankJumpCooldown, vertical, 24, 8;\n\t}\n}\n\nIsSelected DangerWrapBoss, BubbleWrapBoss{\nIsSelected DangerWrapBoss{Drawbar\"B6AMM33\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nElse{Drawbar\"BARAMM33\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nInInventory BurstmanAltfireCooldown,2{Drawbar\"PAKATBR2\", \"NOBAR\", BurstmanAltfireCooldown, vertical, 16, 8;}\nInInventory BurstMinePopDelay_P, 1{Drawbar\"BURSBAR\", \"NOBAR\", BurstMinePopDelay_P, vertical, 16, 8;}\n//InInventory BurstBubbleLimiter, 1{Drawbar\"BURSBAR\", \"NOBAR\", BurstBubbleLimiter, vertical, 8, 8;}\nDrawbar\"BRSTBAR\", \"BAREMPTY\", BubbleRiderAmmo, vertical, 8, 8;\nInInventory BubbleRiderAmmo, 80{Drawbar\"BRSTBARA\", \"NOBAR\", BubbleRiderAmmo, vertical, 8, 8;}\n\tInInventory BubbleRiderTrigger, 1\n\t{\n\tDrawImage \"BURSRIDE\", 282,6;\n\tDrawbar\"BRSTBARA\", \"NOBAR\", BubbleRiderAmmo, vertical, 8, 8;\n\t}\n}\n\nIsSelected FlashBombBoss{\nDrawbar \"B9AMM46\",\"BAREMPTY\",Ammo1,vertical,16,8;\nDrawbar \"GREDASH\", \"BAREMPTY\",GrenDash,vertical,8,8;\n\tInInventory GrenademanKillStock, 5\n\t{\n\t\tInInventory GrenademanKillStock, 10\n\t\t{\n\t\t\tDrawbar \"QUIBARA\",\"NOBAR\",GrenademanKillStock,vertical,24,8;\n\t\t}\n\t\tElse\n\t\t{\n\t\t\tDrawbar \"BURSBAR\",\"NOBAR\",GrenademanKillStock,vertical,24,8;\n\t\t}\n\t}\n\tElse InInventory not GrenademanKillStock, 5\n\t{\n\t\tDrawbar \"NAPBARA\",\"NOBAR\",GrenademanKillStock,vertical,24,8;\n\t}\nInInventory WeaponCharge,62{Drawbar \"BARFLS1\",\"NOBAR\",Ammo1,vertical,16,8;}\nInInventory GrenItemFlag,1{DrawImage\"GREDED\",0,0;}\n}\n\nIsSelected IceWaveBoss1,IceWaveBoss2{\nDrawbar \"B1AMM45\",\"BAREMPTY\",Ammo1,vertical,16,8;\nDrawbar \"B1AMM54\",\"BAREMPTY\",Ammo2,vertical,8,8;\nInInventory FrostSlamJumpCharge,1{DrawBar \"QUIBARA\", \"NOBAR\", FrostSlamJumpCharge, vertical, 16, 8;}\n}\n\nIsSelected WaveBurnerBoss{\nDrawbar\"BURN2BAR\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\nDrawbar\"B4AMM57\", \"BAREMPTY\", Ammo2, vertical, 8, 8;\nInInventory WeaponCharge,70 {Drawbar\"BARFLS1\",\"NOBAR\",Ammo2,vertical,8,8;}\nInInventory ForestDiverAmmo, 1{Drawbar\"BRNMBAR\", \"NOBAR\", ForestDiverAmmo, vertical, 16, 8;}\n}\n\nIsSelected PlugBallBoss{\nDrawBar \"B14AMM60\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\nDrawbar\"PLUGSBR2\",\"BAREMPTY\",Ammo2, vertical, 8, 8;\nInInventory PlugCharge, 1{Drawbar\"PLUGMBAR\", \"NOBAR\", PlugCharge, vertical, 16, 8;}\nInInventory PlugManAmmo2, 256{DrawBar \"BARFLS1\", \"NOBAR\", PlugManAmmo2, vertical, 8, 8;}\n}\n\n//Darkman3\nIsSelected DarkSniperBoss\n{\n\tDrawBar\"DM3BAR1\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tDrawBar\"DM3BAR2\",\"BAREMPTY\",Ammo2,vertical,8,8;\n\tDrawBar\"NAPBARA\",\"NOBAR\",NotAFlightClassAmmo,vertical,24,8;\n\tInInventory Dark3ChargeAmmo,2\n\t{\n\t\tDrawbar\"PLUGMBAR\", \"NOBAR\", Dark3ChargeAmmo, vertical, 16, 8;\n\t}\n}\n\n//Waveman DOS\nIsSelected WaterShooterBoss\n{\n\tDrawbar\"WAPCBR1\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tDrawbar\"WAPCBR2\",\"BAREMPTY\",Ammo2,vertical,8,8;\n\tInInventory SMBSwimLimit,1\n\t{\n\t\tDrawBar\"2C_S_BAR\",\"NOBAR\",SMBSwimLimit,vertical,16,8;\n\t}\n}\n\n//Crashman\nPlayerClass Crashman\n{\n\tDrawbar\"B4AMM83\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tInInventory CrashmanCharge, 2{Drawbar\"PAKATBAR\",\"NOBAR\",CrashmanCharge,Vertical,16,8;}\n\tDrawBar \"COLTBARA\",\"NOBAR\",CrashMineAmount,vertical,16,8;\n\tDrawbar\"B2AMMO1\",\"BAREMPTY\",Ammo2,vertical,8,8;\n\t//InInventory AutoBuddyFlag,3{DrawImage\"CRAAZ\",16,64;}\n\t//else InInventory AutoBuddyFlag,2{DrawImage\"CRAAY\",16,64;}\n\t//else InInventory AutoBuddyFlag,1{DrawImage\"CRAAX\",16,64;}\n}\n\n//Colton\nIsSelected DesertRattlerBoss\n{\n\tDrawbar\"COLTBAR\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tDrawBar\"COLTBR2\",\"BAREMPTY\",Ammo2,vertical,8,8;\n\tDrawBar \"COLTBARA\",\"NOBAR\",NotBrightGrenadeAmmo,vertical,8,8;\n}\n\n//Bass\nWeaponAmmo BassBusterAmmo\n{\n\tInInventory AttackIndFlag{DrawImage \"BASATK\", 0, 175;}\n\tInInventory BassHasTrebleBoostFlag, 1 {DrawBar\"BASSBART\",\"BAREMPTY\",BassBusterAmmo,vertical,16,8;}\n\tElse {DrawBar\"BASSBAR1\",\"BAREMPTY\",BassBusterAmmo,vertical,16,8;}\n\tDrawBar\"B1AMMO1\",\"BAREMPTY\",BassEvilEnergyAmmo,vertical,8,8;\n\tInInventory BassBusterCharge, 2{Drawbar\"NAPBARA\",\"NOBAR\",BassBusterCharge,Vertical,16,8;}\n\tInInventory BassAltfireCooldown, 2{Drawbar\"PAKATBAR\",\"NOBAR\",BassAltfireCooldown,Vertical,24,8;}\n\tInInventory BassBlueEnergyActive{Drawbar\"BASSRBAR\",\"NOBAR\",BassEvilEnergyAmmo,Vertical,8,8;}\n\tInInventory BassRedEnergyActive{Drawbar\"BASSBBAR\",\"NOBAR\",BassEvilEnergyAmmo,Vertical,8,8;}\n\t//DrawImage \"ULVLI\", 16, 64;\n\t//DrawNumber 2,CMBHQFONT,Untranslated,ULVLFlag,alignment(left),7,65;\n}\n\n//Pharaohman\nInInventory IsPharaohman, 1\n{\n\n//// HUDS for Techs\n\tIsSelected FireBoltTech\n\t{\n\t\tInInventory FireBoltAmmo, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, FireBoltAmmo, 14, 65, 0, BRICK, 1, LIGHTBLUE, 4;\n\t\t}\n\t}\n\tIsSelected ExecuteTech1\n\t{\n\tInInventory ExecuteAmmo1, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, ExecuteAmmo1, 14, 65, 0, BRICK, 1, LIGHTBLUE, 4;\n\t\t}\n\t}\n\tIsSelected ExecuteTech2\n\t{\n\tInInventory ExecuteAmmo2, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, ExecuteAmmo2, 14, 65, 0, BRICK, 1, LIGHTBLUE, 3;\n\t\t}\n\t}\n\tIsSelected ExecuteTech3\n\t{\n\tInInventory ExecuteAmmo3, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, ExecuteAmmo3, 14, 65, 0, BRICK, 1, LIGHTBLUE, 2;\n\t\t}\n\t}\n\tIsSelected SetsWatchTech\n\t{\n\tInInventory SetsWatchAmmo, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, SetsWatchAmmo, 14, 65, 0, BRICK, 1, LIGHTBLUE, 3;\n\t\t}\n\t}\n\tIsSelected AscensionTech\n\t{\n\tInInventory AscensionAmmo, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, AscensionAmmo, 14, 65, 0, BRICK, 1, LIGHTBLUE, 1;\n\t\t}\n\t}\n\tIsSelected SanctuaryTech\n\t{\n\tInInventory SanctuaryAmmo, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, SanctuaryAmmo, 14, 65, 0, BRICK, 1, LIGHTBLUE, 2;\n\t\t}\n\t}\n\tIsSelected SolarShineTech\n\t{\n\tInInventory SolarShineAmmo, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, SolarShineAmmo, 14, 65, 0, BRICK, 1, LIGHTBLUE, 4;\n\t\t}\n\t}\n\tIsSelected SunShotgunTech\n\t{\n\tInInventory SunShotgunAmmo, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, SunShotgunAmmo, 14, 65, 0, BRICK, 1, LIGHTBLUE, 4;\n\t\t}\n\t}\n\tIsSelected IceLancesTech\n\t{\n\tInInventory IceLancesAmmo, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, IceLancesAmmo, 14, 65, 0, BRICK, 1, LIGHTBLUE, 4;\n\t\t}\n\t}\n\tIsSelected TeslaSphereTech\n\t{\n\tInInventory TeslaSphereAmmo, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, TeslaSphereAmmo, 14, 65, 0, BRICK, 1, LIGHTBLUE, 4;\n\t\t}\n\t}\n\tIsSelected NaniteCloudTech\n\t{\n\tInInventory NaniteCloudAmmo, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, NaniteCloudAmmo, 14, 65, 0, BRICK, 1, LIGHTBLUE, 4;\n\t\t}\n\t}\n\tIsSelected ShadowCloneTech\n\t{\n\tInInventory ShadowCloneAmmo, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, ShadowCloneAmmo, 14, 65, 0, BRICK, 1, LIGHTBLUE, 4;\n\t\t}\n\t}\n\n//// Altfire Hold checker for selling mechanism\n\n\tInInventory SellCharge, 10\n\t{\n\t\tDrawString SMALLFONT, GREEN, \"\\cmHold to Sell...\", 210, 8;\n\t}\n\tInInventory SellCharge, 35\n\t{\n\t\tDrawString SMALLFONT, YELLOW, \"\\cuHold to Sell...\", 210, 8;\n\t}\n\tInInventory SellCharge, 70\n\t{\n\t\tDrawString SMALLFONT, RED, \"\\cjHold to Sell...\", 210, 8;\n\t}\n\n\tDrawBar \"BARAMM67\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tDrawBar \"BARAMMO1\", \"BAREMPTY\", Ammo2, vertical, 8, 8;\n\n\tInInventory TechAmmo, 100\n\t{\n\t\tDrawBar \"VG_X_BAR\", \"NOBAR\", Ammo2, vertical, 8, 8;\n\t}\n\n\tInInventory ExecuteWeakness1, 1\n\t{\n\t\tDrawBar \"E1_A_BAR\", \"NOBAR\", Health, vertical, 24, 8;\n\t}\n\n\tInInventory ExecuteWeakness2, 1\n\t{\n\t\tDrawBar \"E2_A_BAR\", \"NOBAR\", Health, vertical, 24, 8;\n\t}\n\n\tInInventory ExecuteWeakness3, 1\n\t{\n\t\tDrawBar \"E3_A_BAR\", \"NOBAR\", Health, vertical, 24, 8;\n\t}\n\n\tIsSelected TurnInsaneTech\n\t{\n\t\tInInventory InsanePunchWindup, 2\n\t\t{\n\t\t\tDrawbar\"NAPBARA\",\"NOBAR\",InsanePunchWindup,Vertical,16,8;\n\t\t}\n\t}\n\tInInventory ShadowCloneDuration,1\n\t{\n\t\tDrawBar \"BARFLS1\", \"NOBAR\", ShadowCloneDuration, Vertical, 16, 8;\n\t}\n}\n\n//Cactus.\nIsSelected SpikeShotBoss\n{\n\tDrawBar \"CACTBAR\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tDrawBar \"CACTBR2\",\"BAREMPTY\",Ammo2,vertical,8,8;\n\tDrawBar \"COLTBARA\",\"NOBAR\",CactusItemAmmo,vertical,8,8;\n\tDrawBar \"NAPBARA\",\"NOBAR\",CactusMineFlag,vertical,16,8;\n}\n\n//Impactman\nIsSelected PileDriverBoss\n{\n\tDrawBar \"IMPABAR\", \"BAREMPTY\", Ammo1, Vertical, 16,8;\n\tDrawBar \"NAPBARA\", \"NOBAR\", PummelAmmo, Vertical, 16,8;\n\tDrawBar \"BARAMMO1\",\"BAREMPTY\",Ammo2,vertical,8,8;\n\tInInventory PummelCooldown,2\n\t{\n\t\tDrawBar \"BARFLS1\",\"NOBAR\",PummelCooldown,vertical,16,8;\n\t}\n}\n\n//Fuseman\nIsSelected ScrambleThunderBoss{Drawbar\"BARAMMFS\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\nDrawBar \"FUS1BAR\", \"BAREMPTY\", Ammo2, vertical, 8, 8;\nInInventory FuseAltAmmo, 80{DrawBar \"FUS1BARA\", \"VNOBAR\", Ammo2, vertical, 8, 8;}\nInInventory VoltekkerFlag, 1{DrawBar \"FUS1BARA\", \"VNOBAR\", Ammo2, vertical, 8, 8;}\n}\n\nIsSelected ScrambleDashBoss{Drawbar\"BARAMMFS\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\nDrawBar \"FUS2BAR\", \"BAREMPTY\", Ammo2, vertical, 8, 8;\nInInventory FuseAltAmmo, 40{DrawBar \"FUS2BARA\", \"VNOBAR\", Ammo2, vertical, 8, 8;}\n}\n\n//Dr. Wily\nIsSelected DrWeakBossClassWeapon\n{\n\tDrawBar \"WILYSBR1\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tDrawbar\"BAREMPTY\",\"WILYSBR2\",Ammo2, vertical, Reverse, 8, 8;\n\tInInventory WilyLungeCharge{DrawBar\"BARFLS1\",\"NOBAR\",WilyLungeCharge,vertical,16,8;}\n\tInInventory WilyRepairingTime{DrawBar\"BARFLS1\",\"NOBAR\",WilyRepairingTime,vertical,8,8;}\n\tInInventory WilyUser1Delay{DrawBar\"BARFLS1\",\"NOBAR\",WilyUser1Delay,vertical,8,8;}\n\tInInventory WilyUser2Delay{DrawBar\"BURSBAR\",\"NOBAR\",WilyUser2Delay,vertical,16,8;}\n}\n\n//Rockman\nIsSelected RockBusterBoss\n{\n\tDrawbar\"BARENERG\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n}\n\n//YD\nIsSelected YellowDevilBoss1, YellowDevilBoss2, YellowDevilBoss3 {\nDrawBar \"YDBAR\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\nDrawBar \"YDBAR2\", \"BAREMPTY\", DevilWarpAmmo, vertical, 8, 8;\n\nInInventory YDChargeInd, 124{Drawbar \"YDBALT\",\"NOBAR\",DevilWarpAmmo, vertical, 8, 8;}\nInInventory CutterFlag, 10 {Drawbar \"YDBALT\", \"NOBAR\", DevilWarpAmmo, vertical, 8, 8;}\n\n\tInInventory YDChargeInd,1\n\t{\n\t\tInInventory not YDChargeInd, 124\n\t\t{\n\t\t\tDrawbar \"YDBALT\",\"NOBAR\",YDChargeInd, vertical, 8, 8;\n\t\t}\n\t}\n}\n\n//Tango\nIsSelected TangoRollBoss\n{\n\tDrawbar\"BARAMTNG\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tDrawbar\"BARFLS1\",\"NOBAR\",TangoRollCooldown,vertical,16,8;\n\tDrawbar\"BARAMTNR\",\"BAREMPTY\",TangoAmmo,vertical,8,8;\n\tInInventory TangoBuffFlag,1\n\t{\n\t\tInInventory TangoAmmo2,1{Drawbar\"NOBAR\",\"NOBAR\",TangoAmmo2,vertical,8,8;}\n\t\tInInventory TangoAmmo2,2{Drawbar\"TANBAR\",\"NOBAR\",TangoAmmo2,vertical,8,8;}\n\t}\n}\n\n//Treble\nIsSelected TrebleBuster\n{\n\tDrawbar \"BARAMMTR\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tInInventory TrebleCharge, 1{DrawBar \"TRBBARB\", \"NOBAR\", TrebleCharge, vertical, 24, 8;}\n\tInInventory TrebleAltCooldown, 1{DrawBar \"PAKATBR2\", \"NOBAR\", TrebleAltCooldown, vertical, 24, 8;}\n\tInInventory TrebleMainCooldown, 1{DrawBar \"TRBBAR7\", \"NOBAR\", TrebleMainCooldown, vertical, 24, 8;}\n\tInInventory BaseCustomFlag1, 1{DrawImage \"T01SX0\", 290,32;}\n}\n\n//Doc Robot Mark 2\nIsSelected DocBusterMark2Boss\n{\n\tInInventory DocArsenalMark2U2Flag,1\n\t{\n\t\tDrawbar\"DMK2BC\", \"BAREMPTY\", DocMark2U2Stock, vertical, 16, 8;\n\t\tDrawBar\"BARFLS1\", \"NOBAR\", DocArsenalMark2U2Overlay, Vertical, 24, 8;\n\t\tDrawBar\"PAKATBAR\", \"NOBAR\", DocMark2U2HitCount, Vertical, 16, 8;\n\t}\n\telse\n\t{\n\t\tDrawbar\"DMK2BA\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\t}\n\tDrawbar\"DMK2BB\", \"BAREMPTY\", Ammo2, vertical, 8, 8;\n\tInInventory DocArsenalMark2Shield,2{DrawBar\"PAKATBAR\", \"NOBAR\", DocArsenalMark2Shield, Vertical, 8, 8;}\n}\n\n//Cloudman\nIsSelected ThunderBoltBoss\n{\n\tDrawbar\"B8AMM34\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tInInventory CloudCharge, 1{Drawbar\"BARFLS1\",\"NOBAR\",CloudCharge,Vertical,16,8;}\n\tDrawbar\"B1AMMO1\",\"BAREMPTY\",Ammo2,vertical,8,8;\n\tDrawbar\"PAKATBAR\",\"NOBAR\",CloudmanAltAmmo,Vertical,8,8;\n}\n\n//Diveman\nIsSelected DiveMissileBoss{\n\tDrawbar\"BARAMM10\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tDrawbar\"B1AMMO1\", \"BAREMPTY\", Ammo2, vertical, 8, 8;\n\tInInventory DiveUser1Delay, 1{Drawbar\"BARFLS1\",\"NOBAR\",DiveUser1Delay,Vertical,16,8;}\n\tInInventory DivemanItemFlag,2{DrawImage \"DIVIND2\",0,0;}\n\tInInventory DivemanItemFlag,3{DrawImage \"DIVEIND\",0,0;}\n\tInInventory DivemanAmmoBoost_P\n\t{\n\t\tDrawBar \"E2_A_BAR\", \"NOBAR\", DivemanAmmoBoost_P, vertical, 16, 8;\n\t\tDrawBar \"E2_A_BAR\", \"NOBAR\", DivemanAmmoBoost_P, vertical, 8, 8;\n\t}\n}\n\n//Crab\nInInventory IAmCrab\n{\n\tInInventory not CrabCoconutGunBoss { InInventory not CrabPulseRayBoss {\n\t\tInInventory not CrabOctoAnnihilatorBoss { InInventory not CrabEarthQuakerBoss {\n\t\t\tDrawbar\"CRABBAR\", \"BAREMPTY\", CrabUpgradeAmmo, vertical, 8, 8;\n\t\t\tInInventory CrabUpgradeAmmo, 175{Drawbar\"PAKATBAR\", \"NOBAR\", CrabUpgradeAmmo, vertical, 8, 8;}\n\t\t}}\n\t}}\n\tDrawbar\"BARAMM14\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tDrawBar\"PAKATBAR\",\"NOBAR\",Ammo2,vertical,16,8;\n\tDrawBar\"BURSBAR\",\"NOBAR\",CrabIsGoneAmmo,vertical,24,8;\n}\n\n//Peppino\nIsSelected PeppinoSpaghettiBoss\n{\n\tDrawbar\"PEPPBAR\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tDrawbar\"BARAMMO1\", \"BAREMPTY\", Ammo2, vertical, 8, 8;\n\tInInventory BaronHellGrabTimer,2{DrawBar \"BARFLS1\",\"NOBAR\",BaronHellGrabTimer,Vertical,16,8;}\n\tInInventory RunningTooFastAmmo, 28\n\t{\n\t\tDrawImage \"PPNODSHF\", 0, 0;\n\t}\n\tElse InInventory RunningTooFastAmmo, 24\n\t{\n\t\tDrawImage \"PPNODSH6\", 0, 0;\n\t}\n\tElse InInventory RunningTooFastAmmo, 20\n\t{\n\t\tDrawImage \"PPNODSH5\", 0, 0;\n\t}\n\tElse InInventory RunningTooFastAmmo, 16\n\t{\n\t\tDrawImage \"PPNODSH4\", 0, 0;\n\t}\n\tElse InInventory RunningTooFastAmmo, 12\n\t{\n\t\tDrawImage \"PPNODSH3\", 0, 0;\n\t}\n\tElse InInventory RunningTooFastAmmo, 8\n\t{\n\t\tDrawImage \"PPNODSH2\", 0, 0;\n\t}\n\tElse\n\t{\n\t\tDrawImage \"PPNODSH1\", 0, 0;\n\t}\n\tInInventory PeppinoComboPower\n\t{\n\t\tInInventory PeppinoComboCount, 5\n\t\t{\n\t\t\tDrawImage \"PPTVF0\", 250, 10;\n\t\t}\n\t\tElse InInventory PeppinoComboCount, 4\n\t\t{\n\t\t\tDrawImage \"PPTVE0\", 250, 10;\n\t\t}\n\t\tElse InInventory PeppinoComboCount, 3\n\t\t{\n\t\t\tDrawImage \"PPTVD0\", 250, 10;\n\t\t}\n\t\tElse InInventory PeppinoComboCount, 2\n\t\t{\n\t\t\tDrawImage \"PPTVC0\", 250, 10;\n\t\t}\n\t\tElse InInventory PeppinoComboCount, 1\n\t\t{\n\t\t\tDrawImage \"PPTVB0\", 250, 10;\n\t\t}\n\t\tElse\n\t\t{\n\t\t\tDrawImage \"PPTVA0\", 250, 10;\n\t\t}\n\t}\n\tElse\n\t{\n\t\tDrawImage \"PPTVA0\", 250, 10;\n\t}\n}\n\n//Vigilante\nIsSelected CheeseRevolverBoss\n{\n\tInInventory VigiRunLimit, 60\n\t{\n\t\tDrawImage \"PPNODSHF\", 0, 0;\n\t}\n\tElse InInventory VigiRunLimit, 50\n\t{\n\t\tDrawImage \"PPNODSH6\", 0, 0;\n\t}\n\tElse InInventory VigiRunLimit, 40\n\t{\n\t\tDrawImage \"PPNODSH5\", 0, 0;\n\t}\n\tElse InInventory VigiRunLimit, 30\n\t{\n\t\tDrawImage \"PPNODSH4\", 0, 0;\n\t}\n\tElse InInventory VigiRunLimit, 20\n\t{\n\t\tDrawImage \"PPNODSH3\", 0, 0;\n\t}\n\tElse InInventory VigiRunLimit, 10\n\t{\n\t\tDrawImage \"PPNODSH2\", 0, 0;\n\t}\n\tElse\n\t{\n\t\tDrawImage \"PPNODSH1\", 0, 0;\n\t}\n\tDrawBar\"VIGLBAR\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tDrawBar\"B3AMMO1\",\"BAREMPTY\",Ammo2,vertical,8,8;\n\tInInventory VigilanteAltCharge,2\n\t{\n\t\tDrawBar\"BARFLS1\",\"NOBAR\",VigilanteAltCharge,vertical,8,8;\n\t}\n}\n\n//MWS\nIsSelected WaterHarpoonBoss\n{\n\tDrawbar \"MWSC3BAR\", \"BAREMPTY\", Ammo1, Vertical,16,8;\n\tDrawbar \"BARAMMO1\", \"BAREMPTY\", Ammo2, Vertical,8,8;\n}\n\n//Quint\nIsSelected QuintQR2Hero, QuintEnergyConverter\n{\n\tDrawbar\"QUIBAR5\", \"BAREMPTY\", Base112Ammo, vertical, 16, 8;\n\tDrawbar\"QUIBAR\", \"BAREMPTY\", QuintGemEnergyRegenAmmo, vertical, 8, 8;\n\tInInventory QuintNoAmmoSpeed, 1\n\t{\n\t\tDrawbar \"BARFLS1\",\"NOBAR\",QuintGearCooldownInv,vertical,16,8;\n\t}\n\tInInventory QuintDashLimit, 1\n\t{\n\t\tDrawbar \"QUIDASL\",\"NOBAR\",QuintDashLimit,vertical,16,8;\n\t}\n\tInInventory QuintGemEnergy,0{\n\tDrawImage\"SHOHICON\",8,64;\n\tDrawNumber 8, CMBHRFONT, GREEN, QuintGemEnergy, 19, 64, 0, GREEN, 1, GREEN, 8;\n\t}\n\tInInventory QuintHasVulcanBurstFlag,1{DrawImage\"VLBRICON\",0,8;}\n\tInInventory QuintHasRecursiveBomberFlag,1{DrawImage\"RBOMICON\",0,16;}\n\tInInventory QuintHasDreamTwinsFlag,1{DrawImage\"TWDRICON\",0,24;}\n\tInInventory QuintHasSurgeBinderFlag,1{DrawImage\"SRBNICON\",0,32;}\n\tInInventory QuintHasDrillShredderFlag,1{DrawImage\"DRSLICON\",0,40;}\n\tInInventory QuintHasSonicBoomerangFlag,1{DrawImage\"SNBMICON\",0,48;}\n\tInInventory QuintHasTimeWrapFlag,1{DrawImage\"TMWRICON\",0,56;}\n\tInInventory QuintHasSnakeCommandoFlag,1{DrawImage\"SACMICON\",0,64;}\n\n\tInInventory QuintShopFlag,1{\n\tDrawImage\"VLBRICON\",8, 72;\n\tInInventory ShopSelectFlag,1{DrawImage\"RBOMICON\",8, 72;}\n\tInInventory ShopSelectFlag,2{DrawImage\"TWDRICON\",8, 72;}\n\tInInventory ShopSelectFlag,3{DrawImage\"SRBNICON\",8, 72;}\n\tInInventory ShopSelectFlag,4{DrawImage\"DRSLICON\",8, 72;}\n\tInInventory ShopSelectFlag,5{DrawImage\"SNBMICON\",8, 72;}\n\tInInventory ShopSelectFlag,6{DrawImage\"TMWRICON\",8, 72;}\n\tInInventory ShopSelectFlag,7{DrawImage\"SACMICON\",8, 72;}\n\t}\n\n\tInInventory AttackIndFlag{\n\tInInventory QuintOnSakugarneFlag,1{DrawImage\"QUINATK2\",0,175;}\n\tElse {DrawImage \"QUINATK1\", 0, 175;}\n\t}\n}\n\n//Plantman\nIsSelected PlantBarrierBoss\n{\n\tInInventory AttackIndFlag{DrawImage \"PLAATK\", 0, 175;}\n\tDrawbar\"B4AM201\", \"BAREMPTY\", SeedsAmmo, vertical, 8, 8;\n\tDrawbar\"B1AMM28\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tInInventory ShieldCheck, 1\n\t{\n\t\tDrawBar \"BARFLS7\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\t}\n}\n\n//Isaac\nWeaponAmmo BombsYouWantIt\n{\n\tDrawBar \"BARAMM60\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tDrawbar\"PLUGSBAR\",\"BAREMPTY\",Ammo2, vertical, 8, 8;\n}\n\n//PEPSI MAN!!!!!!!\nIsSelected PepsiAdWep\n{\n\tDrawbar\"B7AMMO1\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tDrawbar\"B1AMM16\", \"BAREMPTY\", Ammo2, vertical, 8, 8;\n\tInInventory PepsiCharge,2\n\t{\n\t\tDrawBar \"PAKATBAR\",\"NOBAR\",PepsiCharge,vertical,16,8;\n\t}\n}\n\n//Quick Man\nIsSelected QuickBoomerangBoss1, QuickBoomerangBoss2\n{\n\tIsSelected QuickBoomerangBoss2\n\t{\n\t\tInInventory QuickmanAmmo,8{DrawBar\"B14AMM13\",\"BAREMPTY\",QuickmanAmmo,vertical,16,8;}\n\t\telse {Drawbar\"B14AMM11\", \"BAREMPTY\", QuickmanAmmo, vertical, 16, 8;}\n\t}\n\telse\n\t{\n\t\tInInventory QuickmanAmmo,8{DrawBar\"B4AMM13\",\"BAREMPTY\",QuickmanAmmo,vertical,16,8;}\n\t\telse {Drawbar\"B14AMM11\", \"BAREMPTY\", QuickmanAmmo, vertical, 16, 8;}\n\t}\n\tDrawbar\"B7ENER\", \"BAREMPTY\", TooSlowAmmo, vertical, 8, 8;\n}\n\n//Soldier\nIsSelected SoldierClassWeapon, SoldierClassWeaponAlt\n{\n\tDrawBar\"B4AMMO1\",\"BAREMPTY\",SoldierRocketStock,vertical,16,8;\n\tDrawBar \"B1AMMO5\",\"BAREMPTY\",SoldierHornAmmo, vertical, 8, 8;\n\tInInventory SoldierHornHeatUp,1{Drawbar \"BARFLS1\",\"NOBAR\",SoldierHornHeatUp, vertical, 8, 8;}\n\tDrawBar \"NAPBARA\",\"NOBAR\",SoldierKillStock,vertical,24,8;\n}\n\n//King Knight\nInInventory IsKingKnight\n{\n\tDrawbar \"B_BRKING\",\"NOBAR\",Health,vertical,24,8;\n\tDrawBar\"B_BRKAMO\",\"B_BRKGN2\",KingKnightGoldAmmo,vertical,16,12;\n\tDrawImage\"B_BRKGAN\",16,8;\n\tInInventory BubbleFrogPowerProtection{DrawBar\"PAKATBAR\",\"NOBAR\",BubbleFrogPowerProtection,vertical,24,8;}\n\tInInventory KingKnightGloveHoldAmmo{DrawBar\"PAKATBAR\",\"NOBAR\",KingKnightGloveHoldAmmo,vertical,24,8;}\n}\n\n//Propeller Knight\nIsSelected PropellerSword\n{\n\tDrawbar\"BARAMMO4\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tDrawbar\"GCWBR3\", \"BAREMPTY\", Ammo2, vertical, 8, 8;\n\tInInventory PropellerSlashCharge,1{Drawbar\"PAKATBAR\",\"NOBAR\",PropellerSlashCharge, vertical, 16, 8;}\n}\n\n//Treasure Knight\nIsSelected AnchorRelicBoss\n{\n\tDrawbar\"TKBAR1\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tDrawbar\"B1AMMO1\", \"BAREMPTY\", Ammo2, vertical, 8, 8;\n\tInInventory TreasureKnightAltDelay{DrawBar \"PAKATBAR\",\"NOBAR\",TreasureKnightAltDelay,vertical,16,8;}\n}\n\n//Shovel Knight\nIsSelected ShovelKnightShovelBoss\n{\n\tDrawbar\"SKBAR1\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tDrawbar\"B2AMMO1\", \"BAREMPTY\", Ammo2, vertical, 8, 8;\n\tDrawbar \"PAKATBAR\",\"NOBAR\",ShovelUser2Ammo, vertical, 8, 8;\n\tInInventory ShovelKnightMainCharge,1{Drawbar\"PAKATBAR\",\"NOBAR\",ShovelKnightMainCharge, vertical, 16, 8;}\n}\n\n//Scott Cawthon\nIsSelected ScottAlarmBoss\n{\n\tDrawbar\"SCTHBR1\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tDrawbar\"B1AMMO1\", \"BAREMPTY\", Ammo2, vertical, 8, 8;\n\tInInventory ScottAltCooldown,1{Drawbar\"PAKATBAR\",\"NOBAR\",ScottAltCooldown, vertical, 16, 8;}\n\tInInventory ScottUser2Health,1{Drawbar\"PAKATBAR\",\"NOBAR\",ScottUser2Health, vertical, 8, 8;}\n}\n\n//Duo\nIsSelected DuoFistRevoRemix\n{\n\tDrawbar\"DUORRBAR\", \"DUBREMPT\", ForGreatJusticeAmmo, vertical, 16, 8;\n\tDrawbar\"DUOR2BAR\", \"BAREMPTY\", SpeedAndWeightAmmo, vertical, 8, 8;\n\tInInventory DuoShieldTimer,1{Drawbar\"PAKATBAR\",\"NOBAR\",DuoShieldTimer, vertical, 16, 8;}\n}\n\n//Deathman\nIsSelected DeathBusterBoss\n{\n\tDrawBar \"B7AMMO1\",\"BAREMPTY\",Ammo1,Vertical,16,8;\n\tDrawBar \"B1AMM16\",\"BAREMPTY\",Ammo2,Vertical,8,8;\n\tInInventory DeathBusterCooldown,1\n\t{\n\t\tDrawBar\"BARFLS1\",\"NOBAR\",DeathBusterCooldown,vertical,8,8;\n\t}\n\tDrawbar\"PAKATBAR\",\"NOBAR\",DeathmanFakeDeathAmmo, Vertical, 8, 8;\n\tInInventory DeathBusterCharge,1{Drawbar\"PAKATBAR\",\"NOBAR\",DeathBusterCharge, vertical, 16, 8;}\n}\n\n//Metal Man\nInInventory IsMetalMan\n{\n\tDrawbar\"MEMNBR\",\"BAREMPTY\",MetalManiacAmmo,vertical,16,8;\n\tDrawbar\"B1AMMO1\", \"BAREMPTY\", MetalManForgingAmmo, vertical, 8, 8;\n\tInInventory MetalForgeTimer,1{Drawbar\"PAKATBAR\",\"NOBAR\",MetalForgeTimer, vertical, 8, 8;}\n}\n\n//Crystal Man\nIsSelected CrystalEyeBoss\n{\n\tDrawBar \"B7AMM25\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tInInventory CrystalU1Delay,1{DrawBar \"PAKATBAR\", \"NOBAR\", CrystalU1Delay, vertical, 16,8;}\n\tDrawbar \"CRYSTBAR\", \"BAREMPTY\", Ammo2, vertical, 8, 8;\n}\n\n//Coronaman\nWeaponAmmo CoronaAmmo28\n{\n\tDrawbar\"CORONBR1\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tDrawbar\"CORONBR2\",\"BAREMPTY\",Ammo2,vertical,8,8;\n}\n\n//Mars\nWeaponAmmo MarsRedAmmo\n{\n\tIsSelected PhotonMissileBoss1\n\t{\n\t\tDrawBar \"BARAMM75\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\t\tDrawBar \"B3AMM79\", \"BAREMPTY\", Ammo2, vertical, 8, 8;\n\t}\n\telse\n\t{\n\t\tDrawBar \"B6AMM75\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\t\tInInventory MarsOrangeAmmo, 24\n\t\t{\n\t\t\tDrawBar \"B1AMM79\", \"BAREMPTY\", Ammo2, vertical, 8, 8;\n\t\t}\n\t\telse\n\t\t{\n\t\t\tDrawBar \"B1AMM32\", \"BAREMPTY\", Ammo2, vertical, 8, 8;\n\t\t}\n\t}\n\tDrawBar\"BARFLS1\", \"NOBAR\", MarsTreadAmmo, Vertical, 16, 8;\n}\n\n//Dr. Jekyll and Mr. Hyde\nInInventory IsJekyll\n{\n\tDrawBar \"JEKBAR1\",\"BAREMPTY\",Ammo1,vertical,8,8;\n\tDrawBar \"JEKBAR2\",\"BAREMPTY\",Ammo2,vertical,16,8;\n\tInInventory JekyllAltDelay,1\n\t{\n\t\tDrawBar \"BARFLS1\",\"NOBAR\",JekyllAltDelay,vertical,8,8;\n\t}\n\tInInventory JekylLU2Delay,1\n\t{\n\t\tDrawBar \"BARFLS1\",\"NOBAR\",JekylLU2Delay,vertical,16,8;\n\t}\n\tInInventory HydeBloodlust,1\n\t{\n\t\tDrawbar\"JEKBAR3\", \"NOBAR\", HydeBloodlust, vertical, 16, 8;\n\t}\n}\n\n//Terra\nIsSelected TerraRadizBoss\n{\n\tDrawBar \"TERBAR1\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tDrawBar \"PAKATBAR\",\"NOBAR\",TerraSparkChaserThrowAmmo,vertical,16,8;\n\tDrawBar \"TERBAR2\", \"BAREMPTY\", Ammo2, vertical, 8, 8;\n\tDrawBar \"PAKATBAR\",\"NOBAR\",SparkFlashCooldown,vertical,8,8;\n}\n\n//Fakeman\nIsSelected FakeRevolverBoss\n{\n\tInInventory FakemanRevolverAmmo, 0 { DrawImage \"FSTOK0\", 16, 72; }\n\tInInventory FakemanRevolverAmmo, 1 { DrawImage \"FSTOK1\", 16, 72; }\n\tInInventory FakemanRevolverAmmo, 2 { DrawImage \"FSTOK2\", 16, 72; }\n\tInInventory FakemanRevolverAmmo, 3 { DrawImage \"FSTOK3\", 16, 72; }\n\tInInventory FakemanRevolverAmmo, 4 { DrawImage \"FSTOK4\", 16, 72; }\n\tInInventory FakemanRevolverAmmo, 5 { DrawImage \"FSTOK5\", 16, 72; }\n\tInInventory FakemanRevolverAmmo, 6 { DrawImage \"FSTOK6\", 16, 72; }\n\tDrawBar \"FAKEBAR1\",\"BAREMPTY\",Ammo2,vertical,16,8;\n\tInInventory Not CutterFlag{ DrawImage \"FAKBR2L\", 16, 8; }\n}\n\n//Toadman\nIsSelected RainFlushBoss\n{\n\tDrawBar \"CORONBR2\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tDrawBar \"PAKATBAR\",\"NOBAR\",ToadmanTongueCooldown,vertical,16,8;\n\tDrawBar \"B1AMMO1\",\"TDBREMPT\",Ammo2,vertical,8,8;\n\tInInventory ToadmanPoisonAmmo, 54{Drawbar\"BARFLS1\", \"NOBAR\", ToadmanPoisonAmmo, vertical, 8, 8;}\n}\n\n//Saturn\nIsSelected SaturnBlackHole\n{\nDrawBar \"SATUBR\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\nDrawBar \"B1AMM66\",\"BAREMPTY\",Ammo2,vertical,8,8;\nDrawBar \"BARFLS1\", \"NOBAR\", SaturnAltfireAbsorbAmount, vertical, 16, 8;\nDrawBar \"TRBBAR7\", \"NOBAR\", SaturnAltfireTimer, vertical, 16, 8;\nInInventory SaturnRingHitFlag,1{DrawBar \"PAKATBAR\",\"NOBAR\",SaturnRingHitFlag,Vertical,16,8;}\n}\n\n//Dark Man 2\nIsSelected Darkman2Weapon\n{\nDrawBar \"CRABBAR\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\nDrawBar \"BASSBR\",\"BAREMPTY\",Ammo2,vertical,8,8;\nDrawBar \"BARFLS1\", \"NOBAR\", DarkMan2Hold, vertical, 16, 8;\nDrawBar \"PAKATBAR\",\"NOBAR\",DarkMan2BlockAmount,vertical,16,8;\n}\n\n//Air Man\nIsSelected AirShooterQR1Boss\n{\nDrawbar\"SAPTBR\",\"BAREMPTY\",Ammo1,vertical,16,8;\nDrawBar\"AIRMNBR\",\"BAREMPTY\",Ammo2,vertical,8,8;\n}\n\n//HexaGlitcher\nIsSelected HexaWeapon\n{\n\tDrawbar\"B2AMM16\", \"BAREMPTY\", Ammo1, vertical, 8, 8;\n\tDrawbar\"B1AMMO1\", \"BAREMPTY\", Ammo2, vertical, 16, 8;\n\tDrawBar \"PAKATBAR\",\"NOBAR\",SwingsetCoolDown,vertical,24,8;\n}\n\nIsSelected CopyRobotBuster\n{\nDrawbar\"CPRBAR1\",\"BAREMPTY\",Ammo1,vertical,16,8;\nDrawbar\"CPRBAR2\",\"BAREMPTY\",Ammo2,vertical,8,8;\n}\n\n//Shadow Man\nIsSelected TheArtOfTheNinja\n{\nDrawbar\"B5AMMO7\",\"BAREMPTY\",ShadowmanMainfireAmmo,vertical,16,8;\nDrawBar \"FAKBR2L\",\"NOBAR\",Ammo2,vertical,16,8;\n}\n\n//Centaur Man\nIsSelected CentaurFlashBoss\n{\nDrawbar\"B6AMM26\",\"BAREMPTY\",Ammo1,vertical,16,8;\nDrawBar\"B1AMMO1\",\"BAREMPTY\",Ammo2,vertical,8,8;\nDrawBar\"PAKATBAR\",\"NOBAR\",CentaurmanArrowCharge,vertical,16,8;\n}\n\n//Tomahawk Man\nIsSelected AmericanBoss\n{\nDrawbar\"B4AMM29\",\"BAREMPTY\",Ammo1,vertical,16,8;\nDrawBar\"TOMAHBAR\",\"BAREMPTY\",Ammo2,vertical,8,8;\nDrawBar\"PAKATBAR\",\"NOBAR\",TomHoldCount,vertical,8,8;\nDrawBar\"PAKATBAR\",\"NOBAR\",TomUser1DelayCount,vertical,16,8;\n}\n\n//Jotaro\nIsSelected StarPlatinumUser\n{\nDrawbar\"JOJOBAR4\",\"JOJOBAR5\",JotaroStandHealth,vertical,33,22;\nDrawbar\"JOTRBAR\",\"BAREMPTY\",OraOraAmmo,vertical,16,8;\nDrawBar\"JTR2BAR\",\"BAREMPTY\",StarChargeAmmo,vertical,8,8;\nDrawBar\"PAKATBAR\",\"NOBAR\",JotaroHoldCount,vertical,16,8;\n}\n\n//Wammu\nIsSelected WhamWindFists\n{\nDrawbar\"WAMUUBAR\",\"BAREMPTY\",WhamWindAmmo,vertical,16,8;\nDrawbar\"JOJOBAR4\",\"JOJOBAR5\",WhamModeAmmo,vertical,33,22;\n}\n\n//Kira\nIsSelected KiraWeapon\n{\nDrawbar\"JOJOBAR4\",\"JOJOBAR5\",KiraStandHealth,vertical,33,22;\nDrawbar\"KIRABAR\",\"BAREMPTY\",KiraAltfireAmmo,vertical,16,8;\n}\n\n//Secco\nIsSelected SeccoWeapon\n{\n\tDrawbar\"SECCOBAR\",\"BAREMPTY\",SeccoMainfireCount,vertical,16,8;\n\tDrawbar\"JOJOBAR4\",\"JOJOBAR5\",SeccoAltfireAmmo,vertical,33,22;\n}\n\n//Foo Fighters\nIsSelected FooFightersGun\n{\n\tDrawbar\"JOJOBAR4\",\"JOJOBAR5\",FooFightersGunAmmo,vertical,33,22;\n\tInInventory FooFightersCooldown, 2{DrawBar \"BARFLS1\", \"NOBAR\", FooFightersCooldown, vertical, 24, 8;}\n}\n\n//Wekapipo\nIsSelected WreckingBallBossJ\n{\n\tDrawbar\"WEKAPBAR\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tDrawbar\"JOJOBAR4\",\"JOJOBAR5\",Ammo2,vertical,33,22;\n}\n\n//Maestro\nIsSelected MaestroBuster,MegaBuster_Campaign\n{\nInInventory MeleeMode, 1{DrawImage \"MAEICN1\", 16, 64;}\nElse InInventory RangedMode, 1{DrawImage \"MAEICN2\", 16, 64;}\nElse InInventory PowerMode, 1{DrawImage \"MAEICN3\", 16, 64;}\nElse InInventory RapidMode, 1{DrawImage \"MAEICN4\", 16, 64;}\nElse InInventory GuardMode, 1{DrawImage \"MAEICN5\", 16, 64;}\n\tDrawbar\"B3AM202\", \"BAREMPTY\", MaestroBNAmmo, vertical, 16, 8;\n\tInInventory MaestroChipSelected\n\t{\n\t\tDrawBar \"BARFLS1\", \"NOBAR\", MaestroBNAmmo, vertical, 16, 8;\n\t}\n\tInInventory CopyVisionFlag, 1\n\t{\n\t\tInInventory CopyVisionIndFlicker, 1 {\n\t\t\tDrawImage \"COPYXIND\", 260, 30;\n\t\t}\n\t\tElse {\n\t\t\tDrawImage \"COPYX0\", 260, 30;\n\t\t}\n\t}\n}\n\n//Dr. Light\nWeaponAmmo DrRightAmmo&&LightSentryAmmo\n{\n\tDrawBar \"LIGHBAR1\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tDrawbar\"B1AMMO1\",\"BAREMPTY\",Ammo2, vertical, 8, 8;\n\tInInventory LightCapsuleUpFlag,1{Drawbar\"PAKATBAR\",\"NOBAR\",LightCapsuleUpFlag, vertical, 8, 8;}\n}\n\n//Rhyhtm Man\nInInventory IsRhythmMan\n{\n\tDrawBar \"RYTHMBRF\",\"RYTHMBRE\",Ammo1,vertical,0,0;\n}\n\n//Misc\nInInventory IsFromMM11\n{\nInInventory IsInvunFlag,1{DrawBar\"ARMBAR4\",\"NOBAR\",Health,vertical,24,8;\nDrawBar\"ARMBAR4\",\"NOBAR\",IsInvunFlag,vertical,24,8;}\n}\nelse\n{\nInInventory IsInvunFlag,1{DrawBar\"0H_I_BAR\",\"NOBAR\",Health,vertical,24,8;\nDrawBar\"0H_M_BAR\",\"NOBAR\",IsInvunFlag,vertical,24,8;}\n}\n\nInInventory IsFromMM11\n{\nInInventory ArchvileAllyArmor,1{DrawBar \"ARMBAR5\",\"NOBAR\",Health,vertical,24,8;}\n}\nelse\n{\nInInventory ArchvileAllyArmor,1{DrawBar \"BARFLS1\",\"NOBAR\",Health,vertical,24,8;}\n}\n\nInInventory BasicArmor,1{\n\tDrawNumber 4,CMBHRFONT,DarkGray,Armor,alignment(left),31,40;\n\tDrawNumber 4,CMBHRFONT,DarkGray,SavePercent,alignment(left),31,46;\n\tInInventory BossBasicArmorAmount,1{DrawBar\"BARAMT31\",\"NOBAR\",Armor BossBasicArmorAmount,vertical,24,8;}\n\tElse InInventory IsFromMM11{DrawBar \"ARMBAR2\", \"NOBAR\", Armor, vertical, 24, 8;}\n\telse{DrawBar\"BARAMT31\",\"NOBAR\",Armor,vertical,24,8;}\n}\n\n//Assists\nInInventory RushJetCounter, 5{DrawImage \"RUSHH2H8\", 290,16;}\nInInventory RushJetCounter, 1{DrawImage \"RUSHOUT\", 290,16;}\nInInventory RushMarineCounter, 1{InInventory IsUnderWater, 1{\n\t\tInInventory RushMarineCounter, 5{DrawImage \"RUSHO0\", 290,8;}\n\t\tInInventory RushMarineCounter, 1{DrawImage \"RUSHMOUT\", 290,8;}}\n\tInInventory Not IsUnderWater, 1{DrawImage \"RUSHP0\", 290,8;}}\n\nInInventory BeatCallCheck, 1{DrawImage \"BEATD0\", 298,16;}\nInInventory BeatCounter, 5{DrawImage \"BEATB8B2\", 298,16;}\nInInventory BeatCounter, 1{DrawImage \"BEATOUT\",298,16;}\nInInventory BeatSupportActivated, 1{DrawImage \"BSPTA0\",314,16;}\nInInventory BeatSupportFired, 1 {DrawImage \"BSPTB0\",314,16;}\nInInventory Flashed, 1{DrawImage \"FBLIND\", -30,-20;}\nInInventory EnergyBalancerActive, 1{DrawImage \"NRGOUT\", 267, 10;}\n\n\t//Copyweps//\n\n//MM1 Bars\nIsSelected RollingCutterWepC{Drawbar\"BARAMMO1\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected SuperArmWepC{Drawbar\"BARAMMO2\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected IceSlasherWepC{Drawbar\"BARAMMO3\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected HyperBombWepC{Drawbar\"BARAMMO4\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected FireStormWepC{Drawbar\"BARAMMO5\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected ThunderBeamWepC{Drawbar\"BARAMMO6\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected TimeSlowWepC{DrawBar\"BARAMMO7\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected OilSliderWepC{DrawBar\"BARAMMO8\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tInInventory OilSliderFlag,1{DrawBar\"BARFLS1\",\"NOBAR\",OilSliderFlag,vertical,16,8;}}\n\n//MM2\nIsSelected MetalBladeWepC{Drawbar\"BARAMMO9\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected AirShooterWepC{Drawbar\"BARAMM10\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected BubbleLeadWepC{Drawbar\"BARAMMO1\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected QuickBoomerangWepC{Drawbar\"BARAMM11\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected CrashBombWepC{Drawbar\"BARAMM12\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected TimeStopperWepC{Drawbar\"BARAMMO7\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected AtomicFireWepC{Drawbar\"BARAMM13\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tInInventory WeaponCharge,70{DrawBar\"BARFLS2\",\"BAREMPTY\",Ammo1,vertical,16,8;}}\nIsSelected LeafShieldWepC{Drawbar\"BARAMMO4\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tInInventory ShieldCheck,1{DrawBar\"BARFLS1\",\"NOBAR\",LeafShieldCharge,vertical,16,8;}}\n\n//MM3\nIsSelected NeedleCannonWepC{Drawbar\"BARAMMO2\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected MagnetMissileWepC{Drawbar\"BARAMM14\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected GeminiLaserWepC{Drawbar\"BARAMM15\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected HardKnuckleWepC{Drawbar\"BARAMM16\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected TopSpinWepC{Drawbar\"BARAMM17\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tInInventory DizzyAmount, 2{DrawBar \"BARFLS4\", \"BAREMPTY\", DizzyAmount, vertical, 16, 8;}\n\tInInventory DizzyAmount, 1{DrawBar \"BARFLS1\", \"NOBAR\", DizzyAmount, vertical, 16, 8;}\n}\nIsSelected SearchSnakeWepC{Drawbar\"BARAMMO4\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected SparkShockWepC\n{\nDrawbar\"BARAMM12\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tInInventory SparkShockCharge,2{DrawBar \"BARFLS1\",\"NOBAR\",SparkShockCharge,Vertical,16,8;}\n}\nIsSelected ShadowBladeWepC{Drawbar\"BARAMMO7\",\"BAREMPTY\",Ammo1,vertical,16,8;}\n\n//MM4\nIsSelected FlashStopperWepC{Drawbar\"BARAMM18\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected RainFlushWepC{Drawbar\"BARAMM19\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected DrillBombWepC{Drawbar\"BARAMM14\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected PharaohShotWepC{Drawbar\"BARAMM20\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tInInventory WeaponCharge,78{DrawBar\"BARFLS4\",\"BAREMPTY\",Ammo1,vertical,16,8;}\n\telse InInventory PharaohCharge,1{DrawBar\"BARFLS1\",\"NOBAR\",PharaohCharge,vertical,16,8;}}\nIsSelected RingBoomerangWepC{Drawbar\"BARAMMO9\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected DustCrusherWepC{Drawbar\"BARAMMO1\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected DiveMissileWepC{Drawbar\"BARAMM10\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected SkullbarrierWepC{Drawbar\"BARAMM21\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tInInventory SkullBarrierCooldown,1{DrawBar\"BARAMM65\",\"BAREMPTY\",Ammo1,vertical,16,8;}}\n\n//MM5\nIsSelected GravityHoldWepC{Drawbar\"BARAMM18\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected WaterWaveWepC{Drawbar\"BARAMM10\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected PowerStoneWepC{Drawbar\"BARAMM22\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected GyroAttackWepC{Drawbar\"BARAMMO4\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected StarCrashWepC{Drawbar\"BARAMM23\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tInInventory ShieldCheck,1{DrawBar\"BARFLS6\",\"BAREMPTY\",Ammo1,vertical,16,8;}}\nIsSelected ChargeKickWepC{Drawbar\"BARAMM12\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected NapalmBombWepC{Drawbar\"BARAMM24\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected CrystalEyeWepC{Drawbar\"BARAMM25\",\"BAREMPTY\",Ammo1,vertical,16,8;}\n\n//MM6\nIsSelected BlizzardAttackWepC{Drawbar\"BARAMM15\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected CentaurFlashWepC{Drawbar\"BARAMM26\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected FlameBlastWepC{Drawbar\"BARAMM20\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected KnightCrushWepC{Drawbar\"BARAMM27\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected PlantbarrierWepC{Drawbar\"BARAMM28\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tInInventory ShieldCheck,1{DrawBar\"BARFLS7\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\t\tDrawBar\"6E_A_BAR\",\"NOBAR\",Health,vertical,24,8;}}\nIsSelected SilverTomahawkWepC{Drawbar\"BARAMM29\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected WindStormWepC{Drawbar\"BARAMMO1\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected YamatoSpearWepC{Drawbar\"BARAMM30\",\"BAREMPTY\",Ammo1,vertical,16,8;}\n\n//MM7\nIsSelected FreezeCrackerWepC{Drawbar\"BARAMM31\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected JunkShieldWepC{Drawbar\"BARAMM32\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tInInventory JunkShieldCharge,1{DrawBar\"BARFLS1\",\"NOBAR\",JunkShieldCharge,vertical,16,8;}}\nIsSelected DangerWrapWepC{Drawbar\"BARAMM33\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected ThunderBoltWepC{Drawbar\"BARAMM34\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected WildCoilWepC{Drawbar\"BARAMM35\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tInInventory WeaponCharge,23{DrawBar\"BARFLS9\",\"BAREMPTY\",Ammo1,vertical,16,8;}}\nIsSelected SlashClawWepC{Drawbar\"BARAMM36\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected NoiseCrushWepC{Drawbar\"BARAMM37\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tInInventory WeaponCharge,1{DrawBar\"BARFLS10\",\"BAREMPTY\",Ammo1,vertical,16,8;}}\nIsSelected ScorchWheelWepC{Drawbar\"BARAMM38\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tInInventory WheelCount,1{DrawBar\"BARFLS1\",\"NOBAR\",WheelCount,vertical,16,8;}}\n\n//MM8\nIsSelected MegaBallWepC{Drawbar\"BARAMM39\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected TornadoHoldWepC{Drawbar\"BARAMM40\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected AstroCrushWepC{Drawbar\"BARAMM41\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected FlameSwordWepC{Drawbar\"BARAMM42\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected ThunderClawWepC{Drawbar\"BARAMM43\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected HomingSniperWepC{Drawbar\"BARAMM44\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tInInventory WeaponCharge,35{DrawBar\"BARFLS11\",\"BAREMPTY\",Ammo1,vertical,16,8;}}\nIsSelected IceWaveWepC{DrawBar\"BARAMM45\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected FlashBombWepC{Drawbar\"BARAMM46\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected WaterBalloonWepC{Drawbar\"BARAMM47\",\"BAREMPTY\",Ammo1,vertical,16,8;}\n\n//MMB\nIsSelected TenguBladeWepC{Drawbar\"BARAMMO1\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected CopyVisionWepC{Drawbar\"BARAMM52\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected LightningBoltWepC{Drawbar\"BARAMM53\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected IceWallWepC{Drawbar\"BARAMM54\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected SpreadDrillWepC{DrawBar\"BARAMM55\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected RemoteMineWepC{Drawbar\"BARAMM56\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tInInventory WeaponCharge,5{DrawBar\"BARFLS14\",\"BAREMPTY\",Ammo1,vertical,16,8;}}\nIsSelected WaveBurnerWepC{Drawbar\"BARAMM57\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected MagicCardWepC{Drawbar\"BARAMM58\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected TrebleBoost{Drawbar\"BARAMM59\",\"BAREMPTY\",Ammo1,vertical,16,8;}\n\n//MM9\nIsSelected PlugBallWepC{DrawBar\"BARAMM60\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected LaserTridentWepC{DrawBar\"BARAMM61\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected TornadoBlowWepC{DrawBar\"BARAMM68\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected JewelSatelliteWepC{DrawBar\"BARAMM63\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tInInventory JewelShieldCheck,1{DrawBar\"BARFLS1\",\"NOBAR\",JewelShieldCheck,vertical,16,8;}}\nIsSelected MagmaBazookaWepC{DrawBar\"BARAMM64\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tInInventory WeaponCharge,19{DrawBar\"BARFLS13\",\"BAREMPTY\",Ammo1,vertical,16,8;}}\nIsSelected ConcreteShotWepC{DrawBar\"BARAMM65\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected BlackHoleBombWepC{DrawBar\"BARAMM66\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tInInventory BlackHoleBombCooldown,1{DrawBar\"BARFLS15\",\"BAREMPTY\",Ammo1,vertical,16,8;}}\nIsSelected HornetchaserWepC{DrawBar\"BARAMM67\",\"BAREMPTY\",Ammo1,vertical,16,8;}\n\n//MM10\nIsSelected TripleBladeWepC {DrawBar \"BARAMM6A\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected WaterShieldWepC {DrawBar \"BARAMM69\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tInInventory WaterShieldCheck, 1 {DrawBar \"BARFLS1\", \"NOBAR\", WaterShieldCheck, vertical, 16, 8;}}\nIsSelected CommandoBombWepC {DrawBar \"BARAMM70\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\n\t//InInventory CommandoCooldown {DrawBar \"BARFLS1\", \"NOBAR\", CommandoCooldown, vertical, 16, 8;}}\nIsSelected ChillSpikeWepC {DrawBar \"BARAMM71\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected ThunderWoolWepC {DrawBar \"BARAMM72\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected ReboundStrikerWepC {DrawBar \"BARAMM73\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected WheelCutterWepC {DrawBar \"BARAMM74\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tInInventory WheelCutterCheck, 1 {DrawBar \"BARFLS1\", \"NOBAR\", WheelCutterCheck, vertical, 16, 8;}}\nIsSelected SolarBlazeWepC {DrawBar \"BARAMM75\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\n\n//MMV\nIsSelected SparkChaserWepC {DrawBar \"BARAMM76\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected GrabBusterWepC {DrawBar \"BARAMM77\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected BubbleBombWepC {DrawBar \"BARAMM78\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected PhotonMissileWepC {DrawBar \"BARAMM79\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tInInventory PhotonMissileCharge, 1 {DrawBar \"BARFLS1\", \"NOBAR\", PhotonMissileCharge, vertical, 16, 8;}}\nIsSelected SaltWaterWepC {DrawBar \"BARAMM80\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected ElectricShockWepC {DrawBar \"BARAMM81\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}\nIsSelected BlackHoleWepC {DrawBar \"BARAMM82\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tInInventory BlackHoldAmmo, 1\t{DrawBar \"BARFLS1\", \"NOBAR\", BlackHoldAmmo, vertical, 16, 8;}}\nIsSelected DeepDiggerWepC {DrawBar \"BARAMM83\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tInInventory DeepDiggerFlagL, 1 {DrawBar \"BARFLS1\", \"NOBAR\", DeepDiggerFlagL, vertical, 16, 8;}\n\tInInventory DeepDiggerFlagR, 1 {DrawBar \"BARFLS1\", \"NOBAR\", DeepDiggerFlagR, vertical, reverse, 16, 8;}}\nIsSelected BreakDashWepC {DrawBar \"BARAMM84\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tInInventory WeaponCharge, 23 {DrawBar \"BARFLS17\", \"BAREMPTY\", Ammo1, vertical, 16, 8;}}\n\n//MM11\n//\n\n//MMK\nIsSelected SakugarneWepC{Drawbar\"BARAMM48\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected MirrorBusterWepC{Drawbar\"BARAMM49\",\"BAREMPTY\",Ammo1,vertical,16,8;\n\tInInventory MirrorBusterTimer,1{DrawBar\"BARFLS1\",\"NOBAR\",MirrorBusterTimer,vertical,16,8;}}\nIsSelected ScrewCrusherWepC{Drawbar\"BARAMM50\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected BalladeCrackerWepC{Drawbar\"BARAMM51\",\"BAREMPTY\",Ammo1,vertical,16,8;}\nIsSelected DawnBreakerWepC{Drawbar\"BARAM202\", \"BAREMPTY\", Ammo1, vertical, 16, 8;\n\tInInventory WeaponCharge, 23{DrawBar\"BARFL202\", \"NOBAR\", Ammo1, vertical, 16, 8;}}\n\n// Misc\nInInventory TimeStoppedCounter, 1{DrawImage \"FLASHS\", 36, 0;}\n//}\n//Boss Health\nInInventory BossHealth1, 1{DrawBar \"BARHEALT\", \"BAREMPTY\", BossHealth1, vertical, 292, 8;}\nInInventory BossHealth2, 1{DrawBar \"BARHEALT\", \"BAREMPTY\", BossHealth2, vertical, 292, 8;}\nInInventory BossHealth3, 1{DrawBar \"BARHEALT\", \"BAREMPTY\", BossHealth3, vertical, 292, 8;}\nInInventory BossHealth4, 1{DrawBar \"BARHEALT\", \"BAREMPTY\", BossHealth4, vertical, 292, 8;}\nInInventory BossHealth5, 1{DrawBar \"BARHEALT\", \"BAREMPTY\", BossHealth5, vertical, 292, 8;}\nInInventory BossHealth6, 1{DrawBar \"BARHEALT\", \"BAREMPTY\", BossHealth6, vertical, 292, 8;}\nInInventory BossHealth7, 1{DrawBar \"BARHEALT\", \"BAREMPTY\", BossHealth7, vertical, 306, 8;}\nInInventory BossHealth8, 1{DrawBar \"BARHEALT\", \"BAREMPTY\", BossHealth8, vertical, 292, 8;}\nInInventory BossHealth9, 1{DrawBar \"BARHEALT\", \"BAREMPTY\", BossHealth9, vertical, 292, 8;}\nInInventory BossHealthHoloMegaMan, 1{DrawBar \"BARHEALT\", \"BAREMPTY\", BossHealthHoloMegaMan, vertical, 292, 8;}\nInInventory EvilRobotShield, 1{DrawBar \"BARAMM32\", \"BAREMPTY\", BossHealth1, vertical, 292, 8;}\nInInventory SunstarShield, 1{DrawBar \"BARAMM32\", \"BAREMPTY\", BossHealth8, vertical, 292, 8;}\n}\n}\n}\n}\nInInventory GammaPlayerHealth, 1\n{\n InInventory GammaPlayerPowerHP, 1\n {\n DrawImage \"GAMA2FHX\", 18, -1;\n DrawBar \"GAMA2PH0\", \"NOBAR\", GammaPlayerHealth, vertical, 24, 8;\n }\n else\n {\n DrawBar \"BARHEALT\", \"GAMA2ECX\", GammaPlayerHealth, vertical, 24, 8;\n }\n}\n\nInInventory EclipseBossHealth, 1\n{\nDrawBar \"BARECLIP\", \"BAREMPTY\", BossHealth1, vertical, 292, 8;\nDrawBar \"GAMA2ECT\", \"GAMA2ECX\", EclipseBossHealth, vertical, 289, 8;\n}\n\n}"
},
{
"source": "pk3",
"name": "SBARINFO.H.txt",
"contents": "//HORIZONTAL BARS\nheight 0;\n\nstatusbar normal, forcescaled\n{\nInInventory not NoHud, 1\n{\nInInventory not NoHealthBar, 1\n{\nInInventory IsInGame,1\n{\nInInventory Not IsDead,1\n{\n\n\tInInventory LeftClickFlag, 1\n\t{\n\t\tDrawImage \"LCLICK\", 201, 150;\n\t}\n\tInInventory RightClickFlag, 1\n\t{\n\t\tDrawImage \"RCLICK\", 201, 125;\n\t}\n\tInInventory NoClickFlag, 1\n\t{\n\t\tDrawImage \"MOUSE\", 201, 100;\n\t}\nInInventory IsFromMM11\n{\n\tDrawBar \"11HBVF\", \"11HBVE\", Health, horizontal, 130, 184;\n\tDrawImage \"11HBVB\", 130, 184;\n}\nelse InInventory IsFromMM7\n{\n\tDrawBar \"7HBVF\", \"7HBVE\", Health, horizontal, 130, 184;\n\tDrawImage \"7HBVB\", 130, 184;\n}\nelse InInventory IsFromMM8\n{\n\tDrawBar \"8HBVF\", \"8HBVE\", Health, horizontal, 130, 184;\n\tDrawImage \"8HBVB\", 130, 184;\n}\nelse InInventory IsFromMMB\n{\n\tDrawBar \"8HBVF\", \"8HBVE\", Health, horizontal, 130, 184;\n\tDrawImage \"8HBVB\", 130, 184;\n}\nelse InInventory IsScott\n{\n\tDrawBar \"ADHBVF\", \"ADHBVE\", Health, horizontal, 130, 184;\n\tDrawImage \"ADHBVB\", 130, 184;\n}\nelse InInventory IsFromJojo\n{\n\tDrawBar \"JOJOVAR2\", \"JOJOVAR3\", Health, horizontal, 130, 186;\n\tInInventory StandCrashFlag,1\n\t{\n\tDrawImage \"JOJOVAR6\", 129, 184;\n\t}\n\tElse\n\t{\n\tDrawImage \"JOJOVAR1\", 129, 184;\n\t}\n}\nelse {Drawbar \"VARHEALT\", \"VAREMPTY\", Health, horizontal, 130, 184;}\n\n\tInInventory SimplifiedTeamBars\n\t{\n\t\tInInventory LightTeamFlag, 1{DrawImage \"LBARH\", 130, 179;}\n\t\tInInventory WilyTeamFlag, 1{DrawImage \"WBARH\", 130, 179;}\n\t\tInInventory CossackTeamFlag, 1{DrawImage \"CBARH\", 130, 179;}\n\t\tInInventory KingTeamFlag, 1{DrawImage \"KBARH\", 130, 179;}\n\t}\n\tElse\n\t{\n\t\tInInventory LightTeamFlag, 1{DrawImage \"LBARH2\", 130, 179;}\n\t\tInInventory WilyTeamFlag, 1{DrawImage \"WBARH2\", 130, 179;}\n\t\tInInventory CossackTeamFlag, 1{DrawImage \"CBARH2\", 130, 179;}\n\t\tInInventory KingTeamFlag, 1{DrawImage \"KBARH2\", 130, 179;}\n\t}\n\nInInventory IsFromMM11\n{\nInInventory SkullShieldCheck, 1{DrawBar \"SKLVAR4\", \"VNOBAR\", SkullShieldCheck, horizontal, 130, 184;}\nInInventory SkullBarrierProtection, 1{DrawBar \"SKLVAR4\", \"VNOBAR\", SkullShieldCheck, horizontal, 130, 184;}\n}\nelse\n{\nInInventory SkullShieldCheck, 1{DrawBar \"VARFLS5\", \"VNOBAR\", SkullShieldCheck, horizontal, 130, 184;}\nInInventory SkullBarrierProtection, 1{DrawBar \"VARFLS5\", \"VNOBAR\", SkullShieldCheck, horizontal, 130, 184;}\n}\n//InInventory BasicArmor, 1{DrawBar \"VARAMT31\", \"VNOBAR\", Armor, horizontal, 130, 184;}\n\n//IfCVarInt mm8bdm_healthnumber, 1\nInInventory IsFromMM11\n{\n\tInInventory HealthNumberFlag, 1\n\t{\n\t//DrawNumber 5,CMBHPFONT,Untranslated,Health,/*interpolate(10),*/alignment(left),150,177;\n\t\tDrawNumber 3, \"8BDMAFONT\", Untranslated, Health, alignment(left), 187, 185;\n\t}\n}\nelse\n{\n\tInInventory HealthNumberFlag, 1\n\t{\n\tDrawNumber 3, \"8BDMAFONT\", Untranslated, Health, alignment(left), 185, 184;\n\t}\n}\n\n\t//Indicators//\n//Reload - 130\n//Zoom - 138\n//User1 - 146\n//User2 - 154\n//User3 - 162\n//User4 - 170\nInInventory CanReload,1\n{\n\tInInventory ReloadIndFlag,1\n\t{\n\tDrawImage\"VERICONR\",130, 176;\n\t}\n}\nInInventory CanZoom,1\n{\n\tInInventory ZoomIndFlag,1\n\t{\n\tDrawImage\"VERICONZ\",138, 176;\n\t}\n}\nInInventory CanUser1,1\n{\n\tInInventory User1IndFlag,1\n\t{\n\tDrawImage \"VERICON1\", 146, 176;\n\t}\n}\nInInventory CanUser2,1\n{\n\tInInventory User2IndFlag,1\n\t{\n\tDrawImage \"VERICON2\", 154, 176;\n\t}\n}\nInInventory CanUser3,1\n{\n\tInInventory User3IndFlag,1\n\t{\n\tDrawImage \"VERICON3\", 162, 176;\n\t}\n}\nInInventory CanUser4,1\n{\n\tInInventory User4IndFlag,1\n\t{\n\tDrawImage \"VERICON4\", 170, 176;\n\t}\n}\nInInventory ReloadFlag, 1\n{\n\tDrawImage \"VRICONRI\", 130, 176;\n}\nInInventory DivemanCanReload,1\n{\n\tDrawImage \"VRICONRI\", 130, 176;\n}\nInInventory ZoomFlag,1\n{\n\tDrawImage \"VRICONZI\", 138, 176;\n}\nInInventory User1Flag,1\n{\n\tDrawImage \"VERINDN1\", 146, 176;\n}\nInInventory User2Flag,1\n{\n\tDrawImage \"VERINDN2\", 154, 176;\n}\nInInventory User3Flag,1\n{\n\tDrawImage \"VERINDN3\", 162, 176;\n}\nInInventory User4Flag,1\n{\n\tDrawImage \"VERINDN4\", 170, 176;\n}\n\nInInventory CanAirJump,1{InInventory CanAirJumpLimit,1{DrawImage\"JMPAIR_1\",4,84;}//110\n\telse{DrawImage\"JMPAIR_2\",4,84;}\n\tDrawNumber 2,CMBHQFONT,Untranslated,CanAirJumpLimit,alignment(left),12,86;}\nInInventory CanWallJump,1{\nInInventory CanWallJumpLimit,1{DrawImage\"JMPWAL_1\",4,93;}\n\telse{DrawImage\"JMPWAL_2\",4,93;}\n\tDrawNumber 2,CMBHQFONT,Untranslated,CanWallJumpLimit,alignment(left),12,95;\n}\n\nInInventory HasPowerGear,1{\nInInventory UsingPowerGear, 1\n\t\t{\n\t\t\tDrawImage\"POWEGEAR\",18,84;\n\t\t}\n\t\tElse\n\t\t{\n\t\t\tDrawImage\"POWGEAR1\",18,84;\n\t\t}\n}\n\nInInventory HasSpeedGear,1{\nInInventory UsingSpeedGear, 1\n\t\t{\n\t\t\tDrawImage\"SPEEGEAR\",27,84;\n\t\t}\n\t\tElse\n\t\t{\n\t\t\tDrawImage\"SPEGEAR1\",27,84;\n\t\t}\n}\n\nInInventory IsFromMM11\n{\nDrawSelectedInventory INDEXFONT ,122, 185, 120, 185, white;\n}\nElse InInventory IsFromJojo\n{\nDrawSelectedInventory INDEXFONT ,121, 184, 120, 185, white;\n}\nelse\n{\nDrawSelectedInventory INDEXFONT ,122, 184, 120, 185, white;\n}\n\nIsSelected KingOfCardsKnight,KingOfCardsKnight2 {DrawImage weaponicon, 50, 176;}\nelse\n{\n\tIsSelected KingOfCardsKnight3,KingOfCardsKnight4 {DrawImage weaponicon, 50, 176;}\n\telse\n\t{\n\t\tIsSelected KingOfCardsKnight5 {DrawImage weaponicon, 50, 176;}\n\t\telse\n\t\t{\n\t\t\tDrawImage weaponicon, 50, 184;\n\t\t}\n\t}\n}\n\nInInventory WekaVisionBlock_P, 1\n{\n\tDrawImage \"WEKBLOCK\", 0, 0;\n}\n\n\t//Weapon Ammo Bars//\n\n//Darkman Weapons by MegaVile\nIsSelected MillTreadWepC{Drawbar\"VARDMM01\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;}\nIsSelected ShieldSpiralWepC{Drawbar\"VARDMM02\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;}\n\tInInventory ShieldSpiralChargeAmmo, 1{DrawBar \"VARFLS1\", \"VNOBAR\", ShieldSpiralChargeAmmo, horizontal, 58, 184;}\nIsSelected ImmobilizationRingWepC{Drawbar\"VARDMM03\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;}\nIsSelected BerserkBusterWepC{Drawbar\"VARDMM04\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;}\n\n//MM42\nIsSelected PaperSlashWepC{Drawbar \"PPSLVAMM\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\nIsSelected ColorGlobWepC{Drawbar \"CGLOVAMM\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\nIsSelected InsaneCannonWepC{Drawbar \"INSCVAMM\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\n\n//SRON1\nIsSelected MilkSprayWepC{Drawbar\"MLKSPRV\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\n\n//Misc\nIsSelected FlareWandWepC{Drawbar\"VARAM901\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected DustBitsWepC{Drawbar\"VARAMMO1\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected SpeedBurnerWepC\n{\nDrawbar \"SPDBRNVR\",\"VAREMPTY\",Ammo1, horizontal,58,184;\n\tInInventory SpeedBurnerCharge,1\n\t{\n\tDrawbar \"VARFLS1\",\"VNOBAR\",SpeedBurnerCharge, horizontal,58,184;\n\t}\n}\nIsSelected QuickVulcanWepc{DrawBar\"QVLCVAR\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected CrazyWaveWepC\n{\n\tDrawbar \"VARAMM67\", \"VAREMPTY\", Ammo1, horizontal,58,184;\n}\n\n//ABNORMALITY\nIsSelected YashichiWepC{Drawbar\"YASHVMB\", \"VAREMPTY\", Ammo1, horizontal,58,184;\nInInventory YashichiInvunFlag{Drawbar \"YASHvMA\", \"VAREMPTY\", Ammo1, horizontal,58,184;}}\nIsSelected JavelinSpearWepC{Drawbar\"VARAMM12\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\n\nIsSelected RiotLightWepC\n{\nDrawbar\"RIOTVAR1\", \"VAREMPTY\", Ammo1, horizontal,58,184;\n\tInInventory RiotLightCharge\n\t{\n\tDrawbar \"VARFLS59\", \"VNOBAR\", RiotLightCharge, horizontal,58,184;\n\t}\n\tInInventory RiotLightCharge,16\n\t{\n\tDrawbar \"VARFLS60\", \"VAREMPTY\", RiotLightCharge, horizontal,58,184;\n\t}\n}\n\nIsSelected DirtyShowerWepC{Drawbar \"DRTSHVAM\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\n\nIsSelected ScrambleThunderWepC{Drawbar\"VARAM1ST\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\nIsSelected DevilLaserWepC{Drawbar \"VARAM1DL\", \"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected DiveTorpedoWepC {Drawbar\"DVTOVAR\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\nIsSelected PharaohWaveWepC {Drawbar\"VARAMM20\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\nIsSelected GravityAffectedBusterWepC{Drawbar\"GCWVR1\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\nIsSelected RangedBlastWepC{Drawbar\"GCWVR2\", \"VAREMPTY\", Ammo1, horizontal,58,184;\nInInventory ScanChargeAmmo,1{Drawbar \"VARFLS1\",\"VNOBAR\",ScanChargeAmmo,Horizontal,58,184;}}\nIsSelected LootCrateWepC{Drawbar\"GCWVR3\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\nIsSelected BladerWepC{Drawbar\"GCWVR4\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\nIsSelected LightShockWepC{Drawbar\"GCWVR4\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\nIsSelected SeekerMissileWepC{Drawbar\"GCWVR4\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\nIsSelected WeightThrowWepC{Drawbar\"GCWVR7\", \"VAREMPTY\", Ammo1, horizontal,58,184;\nInInventory WeightThrowCharge,1{Drawbar \"VARFLS1\",\"VNOBAR\",WeightThrowCharge,horizontal,58,184;}}\nIsSelected RevenantRocketWepC{Drawbar\"GCWVR8\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\nIsSelected HellFireballWepC{Drawbar\"GCWVR9\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\nIsSelected PinpointFlareWepC{Drawbar\"GCWVRA\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\nIsSelected FlamePillarWepC{Drawbar\"GCWVRB\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\nIsSelected VineWhipWepC{Drawbar\"GCWVRC\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\nIsSelected PizzaShotgunWepC{Drawbar\"GCWVRD\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\nIsSelected SwiftGunWepC{Drawbar\"GCWVRE\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\nIsSelected WaterShooterWepC{Drawbar\"WASHVAR\", \"VAREMPTY\", Ammo1, horizontal,58,184;}\nIsSelected AlienTechnologyWepC{\nDrawbar\"ALTCVAR\", \"VAREMPTY\", Ammo1, horizontal,58,184;\nInInventory AlienTechnologyCharge1,1{Drawbar\"ALIVAR1\",\"VNOBAR\",AlienTechnologyCharge1,horizontal, 58, 184; DrawImage \"ALIIA\", 50, 184;}\nInInventory AlienTechnologyCharge2,1{Drawbar\"ALIVAR2\",\"VNOBAR\",AlienTechnologyCharge2,horizontal, 58, 184; DrawImage \"ALIIB\", 50, 184;}\nInInventory AlienTechnologyCharge3,1{Drawbar\"ALIVAR3\",\"VNOBAR\",AlienTechnologyCharge3,horizontal, 58, 184; DrawImage \"ALIIC\", 50, 184;}\n}\n\n//Basic Master\nIsSelected ChangkeyShootWepC{Drawbar\"VARAMM13\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected SelfDestructWepC{Drawbar\"SDESVAMM\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\n\n//QR1 & QR2\n //QR1\n IsSelected CopipiSwarmWepC{Drawbar \"CPSWVR\", \"VAREMPTY\",Ammo1, horizontal,58,184;}\n IsSelected HardSlamWepC{Drawbar \"HSLMVR\", \"VAREMPTY\",Ammo1, horizontal,58,184;}\n IsSelected LeafBombWepC{Drawbar \"LFBMVR\", \"VAREMPTY\",Ammo1, horizontal,58,184;}\n IsSelected MagnetChaserWepC{Drawbar \"MGCSVR\", \"VAREMPTY\",Ammo1, horizontal,58,184;}\n IsSelected NeedleCrusherWepC{Drawbar \"NDCRVR\", \"VAREMPTY\",Ammo1, horizontal,58,184;}\n IsSelected MetalCatcherWepC{Drawbar \"MTCRVR\", \"VAREMPTY\",Ammo1, horizontal,58,184;}\n IsSelected SpinningTopWepC{Drawbar \"SNTPVR\", \"VAREMPTY\",Ammo1, horizontal,58,184;}\n IsSelected ClashBlasterWepC{Drawbar \"CLBLVR\", \"VAREMPTY\",Ammo1, horizontal,58,184;}\n //QR2\n IsSelected VulcanBurstWepC{Drawbar \"VLBRVR\", \"VAREMPTY\",Ammo1, horizontal, 58, 184;}\n IsSelected RecursiveBomberWepC{Drawbar \"RBOMVAR\", \"VAREMPTY\",Ammo1, horizontal, 58, 184;}\n IsSelected TwinDreamWepC{Drawbar \"TWNDMVAR\", \"VAREMPTY\",Ammo1, horizontal,58,184;}\n IsSelected SurgeBinderWepC{Drawbar \"SRBNVAR\", \"VAREMPTY\",Ammo1, horizontal, 58, 184;}\n IsSelected HookDrillWepC\n {\n Drawbar \"HKDRBAR\", \"VAREMPTY\",Ammo1, horizontal, 58, 184;\n InInventory HookDrillTimer3,1{Drawbar \"VARFLS1\",\"VNOBAR\",HookDrillTimer3,horizontal,58,184;}\n }\n IsSelected SonicBoomerangWepC{Drawbar \"SNBMVAR\", \"VAREMPTY\",Ammo1, horizontal, 58, 184;}\n IsSelected TimeWrapWepC{Drawbar \"TMWRVAR\", \"VAREMPTY\",Ammo1, horizontal, 58, 184;}\n IsSelected SnakeCommandoWepC{Drawbar \"SACMBAR\", \"VAREMPTY\",Ammo1, horizontal, 58, 184;}\n\n//Revo Remix\nIsSelected IonBladeWepC{Drawbar \"INBLVR\", \"VAREMPTY\",Ammo1, horizontal,58,184;}\n\n//4MI\nIsSelected SparkManbowWepC{Drawbar\"VARAMM18\", \"VAREMPTY\", Ammo1, horizontal, 130, 192;\nInInventory SparkManbowTimer, 1{DrawBar \"VARFLS1\", \"VNOBAR\", SparkManbowTimer, horizontal, 130, 192;}}\nIsSelected ToadMagicWepC{Drawbar\"VARAMM19\", \"VAREMPTY\", Ammo1, horizontal, 130, 192;}\nIsSelected DrillTorpedoWepC{Drawbar\"VARAMM14\", \"VAREMPTY\", Ammo1, horizontal, 130, 192;}\nIsSelected PharaohShotgunWepC{Drawbar\"VARAMM20\", \"VAREMPTY\", Ammo1, horizontal, 130, 192;\nInInventory PharaohCharge,78{DrawBar \"VARFLS4\", \"VAREMPTY\", Ammo1, horizontal, 130, 192;}\nInInventory PharaohCharge,1{DrawBar \"VARFLS1\", \"VNOBAR\", PharaohCharge, horizontal, 130, 192;}}\nIsSelected HCRBoomerangWepC{Drawbar\"VARAMMO9\", \"VAREMPTY\", Ammo1, horizontal, 130, 192;}\nIsSelected RecycleInhalerWepC{Drawbar\"VARAMMO1\", \"VAREMPTY\", Ammo1, horizontal, 130, 192;}\nIsSelected WaterCutterWepC{Drawbar\"VARAMM10\", \"VAREMPTY\", Ammo1, horizontal, 130, 192;}\nIsSelected HellWheelWepC{Drawbar\"VARAMM21\", \"VAREMPTY\", Ammo1, horizontal, 130, 192;}\n\n//Misc Copyweps\nIsSelected ProtoBusterWepC, ProtoBusterWepC_Campaign{Drawbar \"PROTVR\", \"VAREMPTY\",Ammo1, horizontal, 58, 184;}\nIsSelected BassBusterWepC{Drawbar \"BASSVR\", \"VAREMPTY\",Ammo1, horizontal, 58, 184;}\nIsSelected SuperAdaptorWepC{Drawbar \"SAPTVR\", \"VAREMPTY\",SuperAdaptorNovaStrikeAmmo, horizontal, 58, 184;}\n\n\t//Joe Armors//\nIsSelected LilacMegamanWeapon\n{\nDrawbar\"VARAMMO7\",\"VAREMPTY\",Ammo1,horizontal, 58, 184;\nInInventory LilacMegamanCharge,1{Drawbar \"VARFLS1\",\"VNOBAR\",LilacMegamanCharge,horizontal, 58, 184;}\nInInventory LilacMegamanCharge2,1{Drawbar \"PAKATVAR\",\"VNOBAR\",LilacMegamanCharge2,horizontal, 58, 184;}\n}\n\n\t//Class Ammo bars//\n\n//Megaman\nInInventory IsMegaman {\nInInventory AmmoNumberFlag, 1\n\t{\n\tWeaponAmmo not BusterAmmo\n\t\t{\n\t\t\t\t//DrawNumber 5,CMBHPFONT,Untranslated,Health,/*interpolate(10),*/alignment(left),31,30;\n\t\t\t\tDrawNumber 3, \"8BDMAFONT\", Untranslated, Ammo1, alignment(left), 80, 169;\n\t\t}\n\t\telse\n\t\t{\n\t\t\t//DrawNumber 5,CMBHPFONT,Untranslated,Health,/*interpolate(10),*/alignment(left),31,30;\n\t\t\tDrawNumber 3, \"8BDMAFONT\", Untranslated, MegaCharge, alignment(left), 80, 169;\n\t\t}\n\t\tIsSelected MegaBusterC_4MI{DrawNumber 3, \"8BDMAFONT\", Untranslated, JetMeter, alignment(left), 80, 169;}\n\t\tIsSelected JetAdapterMegaMan{DrawNumber 3, \"8BDMAFONT\", Untranslated, JetMeter, alignment(left), 80, 169;}\n\t\tIsSelected MegaBusterC_PF{DrawNumber 3, \"8BDMAFONT\", Untranslated, PowerMeter, alignment(left), 80, 169;}\n\t\tIsSelected PowerAdapterMegaMan{DrawNumber 3, \"8BDMAFONT\", Untranslated, PowerMeter, alignment(left), 80, 169;}\n\t\tIsSelected SuperAdaptorWepC{DrawNumber 3, \"8BDMAFONT\", Untranslated, SuperAdaptorNovaStrikeAmmo, alignment(left), 80, 169;}\n\t}\nDrawbar \"MEGRVAR\", \"VAREMPTY\",MegaSlideAirAmmo,Horizontal,58,176;\n\tInInventory CopyVisionFlag, 1\n\t{\n\t\tInInventory CopyVisionIndFlicker, 1 {\n\t\t\tDrawImage \"COPYXIND\", 260, 30;\n\t\t}\n\t\tElse {\n\t\t\tDrawImage \"COPYX0\", 260, 30;\n\t\t}\n\t}\n}\nIsSelected MegaBusterC, MegaArmC {\nDrawBar\"VARENERG\", \"VAREMPTY\", MegaCharge, horizontal, 58, 184;\nInInventory WeaponCharge, 175{DrawBar \"MEGVCHG3\", \"VAREMPTY\", MegaCharge, horizontal, 58, 184;}\nInInventory MegaChargeFlag1, 1{DrawBar \"MEGVCHG1\", \"VAREMPTY\", MegaCharge, horizontal, 58, 184;}\nInInventory MegaChargeFlag2, 1{DrawBar \"MEGVCHG2\", \"VAREMPTY\", MegaCharge, horizontal, 58, 184;}\n}\n\nIsSelected LaserBusterC, ArrowBusterC {\nDrawBar\"VARENERG\", \"VAREMPTY\", MegaCharge, horizontal, 58, 184;\nInInventory WeaponCharge, 175{DrawBar \"MEGVCHG3\", \"VAREMPTY\", MegaCharge, horizontal, 58, 184;}\nInInventory MegaChargeFlag1, 1{DrawBar \"MEGVCHG1\", \"VAREMPTY\", MegaCharge, horizontal, 58, 184;}\nInInventory MegaChargeFlag2, 1{DrawBar \"MEGVCHG2\", \"VAREMPTY\", MegaCharge, horizontal, 58, 184;}\n}\n\nIsSelected MegaBusterSelector,MegamanGC_Loader{\n\tDrawBar\"VARENERG\", \"VAREMPTY\", MegaCharge, horizontal, 58, 184;\n}\n\nIsSelected JetAdapterMegaMan, MegaBusterC_4MI {\nDrawBar\"SAPTVR\", \"VAREMPTY\", JetMeter, horizontal, 58, 184;\n}\n\nIsSelected PowerAdapterMegaMan, MegaBusterC_PF {\nDrawBar\"SAPTVR\", \"VAREMPTY\", PowerMeter, horizontal, 58, 184;\n}\n\nIsSelected ProtoBusterC{\nInInventory ProtoAltDelay{DrawBar \"VARFLS1\",\"VNOBAR\",ProtoAltDelay,horizontal,130,184;}\nDrawBar \"PTLVLU2\", \"PTLVLM2\", ProtoChargeLevel, horizontal, 58,184;\nDrawBar\"PROCVAR1\", \"VAREMPTY\", PF_PRCharge, horizontal, 58,176;\nInInventory MegaChargeFlag1, 1{DrawBar \"PROVCHG1\", \"VAREMPTY\", PF_PRCharge, horizontal, 58, 176;}\nInInventory MegaChargeFlag2, 1{DrawBar \"PROVCHG2\", \"VAREMPTY\", PF_PRCharge, horizontal, 58, 176;}\n}\n\n//Gravity Sniper\nIsSelected RangedSnipingWeapon\n{\nDrawbar\"GSNIVR\",\"VAREMPTY\",Ammo1,Horizontal,58,184;\nInInventory RocketJumpBoost,1{Drawbar\"V7AMMO1\",\"VAREMPTY\",Ammo2,Horizontal,58,176;}\nElse{Drawbar\"V2AMMO1\",\"VAREMPTY\",Ammo2,Horizontal,58,176;}\n}\n\n//RangedScan\nIsSelected NotHitscanWeapon\n{\n\tDrawbar\"RSCANVAR\",\"VAREMPTY\",Ammo1,Horizontal,58,184;\n\tDrawbar\"V2AMMO1\",\"VAREMPTY\",Ammo2,Horizontal,58,176;\n\tInInventory ScanChargeAmmo,1{Drawbar \"VARFLS1\",\"VNOBAR\",ScanChargeAmmo,Horizontal,58,184;}\n}\n\n//Randomizer\nIsSelected MemeClassWeaponLol, MemeClassWeaponLol2\n{\nDrawbar \"RNDMVR\", \"VAREMPTY\",Ammo1,Horizontal,58,184;\nDrawbar \"RNDMV2\", \"VAREMPTY\",Ammo2,Horizontal,Reverse,58,176;\n}\n\nIsSelected MemeClassWeaponLol3\n{\nDrawbar \"RNDMVR\", \"VAREMPTY\",Ammo1,Horizontal,58,184;\nDrawbar \"RNDMV2\", \"VAREMPTY\",Ammo2,Horizontal,Reverse,58,176;\n}\n\n//Discordapp\nIsSelected TheFutureWeapon\n{\n\tDrawbar \"BLURPVAR\", \"VAREMPTY\",Ammo1,Horizontal,58,184;\n\tDrawbar \"V2AMMO1\", \"VAREMPTY\",Ammo2,Horizontal,58,176;\n}\n//Runeman\nWeaponAmmo RoonRunesAmmo{\nDrawbar \"BLURPVAR\", \"VAREMPTY\",Ammo1,Horizontal,58,184;\n/*\n\t//DrawImage \"0RNWA\", 24,18;\n\tDrawImage \"1RNWA\", 24,29;\n\tDrawImage \"2RNWA\", 24,40;\n\tDrawImage \"3RNWA\", 24,51;\n\t//DrawImage \"4RNWA\", 24,62;\n\tDrawImage \"5RNWA\", 24,73;\n\t//DrawImage \"6RNWA\", 24,84;\n\tDrawImage \"7RNWA\", 24,95;\n\tDrawImage \"8RNWA\", 24,106;\n\n//IsSelected RuneLoadout_Buddha{DrawImage \"RNMWEP\", 24,18;}\nIsSelected RuneLoadout_Damage{DrawImage \"RNMWEP\", 24,29;}\nIsSelected RuneLoadout_FireRate{DrawImage \"RNMWEP\", 24,40;}\n//IsSelected RuneLoadout_Flight{DrawImage \"RNMWEP\", 24,51;}\nIsSelected RuneLoadout_JumpZ{DrawImage \"RNMWEP\", 24,62;}\n//IsSelected RuneLoadout_Invis{DrawImage \"RNMWEP\", 24,73;}\nIsSelected RuneLoadout_Reflect{DrawImage \"RNMWEP\", 24,84;}\nIsSelected RuneLoadout_Regen{DrawImage \"RNMWEP\", 24,95;}\nIsSelected RuneLoadout_Speed{DrawImage \"RNMWEP\", 24,106;}\n\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Buddha,alignment(left),8,18;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Damage,alignment(left),8,29;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_FireRate,alignment(left),8,40;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Flight,alignment(left),8,51;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_JumpZ,alignment(left),8,62;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Invis,alignment(left),8,73;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Reflection,alignment(left),8,84;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Regen,alignment(left),8,95;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Speed,alignment(left),8,106;\n*/\n\tDrawImage \"1RNWA\", 24,18;\n\tDrawImage \"2RNWA\", 24,29;\n\tDrawImage \"4RNWA\", 24,40;\n\tDrawImage \"6RNWA\", 24,51;\n\tDrawImage \"7RNWA\", 24,62;\n\tDrawImage \"8RNWA\", 24,73;\n\nIsSelected RuneLoadout_Damage{DrawImage \"RNMWEP\", 24,18;}\nIsSelected RuneLoadout_FireRate{DrawImage \"RNMWEP\", 24,29;}\nIsSelected RuneLoadout_JumpZ{DrawImage \"RNMWEP\", 24,40;}\nIsSelected RuneLoadout_Reflect{DrawImage \"RNMWEP\", 24,51;}\nIsSelected RuneLoadout_Regen{DrawImage \"RNMWEP\", 24,62;}\nIsSelected RuneLoadout_Speed{DrawImage \"RNMWEP\", 24,73;}\n\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Damage,alignment(left),8,18;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_FireRate,alignment(left),8,29;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_JumpZ,alignment(left),8,40;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Reflection,alignment(left),8,51;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Regen,alignment(left),8,62;\n\tDrawNumber 2,\"8BDMAFONT\",Untranslated,poweruptime LoadRune_Speed,alignment(left),8,73;\n}\n\n//Snatchman\nPlayerClass Snatchman\n{\nDrawBar\"SNATVAR\", \"VAREMPTY\", StealAmmo, Horizontal,58,184;\n\tInInventory SnatchmanReloadStall, 2{DrawBar\"PAKATVAR\", \"VNOBAR\", SnatchmanReloadStall, Horizontal,58,184;}\nDrawBar \"V14AMMO1\", \"VAREMPTY\", SnatchmanSlideAmmo, Horizontal,58,176;\nInInventory SnatchSpeedWithdraw,1{DrawBar\"VARFLS1\", \"VNOBAR\", SnatchSpeedWithdraw,Horizontal, 58, 176;}\nInInventory SnatchNeutralFlag,1{DrawBar\"NAPVARA\",\"VNOBAR\",SnatchNeutralFlag,horizontal,130,184;}\n}\n\n//BodyBuilder\nIsSelected WeightThrowWeapon\n{\n\tDrawBar \"BBUIVAR\", \"VREMPTY\", Ammo1, Horizontal,58,184;\n\tInInventory BodyBuilderAltDelay, 1\n\t{\n\t\tDrawBar \"VARFLS1\", \"VNOBAR\", BodyBuilderAltDelay, Horizontal, 130, 184;\n\t}\n}\n\n//Scout\nWeaponAmmo ScoutAmmo\n{\nIsSelected ScoutWeapon3{DrawBar \"SCVR3\", \"VAREMPTY\", Ammo1, Horizontal,58,184;}\nIsSelected ScoutWeapon2{DrawBar \"SCVR2\", \"VAREMPTY\", Ammo1, Horizontal,58,184;}\nIsSelected ScoutWeapon1{DrawBar \"SCVR1\", \"VAREMPTY\", Ammo1, Horizontal,58,184;}\n\nInInventory ScoutReloadCount, 48{DrawImage \"SCOK\", 50, 184;}\nElse InInventory ScoutReloadCount, 2{DrawImage \"SCOJ\", 50, 184;}\nElse{DrawImage \"SCOI\", 50, 184;}\n\nDrawNumber 2,CMBHQFONT,Untranslated,ScoutReloadCount,alignment(left),51, 176;\n\n\tInInventory ScoutBonkFlag\n\t{\n\t\tDrawBar \"VARFLS1\", \"VNOBAR\", ScoutBonkFlag, Horizontal,130,184;\n\t}\n\tInInventory ScoutCritFlag\n\t{\n\t\tDrawBar \"VARFLS1\", \"VNOBAR\", ScoutCritFlag, Horizontal,130,184;\n\t}\nInInventory ScoutJumpDelay_P,1{DrawBar \"VARFLS1\",\"VNOBAR\",ScoutJumpDelay_P,Horizontal,58,184;}\n}\n\n//Darkman4\nWeaponAmmo TheDarknessAmmo\n{\nDrawBar\"V1AMM14\",\"VAREMPTY\",Ammo1,horizontal,58,184;\nDrawBar\"V1AMMO1\",\"VAREMPTY\",Ammo2,horizontal,58,176;\nInInventory DarkShotCharge, 2{DrawBar \"VARFLS1\",\"VNOBAR\",DarkShotCharge,horizontal,58,184;}\n\n\tInInventory DarkStockAmmo,7{DrawImage\"DSTOK7\",79,132;}\n\telse InInventory DarkStockAmmo,6{DrawImage\"DSTOK6\",79,132;}\n\telse InInventory DarkStockAmmo,5{DrawImage\"DSTOK5\",79,132;}\n\telse InInventory DarkStockAmmo,4{DrawImage\"DSTOK4\",79,132;}\n\telse InInventory DarkStockAmmo,3{DrawImage\"DSTOK3\",79,132;}\n\telse InInventory DarkStockAmmo,2{DrawImage\"DSTOK2\",79,132;}\n\telse InInventory DarkStockAmmo,1{DrawImage\"DSTOK1\",79,132;}\n\telse {DrawImage\"DSTOK0\",79,132;}\n}\n\n//Skullman K\nIsSelected SkullmanKillerBuster\n{\nDrawBar\"VARAMM13\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tInInventory SkullBarrierBossAmmoK,9\n\t{\n\t\tDrawbar\"VARAMM21\",\"VAREMPTY\",Ammo2,horizontal,58,176;\n\t}\n\tElse\n\t{\n\t\tDrawbar\"VARAMM10\",\"VAREMPTY\",Ammo2,horizontal,58,176;\n\t}\n\tInInventory HasFiredUser2Flag,1\n\t{\n\t\tDrawBar\"VARFLS1\",\"VNOBAR\",HasFiredUser2Flag,horizontal,58,176;\n\t}\n\tInInventory SkullmanKU2Flag,1\n\t{\n\t\tDrawBar \"VARFLS5\", \"VNOBAR\", Ammo2, horizontal,58,176;\n\t}\n\tInInventory SkullmanKDashCooldown,1\n\t{\n\t\tDrawBar\"VARFLS1\",\"VNOBAR\",SkullmanKDashCooldown,horizontal,58,184;\n\t}\n\tInInventory SkullmanHeat,1\n\t{\n\t\t//Drawbar\"NAPVARA\", \"VNOBAR\", SkullmanHeat, horizontal,58,184;\n\t}\n\tInInventory SkullHeatFull, 1\n\t{\n\t\tDrawbar\"BURSVAR\", \"VNOBAR\", SkullHeatFull, horizontal,58,184;\n\t}\n\tInInventory SkullmanKU2Startup,1\n\t{\n\t\tDrawBar \"VARFLS1\", \"VNOBAR\", SkullmanKU2Startup, horizontal,58,176;\n\t}\n}\n\n//Revenant\nIsSelected RevenantEnemyRocketWep\n{\n\tDrawbar\"V3AMM14\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tDrawBar\"PAKATVAR\", \"VNOBAR\", DeployHomingAmmo, horizontal,58,184;\n\tDrawBar\"RNVVAR\",\"VAREMPTY\",Ammo2,horizontal,58,176;\n}\n\n//Fireman CrossX\nIsSelected FireStormCrossXBoss\n{\n\tDrawbar \"FCXVAR\", \"VAREMPTY\",Ammo1,horizontal,58,184;\n\tDrawbar \"V2AMM13\", \"VAREMPTY\",Ammo2,horizontal,58,176;\n}\n\n//Jupiter\nIsSelected ElectricShockBoss{Drawbar\"JUPIVAR\",\"VAREMPTY\",Ammo1,horizontal, 58, 184;\nDrawbar\"V1AMMO1\", \"VAREMPTY\", Ammo2, horizontal,58,176;}\n\n//Baron Of Hell\nIsSelected HellFireBallBoss\n{\n\tDrawbar\"V7AMM13\",\"VAREMPTY\",Ammo1,horizontal, 58, 184;\n\tDrawbar\"V1AMMO1\", \"VAREMPTY\", Ammo2, horizontal, 58, 176;\n\tDrawbar\"PAKATVAR\", \"VNOBAR\", HellRunOverlay, horizontal,58,176;\n\tInInventory BaronHellGrabTimer,2{DrawBar \"VARFLS1\",\"VNOBAR\",BaronHellGrabTimer,horizontal, 58, 184;}\n}\n\n//Cyberdemon\nIsSelected SteroidRocketLauncher\n{\n\tDrawBar\"V6AMMO5\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tDrawBar \"V1AMMO1\",\"VAREMPTY\",Ammo2, horizontal,58,176;\n\tDrawBar \"PAKATVAR\",\"VNOBAR\",ProtoJetAmmo, horizontal,58,176;\n}\n\n//ArchVile\nIsSelected ArchVilePillarBoss\n{\n\tDrawBar \"V1AMM20\",\"VAREMPTY\",Ammo1,horizontal, 58, 184;\n\tDrawBar \"AVLVARF\",\"AVLVARE\",Ammo2,horizontal,58,176;\n\tInInventory ArchvileItemFlag,1\n\t{\n\t\tDrawImage \"AVIC1O\", 50, 176;\n\t\tDrawImage \"AVIC2I\", 50, 184;\n\t}\n\tElse InInventory Not ArchvileItemFlag,1\n\t{\n\t\tDrawImage \"AVIC1I\", 50, 176;\n\t\tDrawImage \"AVIC2O\", 50, 184;\n\t}\n\tInInventory ArchvileImpDelay,2\n\t{\n\t\tInInventory ArchvileItemFlag,1\n\t\t{\n\t\t\tDrawBar \"AVICOL\",\"AVIC1O\",ArchvileImpDelay,vertical,50,176;\n\t\t}\n\t\tElse InInventory Not ArchvileItemFlag,1\n\t\t{\n\t\t\tDrawBar \"AVICOL\",\"AVIC1I\",ArchvileImpDelay,vertical,50,176;\n\t\t}\n\t}\n\tInInventory ArchvileCacoDelay,2\n\t{\n\t\tInInventory ArchvileItemFlag,1\n\t\t{\n\t\t\tDrawBar \"AVICOL\",\"AVIC2I\",ArchvileCacoDelay,vertical,50,184;\n\t\t}\n\t\tElse InInventory Not ArchvileItemFlag,1\n\t\t{\n\t\t\tDrawBar \"AVICOL\",\"AVIC2O\",ArchvileCacoDelay,vertical,50,184;\n\t\t}\n\t}\n}\n\n//Bruhman\nIsSelected BruhBusterBoss\n{\n\tDrawBar \"BRUHVAR\", \"VAREMPTY\", Ammo1, horizontal,58,184;\n\tDrawBar \"BRUVAR\", \"BRUVARE\", Ammo2, horizontal,58,176;\n\tInInventory BruhmanReloadDelay_P,1\n\t{\n\t\tDrawbar\"NAPVARA\", \"VNOBAR\", BruhmanReloadDelay_P, horizontal,58,176;\n\t}\n}\n\n//RiC Merge :D\n\nInInventory IAmRush{Drawbar\"VARAMRSH\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n//DrawBar\"00_2_VAR\",\"VAREMPTY\",RushBoltsAmmo,horizontal,58,176;\nInInventory RushJetFlag,1{DrawImage\"RUSHH2H8\",290,8;}}\nIsSelected RushCoilBoss{InInventory RushAmmo, 50{Drawbar\"RSHVAR\",\"VNOBAR\",Ammo1,horizontal,58,184;}}\nIsSelected RushJetBoss{InInventory RushAmmo, 10{Drawbar\"RSHVAR\",\"VNOBAR\",Ammo1,horizontal,58,184;}}\nIsSelected RushBikeBoss{InInventory RushAmmo, 150{Drawbar\"RSHVAR\",\"VNOBAR\",Ammo1,horizontal,58,184;}}\nInInventory IAmRush{InInventory RushCoilPowerB{Drawbar \"RSHVARB\",\"VNOBAR\",RushCoilPowerB,horizontal,58,184;}\n}\n\nIsSelected FireStormBoss {\nDrawBar \"FIREVAR\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\nDrawBar \"FIREVAR2\", \"VAREMPTY\", Ammo2, horizontal, 58, 176;\nInInventory FiremanRageFlag1 {Drawbar \"FM2VARA\", \"VNOBAR\", Ammo1, horizontal, 58, 184; }\nInInventory FiremanRageFlag2 {Drawbar \"FM2VARA\", \"VNOBAR\", Ammo1, horizontal, 58, 184; }\nInInventory FiremanRageFlag3 {Drawbar \"FM2VARA\", \"VNOBAR\", Ammo1, horizontal, 58, 184; }\n\nInInventory FiremanRageCooldownFlag,1{\nInInventory Not FiremanRageCooldownFlag, 35{Drawbar\"FRMAVAR\",\"VNOBAR\",FiremanRageCooldownFlag,horizontal,58, 184;}}\nInInventory FiremanRageCooldownFlag2,1{\nInInventory Not FiremanRageCooldownFlag2, 105{Drawbar\"FRMAVAR\",\"VNOBAR\",FiremanRageCooldownFlag2,horizontal,58, 184;}}\nInInventory FiremanRageCooldownFlag3,1{\nInInventory Not FiremanRageCooldownFlag3, 175{Drawbar\"FRMAVAR\",\"VNOBAR\",FiremanRageCooldownFlag3,horizontal,58, 184;}}\n}\n\nIsSelected ThunderBeamBoss\n{\nDrawbar\"V11AMMO6\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\nDrawbar\"V1AMMO1\",\"VAREMPTY\",Ammo2,horizontal, 58, 176;\nInInventory ElecCharge,1{Drawbar\"VARFLS1\",\"VNOBAR\",ElecCharge,horizontal, 58, 176;}\n}\n\nIsSelected WilyAlienBoss{\nDrawbar\"ALWEAVAR\", \"ALWEAVAE\", Ammo1, horizontal, 58, 184;\nInInventory AlienCharge1,1{Drawbar\"ALIVAR1\",\"VNOBAR\",AlienCharge1,horizontal, 58, 184;\nDrawImage \"ALIIA\", 50, 184;}\nInInventory AlienCharge2,1{Drawbar\"ALIVAR2\",\"VNOBAR\",AlienCharge2,horizontal, 58, 184;\nDrawImage \"ALIIB\", 50, 184;}\nInInventory AlienCharge3,1{Drawbar\"ALIVAR3\",\"VNOBAR\",AlienCharge3,horizontal, 58, 184;\nDrawImage \"ALIIC\", 50, 184;}\n}\n\nInInventory Doc\n{\nDrawbar\"DOCVAR\", \"VAREMPTY\", DocCopyEnergy, horizontal, 58, 184;\nInInventory DuoShieldTimer,1{Drawbar\"PAKATVAR\",\"VNOBAR\",DuoShieldTimer, horizontal, 58,184;}\nIsSelected DocBusterBoss\n{\nDrawImage \"DOCMD1H\", 43, 184;\n}\nIsSelected DocBusterBoss2\n{\nDrawImage \"DOCMD2H\", 43, 184;\n}\nIsSelected DocBusterBoss3\n{\nDrawImage \"DOCMD3H\", 43, 184;\n}\nIsSelected DocBusterBoss4\n{\nDrawImage \"DOCMD4H\", 43, 184;\n}\n\n\t/*\n\tInInventory DocMetalMode, 1{\n\tDrawImage \"METLSI\", 50, 176;\n\tDrawImage \"AIRSI\", 42, 176;\n\tDrawImage \"BUBBI\", 34, 176;\n\tInInventory not DocKillFlag1,1{DrawImage \"DOCSEL\", 50, 176;}\n\tInInventory not DocKillFlag2,1{DrawImage \"DOCSEL\", 42, 176;}\n\tInInventory not DocKillFlag3,1{DrawImage \"DOCSEL\", 34, 176;}\n\t}\n\tInInventory DocAirHeadMode, 1{\n\tDrawImage \"AIRSI\", 50, 176;\n\tDrawImage \"BUBBI\", 42, 176;\n\tDrawImage \"QUICKSI\", 34, 176;\n\tInInventory not DocKillFlag2,1{DrawImage \"DOCSEL\", 50, 176;}\n\tInInventory not DocKillFlag3,1{DrawImage \"DOCSEL\", 42, 176;}\n\tInInventory not DocKillFlag4,1{DrawImage \"DOCSEL\", 34, 176;}\n\t}\n\tInInventory DocSwimMode, 1{\n\tDrawImage \"BUBBI\", 50, 176;\n\tDrawImage \"QUICKSI\", 42, 176;\n\tDrawImage \"CRASSI\", 34, 176;\n\tInInventory not DocKillFlag3,1{DrawImage \"DOCSEL\", 50, 176;}\n\tInInventory not DocKillFlag4,1{DrawImage \"DOCSEL\", 42, 176;}\n\tInInventory not DocKillFlag5,1{DrawImage \"DOCSEL\", 34, 176;}\n\t}\n\tInInventory DocFastMode, 1{\n\tDrawImage \"QUICKSI\", 50, 176;\n\tDrawImage \"CRASSI\", 42, 176;\n\tDrawImage \"FLASHSI\", 34, 176;\n\tInInventory not DocKillFlag4,1{DrawImage \"DOCSEL\", 50, 176;}\n\tInInventory not DocKillFlag5,1{DrawImage \"DOCSEL\", 42, 176;}\n\tInInventory not DocKillFlag6,1{DrawImage \"DOCSEL\", 34, 176;}\n\t}\n\tInInventory DocBombMode, 1{\n\tDrawImage \"CRASSI\", 50, 176;\n\tDrawImage \"FLASHSI\", 42, 176;\n\tDrawImage \"ATOMI\", 34, 176;\n\tInInventory not DocKillFlag5,1{DrawImage \"DOCSEL\", 50, 176;}\n\tInInventory not DocKillFlag6,1{DrawImage \"DOCSEL\", 42, 176;}\n\tInInventory not DocKillFlag7,1{DrawImage \"DOCSEL\", 34, 176;}\n\t}\n\tInInventory DocFreezeMode, 1{\n\tDrawImage \"FLASHSI\", 50, 176;\n\tDrawImage \"ATOMI\", 42, 176;\n\tDrawImage \"LEAFI\", 34, 176;\n\tInInventory not DocKillFlag6,1{DrawImage \"DOCSEL\", 50, 176;}\n\tInInventory not DocKillFlag7,1{DrawImage \"DOCSEL\", 42, 176;}\n\tInInventory not DocKillFlag8,1{DrawImage \"DOCSEL\", 34, 176;}\n\t}\n\tInInventory DocHotMode, 1{\n\tDrawImage \"ATOMI\", 50, 176;\n\tDrawImage \"LEAFI\", 42, 176;\n\tDrawImage \"METLSI\", 34, 176;\n\tInInventory not DocKillFlag7,1{DrawImage \"DOCSEL\", 50, 176;}\n\tInInventory not DocKillFlag8,1{DrawImage \"DOCSEL\", 42, 176;}\n\tInInventory not DocKillFlag1,1{DrawImage \"DOCSEL\", 34, 176;}\n\t}\n\tInInventory DocLeafMode, 1{\n\tDrawImage \"LEAFI\", 50, 176;\n\tDrawImage \"METLSI\", 42, 176;\n\tDrawImage \"AIRSI\", 34, 176;\n\tInInventory not DocKillFlag8,1{DrawImage \"DOCSEL\", 50, 176;}\n\tInInventory not DocKillFlag1,1{DrawImage \"DOCSEL\", 42, 176;}\n\tInInventory not DocKillFlag2,1{DrawImage \"DOCSEL\", 34, 176;}\n\t*/\n\t}\n\nIsSelected NapalmBombBoss1, NapalmBombBoss2{\nIsSelected NapalmBombBoss1\n{\n\tDrawbar\"NAPVR1\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\n}\nelse\n{\n\tDrawbar\"NAPVR2\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\n}\nDrawbar\"NAPVARA\", \"VNOBAR\", Ammo2, horizontal, 58, 184;\nDrawbar\"V1AMM24\", \"VAREMPTY\", NapalmDasherAmmo, horizontal, 58, 176;\nInInventory NapalmDasherAmmo, 60{DrawBar \"BURSVAR\", \"VNOBAR\", NapalmDasherAmmo, horizontal, 58, 176;}\nInInventory NapalmDashTrigger, 1{\nDrawImage \"NAPDASH\", 282,6;\nDrawBar \"BURSVAR\", \"VNOBAR\", NapalmDasherAmmo, horizontal, 58, 176;}\n}\n\nIsSelected GyroAttackBoss\n{\n\tInInventory WreckAndRollAmmo, 7{Drawbar\"GYRVAR3\",\"VAREMPTY\",Ammo1,horizontal, 58, 184;}\n\telse InInventory WreckAndRollAmmo, 3{Drawbar\"GYRVAR2\",\"VAREMPTY\",Ammo1,horizontal, 58, 184;}\n\telse {Drawbar\"GYRVAR1\",\"VAREMPTY\",Ammo1,horizontal, 58, 184;}\n\tInInventory GyromanCharge,2{DrawBar \"VARFLS1\", \"VNOBAR\", GyromanCharge, horizontal, 58, 184;}\n\tInInventory GyroNoCharge,2{DrawBar \"VARFLS1\", \"VNOBAR\", GyroNoCharge, horizontal, 58, 184;}\n}\n\nIsSelected DarkTankBoss,DarkTankBoss2\n{\n\tIsSelected DarkTankBoss\n\t{\n\t\tDrawbar\"DM1VAR1\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\n\t}\n\telse\n\t{\n\t\tDrawbar\"VARAMMO4\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\n\t}\n\tInInventory DarkTankRamAmmo,24\n\t{\n\t\tDrawbar\"V1AMMO1\", \"VAREMPTY\", Ammo2, horizontal, 58, 176;\n\t}\n\telse\n\t{\n\t\tDrawbar\"DM1VAR2\", \"VAREMPTY\", Ammo2, horizontal, 58, 176;\n\t}\n\tInInventory DarkmanOneAltCharge,1\n\t{\n\t\tDrawbar\"PAKATVAR\", \"VNOBAR\", DarkmanOneAltCharge, horizontal, 58, 184;\n\t}\n\tInInventory DarkTankAltCooldown,1\n\t{\n\t\tDrawbar\"QUIVARA\", \"VNOBAR\", DarkTankAltCooldown, horizontal, 58, 184;\n\t}\n\tInInventory DarkTankJumpCooldown,1\n\t{\n\t\tDrawbar\"VARFLS1\", \"VNOBAR\", DarkTankJumpCooldown, horizontal, 130, 184;\n\t}\n}\n\nIsSelected DangerWrapBoss, BubbleWrapBoss{\nIsSelected DangerWrapBoss{Drawbar\"V1AMM33\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;}\nElse{Drawbar\"VARAMM33\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;}\nInInventory BurstmanAltfireCooldown,2{Drawbar\"PAKATVR2\", \"VNOBAR\", BurstmanAltfireCooldown, horizontal, 58, 184;}\nInInventory BurstMinePopDelay_P, 1{Drawbar\"BURSVAR\", \"VNOBAR\", BurstMinePopDelay_P, horizontal, 58, 184;}\n//InInventory BurstBubbleLimiter, 1{Drawbar\"BURSVAR\", \"VNOBAR\", BurstBubbleLimiter, horizontal, 58, 176;}\nDrawbar\"BRSTVAR\", \"VAREMPTY\", BubbleRiderAmmo, horizontal, 58, 176;\nInInventory BubbleRiderAmmo, 80{Drawbar\"BRSTVARA\", \"VNOBAR\", BubbleRiderAmmo, horizontal, 58, 176;}\nInInventory BubbleRiderTrigger, 1{ DrawImage \"BURSRIDE\", 282,6;\nDrawbar\"BRSTVARA\", \"VNOBAR\", BubbleRiderAmmo, horizontal, 58, 176;}\n}\n\nIsSelected FlashBombBoss{\nDrawbar \"V9AMM46\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tInInventory GrenademanKillStock, 5\n\t{\n\t\tInInventory GrenademanKillStock, 10\n\t\t{\n\t\t\tDrawbar \"QUIVARA\",\"VNOBAR\",GrenademanKillStock,horizontal,130,184;\n\t\t}\n\t\tElse\n\t\t{\n\t\t\tDrawbar \"BURSVAR\",\"VNOBAR\",GrenademanKillStock,horizontal,130,184;\n\t\t}\n\t}\n\tElse InInventory not GrenademanKillStock, 5\n\t{\n\t\tDrawbar \"NAPVARA\",\"VNOBAR\",GrenademanKillStock,horizontal,130,184;\n\t}\nInInventory WeaponCharge,62{Drawbar \"VARFLS1\",\"VNOBAR\",Ammo1,horizontal,58,184;}\nDrawbar \"GREVASH\", \"VAREMPTY\",GrenDash,horizontal,58,176;\nInInventory GrenItemFlag,1{DrawImage\"GREDED\",0,0;}\n}\n\nIsSelected IceWaveBoss1,IceWaveBoss2{\nDrawbar \"V1AMM45\",\"VAREMPTY\",Ammo1,horizontal,58,184;\nDrawbar \"V1AMM54\",\"VAREMPTY\",Ammo2,horizontal,58,176;\nInInventory FrostSlamJumpCharge,1{DrawBar \"QUIVARA\", \"VNOBAR\", FrostSlamJumpCharge, horizontal, 58,184;}\n}\n\nIsSelected WaveBurnerBoss{\nDrawbar\"BURN2VAR\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\nDrawbar\"V4AMM57\", \"VAREMPTY\", Ammo2, horizontal, 58, 176;\nInInventory WeaponCharge,70 {Drawbar\"VARFLS1\",\"VNOBAR\",Ammo2,horizontal, 58, 176;}\nInInventory ForestDiverAmmo, 1{Drawbar\"BRNMVAR\", \"VNOBAR\", ForestDiverAmmo, horizontal, 58, 184;}\n}\n\nIsSelected PlugBallBoss{\nDrawBar \"V14AMM60\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\nDrawbar\"PLUGSVR2\",\"VAREMPTY\",Ammo2, horizontal, 58, 176;\nInInventory PlugCharge, 1{Drawbar\"PLUGMVAR\", \"VNOBAR\", PlugCharge, horizontal, 58, 184;}\nInInventory PlugManAmmo2, 256{DrawBar \"VARFLS1\", \"VNOBAR\", PlugManAmmo2, horizontal, 58, 176;}\n}\n\n//Darkman3\nIsSelected DarkSniperBoss\n{\n\tDrawBar\"DM3VAR1\",\"VAREMPTY\",Ammo1,horizontal, 58, 184;\n\tDrawBar\"DM3VAR2\",\"VAREMPTY\",Ammo2,horizontal, 58, 176;\n\tDrawBar\"NAPVARA\",\"VNOBAR\",NotAFlightClassAmmo, horizontal, 130, 184;\n\tInInventory Dark3ChargeAmmo,2\n\t{\n\t\tDrawbar\"PLUGMVAR\", \"VNOBAR\", Dark3ChargeAmmo, horizontal, 58, 184;\n\t}\n}\n\n//Waveman DOS\nIsSelected WaterShooterBoss{Drawbar\"WAPCVR1\",\"VAREMPTY\",Ammo1,horizontal, 58, 184;\nDrawbar\"WAPCVR2\",\"VAREMPTY\",Ammo2,horizontal, 58, 176;\nInInventory SMBSwimLimit,1{DrawBar\"2C_S_VAR\",\"VNOBAR\",SMBSwimLimit,horizontal, 58, 184;}\n}\n\n//Crashman\nPlayerClass Crashman\n{\n\tDrawbar\"V4AMM83\",\"VAREMPTY\",Ammo1,horizontal, 58, 184;\n\tInInventory CrashmanCharge, 2{Drawbar\"PAKATVAR\", \"VNOBAR\", CrashmanCharge, horizontal, 58, 184;}\n\tDrawBar \"COLTVARA\",\"VNOBAR\",CrashMineAmount,horizontal, 58, 184;\n\tDrawbar\"V2AMMO1\",\"VAREMPTY\",Ammo2,horizontal, 58, 176;\n\t//InInventory AutoBuddyFlag,3{DrawImage\"CRAAZ\",50, 184;}\n\t//else InInventory AutoBuddyFlag,2{DrawImage\"CRAAY\",50, 184;}\n\t//else InInventory AutoBuddyFlag,1{DrawImage\"CRAAX\",50, 184;}\n}\n\n//Colton\nIsSelected DesertRattlerBoss\n{\n\tDrawbar\"COLTVAR\",\"VAREMPTY\",Ammo1,horizontal, 58, 184;\n\tDrawBar\"COLTVR2\",\"VAREMPTY\",Ammo2,horizontal, 58, 176;\n\tDrawBar \"COLTVARA\",\"VNOBAR\",NotBrightGrenadeAmmo,horizontal, 58, 176;\n}\n\n//Bass\nWeaponAmmo BassBusterAmmo\n{\n\tInInventory BassHasTrebleBoostFlag, 1 {DrawBar\"BASSVART\",\"VAREMPTY\",BassBusterAmmo,horizontal, 58, 184;}\n\tElse {DrawBar\"BASSVAR1\",\"VAREMPTY\",BassBusterAmmo,horizontal, 58, 184;}\n\tDrawBar\"V1AMMO1\",\"VAREMPTY\",BassEvilEnergyAmmo,horizontal, 58, 176;\n\tInInventory BassBusterCharge, 2{Drawbar\"NAPVARA\",\"VNOBAR\",BassBusterCharge,horizontal, 58, 184;}\n\tInInventory BassAltfireCooldown, 2{Drawbar\"PAKATVAR\",\"VNOBAR\",BassAltfireCooldown,horizontal, 130, 184;}\n\tInInventory BassBlueEnergyActive{Drawbar\"BASSRVAR\",\"VNOBAR\",BassEvilEnergyAmmo,horizontal,58,176;}\n\tInInventory BassRedEnergyActive{Drawbar\"BASSBVAR\",\"VNOBAR\",BassEvilEnergyAmmo,horizontal,58,176;}\n\t//DrawImage \"ULVLI\", 50, 184;\n\t//DrawNumber 2,CMBHQFONT,Untranslated,ULVLFlag,alignment(left),51, 176;\n}\n\n//Pharaohman\nInInventory IsPharaohman, 1\n{\n\n//// HUDS for Techs\n\tIsSelected FireBoltTech\n {\n\t\tInInventory FireBoltAmmo, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, FireBoltAmmo, 47, 185, 0, BRICK, 1, LIGHTBLUE, 4;\n\t\t}\n\t}\n\tIsSelected ExecuteTech1\n\t{\n\tInInventory ExecuteAmmo1, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, ExecuteAmmo1, 47, 185, 0, BRICK, 1, LIGHTBLUE, 4;\n\t\t}\n\t}\n\tIsSelected ExecuteTech2\n\t{\n\tInInventory ExecuteAmmo2, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, ExecuteAmmo2, 47, 185, 0, BRICK, 1, LIGHTBLUE, 3;\n\t\t}\n\t}\n\tIsSelected ExecuteTech3\n\t{\n\tInInventory ExecuteAmmo3, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, ExecuteAmmo3, 47, 185, 0, BRICK, 1, LIGHTBLUE, 2;\n\t\t}\n\t}\n\tIsSelected SetsWatchTech\n\t{\n\tInInventory SetsWatchAmmo, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, SetsWatchAmmo, 47, 185, 0, BRICK, 1, LIGHTBLUE, 3;\n\t\t}\n\t}\n\tIsSelected AscensionTech\n\t{\n\tInInventory AscensionAmmo, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, AscensionAmmo, 47, 185, 0, BRICK, 1, LIGHTBLUE, 1;\n\t\t}\n\t}\n\tIsSelected SanctuaryTech\n\t{\n\tInInventory SanctuaryAmmo, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, SanctuaryAmmo, 47, 185, 0, BRICK, 1, LIGHTBLUE, 2;\n\t\t}\n\t}\n\tIsSelected SolarShineTech\n\t{\n\tInInventory SolarShineAmmo, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, SolarShineAmmo, 47, 185, 0, BRICK, 1, LIGHTBLUE, 2;\n\t\t}\n\t}\n\tIsSelected SunShotgunTech\n\t{\n\tInInventory SunShotgunAmmo, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, SunShotgunAmmo, 47, 185, 0, BRICK, 1, LIGHTBLUE, 2;\n\t\t}\n\t}\n\tIsSelected IceLancesTech\n\t{\n\tInInventory IceLancesAmmo, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, IceLancesAmmo, 47, 185, 0, BRICK, 1, LIGHTBLUE, 2;\n\t\t}\n\t}\n\tIsSelected TeslaSphereTech\n\t{\n\tInInventory TeslaSphereAmmo, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, TeslaSphereAmmo, 47, 185, 0, BRICK, 1, LIGHTBLUE, 2;\n\t\t}\n\t}\n\tIsSelected NaniteCloudTech\n\t{\n\tInInventory NaniteCloudAmmo, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, NaniteCloudAmmo, 47, 185, 0, BRICK, 1, LIGHTBLUE, 2;\n\t\t}\n\t}\n\tIsSelected ShadowCloneTech\n\t{\n\tInInventory ShadowCloneAmmo, 1\n\t\t{\n\t\t\tDrawNumber 4, SMALLFONT, YELLOW, ShadowCloneAmmo, 47, 185, 0, BRICK, 1, LIGHTBLUE, 2;\n\t\t}\n\t}\n//// Altfire Hold checker for selling mechanism\n\n\tInInventory SellCharge, 10\n\t{\n\t\tDrawString SMALLFONT, GREEN, \"\\cmHold to Sell...\", 210, 8;\n\t}\n\tInInventory SellCharge, 35\n\t{\n\t\tDrawString SMALLFONT, YELLOW, \"\\cuHold to Sell...\", 210, 8;\n\t}\n\tInInventory SellCharge, 70\n\t{\n\t\tDrawString SMALLFONT, RED, \"\\cjHold to Sell...\", 210, 8;\n\t}\n\tInInventory CantSell, 1\n\t{\n\t\tDrawString SMALLFONT, RED, \"\\cgYou cannot sell this tech.\", 210, 8;\n\t}\n\n\tDrawBar \"VARAMM67\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\n\tDrawBar \"VARAMMO1\", \"VAREMPTY\", Ammo2, horizontal, 58, 192;\n\n\tInInventory TechAmmo, 100\n\t{\n\t\tDrawBar \"VG_X_VAR\", \"VNOBAR\", Ammo2, horizontal, 58, 192;\n\t}\n\n\tInInventory ExecuteWeakness1, 1\n\t{\n\tDrawBar \"E1_A_VAR\", \"VNOBAR\", Health, horizontal, 130, 184;\n\t}\n\n\tInInventory ExecuteWeakness2, 1\n\t{\n\tDrawBar \"E2_A_VAR\", \"VNOBAR\", Health, horizontal, 130, 184;\n\t}\n\n\tInInventory ExecuteWeakness3, 1\n\t{\n\tDrawBar \"E3_A_VAR\", \"VNOBAR\", Health, horizontal, 130, 184;\n\t}\n\n\tIsSelected TurnInsaneTech\n\t{\n\t\tInInventory InsanePunchWindup, 2\n\t\t{\n\t\t\tDrawbar\"NAPVARA\",\"VNOBAR\",InsanePunchWindup,Horizontal,58,184;\n\t\t}\n\t}\n}\n\n//Cactus.\nIsSelected SpikeShotBoss\n{\n\tDrawBar \"CACTVAR\",\"VAREMPTY\",Ammo1,horizontal, 58, 184;\n\tDrawBar \"CACTVR2\",\"VAREMPTY\",Ammo2,horizontal, 58, 176;\n\tDrawBar \"COLTVARA\",\"VNOBAR\",CactusItemAmmo,horizontal, 58, 176;\n\tDrawBar \"NAPVARA\",\"VNOBAR\",CactusMineFlag,horizontal, 58, 184;\n}\n\n//Fuseman\nIsSelected ScrambleThunderBoss{Drawbar\"VARAMMFS\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\nDrawBar \"FUS1VAR\",\"VAREMPTY\",Ammo2,horizontal,58,192;\nInInventory FuseAltAmmo, 80{DrawBar \"FUS1VARA\",\"VAREMPTY\",Ammo2,horizontal,58,192;}\nInInventory VoltekkerFlag, 1{DrawBar \"FUS1VARA\",\"VAREMPTY\",Ammo2,horizontal,58,192;}\n}\n\nIsSelected ScrambleDashBoss{Drawbar\"VARAMMFS\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\nDrawBar \"FUS2VAR\",\"VAREMPTY\",Ammo2,horizontal,58,192;\nInInventory FuseAltAmmo, 40{DrawBar \"FUS2VARA\",\"VAREMPTY\",Ammo2,horizontal,58,192;}\n}\n\n//Dr. Wily\nIsSelected DrWeakBossClassWeapon\n{\n\tDrawBar \"WILYSVR1\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\n\tDrawbar\"VAREMPTY\",\"WILYSVR2\",Ammo2, horizontal, Reverse, 58, 176;\n\tInInventory WilyLungeCharge{DrawBar\"VARFLS1\",\"VNOBAR\",WilyLungeCharge,horizontal,58,184;}\n\tInInventory WilyRepairingTime{DrawBar\"VARFLS1\",\"VNOBAR\",WilyRepairingTime,horizontal,58,176;}\n\tInInventory WilyUser1Delay{DrawBar\"VARFLS1\",\"VNOBAR\",WilyUser1Delay,horizontal,58,176;}\n\tInInventory WilyUser2Delay{DrawBar\"BURSVAR\",\"VNOBAR\",WilyUser2Delay,horizontal,58,184;}\n}\n\n//Rockman\nIsSelected RockBusterBoss\n{\n\tDrawbar\"VARENERG\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\n}\n\n//YD\nIsSelected YellowDevilBoss1, YellowDevilBoss2, YellowDevilBoss3 {\nDrawBar \"YDVAR\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\nDrawBar \"YDVAR2\", \"VAREMPTY\", DevilWarpAmmo, horizontal, 58, 176;\nInInventory YDChargeInd, 124{Drawbar \"YDVALT\", \"VNOBAR\", DevilWarpAmmo, horizontal, 58, 176;}\nInInventory CutterFlag, 10 {Drawbar \"YDVALT\", \"VNOBAR\", DevilWarpAmmo, horizontal, 58, 176;}\n\nInInventory YDChargeInd,1\n\t{\n\t\tInInventory not YDChargeInd, 124\n\t\t{\n\t\t\tDrawbar \"YDVALT\",\"VNOBAR\",YDChargeInd, horizontal, 58, 176;\n\t\t}\n\t}\n}\n\n//Tango\nIsSelected TangoRollBoss\n{\n\tDrawbar\"VARAMTNG\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tDrawbar\"VARFLS1\",\"VNOBAR\",TangoRollCooldown,horizontal,58,184;\n\tDrawbar\"VARAMTNR\",\"VAREMPTY\",TangoAmmo,horizontal,58,176;\n\tInInventory TangoAmmo2,1{Drawbar\"VNOBAR\",\"VNOBAR\",TangoAmmo2,horizontal,58,176;}\n\tInInventory TangoAmmo2,2{Drawbar\"TANVAR\",\"VNOBAR\",TangoAmmo2,horizontal,58,176;}\n}\n\n//Treble\nIsSelected TrebleBuster\n{\n\tDrawbar \"VARAMMTR\", \"VAREMPTY\", Ammo1, horizontal,58, 184;\n\tInInventory TrebleCharge, 1{DrawBar \"TRBVARB\", \"VNOBAR\", TrebleCharge, horizontal,130,184;}\n\tInInventory TrebleAltCooldown, 1{DrawBar \"PAKATVR2\", \"VNOBAR\", TrebleAltCooldown, horizontal, 130, 184;}\n\tInInventory TrebleMainCooldown, 1{DrawBar \"TRBVAR7\", \"VNOBAR\", TrebleMainCooldown, horizontal, 130, 184;}\n\n\tInInventory BaseCustomFlag1, 1{DrawImage \"T01SX0\", 290,32;}\n}\n\n//Doc Robot Mark 2\nIsSelected DocBusterMark2Boss\n{\n\tInInventory DocArsenalMark2U2Flag,1\n\t{\n\t\tDrawbar\"DMK2VC\", \"VAREMPTY\", DocMark2U2Stock, horizontal,58, 184;\n\t\tDrawBar\"VARFLS1\", \"VNOBAR\", DocArsenalMark2U2Overlay, horizontal, 130, 184;\n\t\tDrawBar\"PAKATVAR\", \"VNOBAR\", DocMark2U2HitCount, horizontal,58, 184;\n\t}\n\telse\n\t{\n\t\tDrawbar\"DMK2VA\", \"VAREMPTY\", Ammo1, horizontal,58, 184;\n\t}\n\tDrawbar\"DMK2VB\", \"VAREMPTY\", Ammo2, horizontal,58, 176;\n\tInInventory DocArsenalMark2Shield,2{DrawBar\"PAKATVAR\", \"VNOBAR\", DocArsenalMark2Shield, horizontal,58, 176;}\n}\n\n//Cloudman\nIsSelected ThunderBoltBoss\n{\n\tDrawbar\"V8AMM34\",\"VAREMPTY\",Ammo1,horizontal,58, 184;\n\tInInventory CloudCharge, 1{Drawbar\"VARFLS1\",\"VNOBAR\",CloudCharge,horizontal,58, 184;}\n\tDrawbar\"V1AMMO1\",\"VAREMPTY\",Ammo2,horizontal,58, 176;\n\tDrawbar\"PAKATVAR\",\"VNOBAR\",CloudmanAltAmmo,horizontal,58, 176;\n}\n\n//Diveman\nIsSelected DiveMissileBoss\n{\n\tDrawbar\"VARAMM10\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\n\tDrawbar\"V1AMMO1\", \"VAREMPTY\", Ammo2, horizontal, 58, 176;\n\tInInventory DiveUser1Delay, 1{Drawbar\"VARFLS1\",\"VNOBAR\",DiveUser1Delay,horizontal, 58, 184;}\n\tInInventory DivemanItemFlag,2{DrawImage \"DIVIND2\",0,0;}\n\tInInventory DivemanItemFlag,3{DrawImage \"DIVEIND\",0,0;}\n\tInInventory DivemanAmmoBoost_P\n\t{\n\t\tDrawBar \"E2_A_VAR\", \"VNOBAR\", DivemanAmmoBoost_P, horizontal, 58, 184;\n\t\tDrawBar \"E2_A_VAR\", \"VNOBAR\", DivemanAmmoBoost_P, horizontal, 58, 176;\n\t}\n}\n\n//Crab\nInInventory IAmCrab\n{\n\tInInventory not CrabCoconutGunBoss { InInventory not CrabPulseRayBoss {\n\t\tInInventory not CrabOctoAnnihilatorBoss { InInventory not CrabEarthQuakerBoss {\n\t\t\tDrawbar\"CRABVAR\", \"VAREMPTY\", CrabUpgradeAmmo, horizontal, 58, 176;\n\t\t\tInInventory CrabUpgradeAmmo, 175{Drawbar\"PAKATVAR\", \"VNOBAR\", CrabUpgradeAmmo, horizontal, 58, 176;}\n\t\t}}\n\t}}\n\tDrawbar\"VARAMM14\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\n\tDrawBar\"PAKATVAR\",\"VNOBAR\",Ammo2,horizontal, 58, 184;\n\tDrawBar\"BURSVAR\",\"VNOBAR\",CrabIsGoneAmmo,horizontal, 130, 184;\n}\n\n//Peppino\nIsSelected PeppinoSpaghettiBoss\n{\n Drawbar\"PEPPVAR\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\n\tDrawbar\"VARAMMO1\", \"VAREMPTY\", Ammo2, horizontal, 58, 176;\n InInventory BaronHellGrabTimer,2{DrawBar \"VARFLS1\",\"VNOBAR\",BaronHellGrabTimer,horizontal, 58, 184;}\n InInventory RunningTooFastAmmo, 28\n {\n DrawImage \"PPNODSHF\", 0, 0;\n }\n Else InInventory RunningTooFastAmmo, 24\n {\n DrawImage \"PPNODSH6\", 0, 0;\n }\n Else InInventory RunningTooFastAmmo, 20\n {\n DrawImage \"PPNODSH5\", 0, 0;\n }\n Else InInventory RunningTooFastAmmo, 16\n {\n DrawImage \"PPNODSH4\", 0, 0;\n }\n Else InInventory RunningTooFastAmmo, 12\n {\n DrawImage \"PPNODSH3\", 0, 0;\n }\n Else InInventory RunningTooFastAmmo, 8\n {\n DrawImage \"PPNODSH2\", 0, 0;\n }\n Else\n {\n DrawImage \"PPNODSH1\", 0, 0;\n }\n InInventory PeppinoComboPower\n {\n InInventory PeppinoComboCount, 5\n {\n DrawImage \"PPTVF0\", 250, 10;\n }\n Else InInventory PeppinoComboCount, 4\n {\n DrawImage \"PPTVE0\", 250, 10;\n }\n Else InInventory PeppinoComboCount, 3\n {\n DrawImage \"PPTVD0\", 250, 10;\n }\n Else InInventory PeppinoComboCount, 2\n {\n DrawImage \"PPTVC0\", 250, 10;\n }\n Else InInventory PeppinoComboCount, 1\n {\n DrawImage \"PPTVB0\", 250, 10;\n }\n Else\n {\n DrawImage \"PPTVA0\", 250, 10;\n }\n }\n Else\n {\n DrawImage \"PPTVA0\", 250, 10;\n }\n}\n\n//Vigilante\nIsSelected CheeseRevolverBoss\n{\n\tDrawBar\"VIGLVAR\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tDrawBar\"V3AMMO1\",\"VAREMPTY\",Ammo2,horizontal,58,176;\n\tInInventory VigiRunLimit, 60\n\t{\n\t\tDrawImage \"PPNODSHF\", 0, 0;\n\t}\n\tElse InInventory VigiRunLimit, 50\n\t{\n\t\tDrawImage \"PPNODSH6\", 0, 0;\n\t}\n\tElse InInventory VigiRunLimit, 40\n\t{\n\t\tDrawImage \"PPNODSH5\", 0, 0;\n\t}\n\tElse InInventory VigiRunLimit, 30\n\t{\n\t\tDrawImage \"PPNODSH4\", 0, 0;\n\t}\n\tElse InInventory VigiRunLimit, 20\n\t{\n\t\tDrawImage \"PPNODSH3\", 0, 0;\n\t}\n\tElse InInventory VigiRunLimit, 10\n\t{\n\t\tDrawImage \"PPNODSH2\", 0, 0;\n\t}\n\tElse\n\t{\n\t\tDrawImage \"PPNODSH1\", 0, 0;\n\t}\n\tInInventory VigilanteAltCharge,2\n\t{\n\t\tDrawBar\"VARFLS1\",\"VNOBAR\",VigilanteAltCharge,horizontal,58,176;\n\t}\n}\n\n//Isaac\nWeaponAmmo BombsYouWantIt {\nDrawBar \"VARAMM60\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\nDrawbar\"PLUGSVAR\",\"VAREMPTY\",Ammo2, horizontal, 58, 176;\n}\n\n//PEPSI MAN!!!!!!!\nIsSelected PepsiAdWep\n{\n\tDrawbar\"V7AMMO1\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\n\tDrawbar\"V1AMM16\", \"VAREMPTY\", Ammo2, horizontal, 58, 176;\n\tInInventory PepsiCharge,2\n\t{\n\t\tDrawBar \"PAKATVAR\",\"VNOBAR\",PepsiCharge,horizontal, 58, 184;\n\t}\n}\n\n//Rhyhtm Man\nInInventory IsRhythmMan\n{\n\tDrawBar \"RYTHMBRF\",\"RYTHMBRE\",Ammo1,vertical,0,0;\n}\n\n//Quint\nIsSelected QuintQR2Hero, QuintEnergyConverter\n{\n\tDrawbar\"QUIVAR5\", \"VAREMPTY\", Base112Ammo, horizontal, 58,184;\n\tDrawbar\"QUIVAR\",\"VAREMPTY\",QuintGemEnergyRegenAmmo, horizontal, 58, 176;\n\tInInventory QuintNoAmmoSpeed, 1\n\t{\n\t\tDrawbar \"VARFLS1\",\"VNOBAR\",QuintGearCooldownInv,horizontal,58,184;\n\t}\n\tInInventory QuintDashLimit, 1\n\t{\n\t\tDrawbar \"QUIDASV\",\"VNOBAR\",QuintDashLimit,horizontal,58,184;\n\t}\n\tInInventory QuintGemEnergy,0{\n\tDrawImage\"SHOHICON\",50,176;\n\tDrawNumber 8, CMBHRFONT, GREEN, QuintGemEnergy, 57, 184, 0, GREEN, 1, GREEN, 8;\n\t}\n\tInInventory QuintHasVulcanBurstFlag,1{DrawImage\"VLBRICON\",50,168;}\n\tInInventory QuintHasRecursiveBomberFlag,1{DrawImage\"RBOMICON\",58,168;}\n\tInInventory QuintHasDreamTwinsFlag,1{DrawImage\"TWDRICON\",66,168;}\n\tInInventory QuintHasSurgeBinderFlag,1{DrawImage\"SRBNICON\",74,168;}\n\tInInventory QuintHasDrillShredderFlag,1{DrawImage\"DRSLICON\",82,168;}\n\tInInventory QuintHasSonicBoomerangFlag,1{DrawImage\"SNBMICON\",90,168;}\n\tInInventory QuintHasTimeWrapFlag,1{DrawImage\"TMWRICON\",98,168;}\n\tInInventory QuintHasSnakeCommandoFlag,1{DrawImage\"SACMICON\",106,168;}\n\n\tInInventory QuintShopFlag,1{\n\tDrawImage\"VLBRICON\",42, 176;\n\tInInventory ShopSelectFlag,1{DrawImage\"RBOMICON\",42, 176;}\n\tInInventory ShopSelectFlag,2{DrawImage\"TWDRICON\",42, 176;}\n\tInInventory ShopSelectFlag,3{DrawImage\"SRBNICON\",42, 176;}\n\tInInventory ShopSelectFlag,4{DrawImage\"DRSLICON\",42, 176;}\n\tInInventory ShopSelectFlag,5{DrawImage\"SNBMICON\",42, 176;}\n\tInInventory ShopSelectFlag,6{DrawImage\"TMWRICON\",42, 176;}\n\tInInventory ShopSelectFlag,7{DrawImage\"SACMICON\",42, 176;}\n\t}\n\n}\n\n//Plantman\nIsSelected PlantBarrierBoss\n{\n\tDrawbar\"V4AM201\", \"VAREMPTY\", SeedsAmmo, horizontal,58,176;\n\tDrawbar\"V1AMM28\", \"VAREMPTY\", Ammo1, horizontal,58,184;\n\tInInventory ShieldCheck, 1\n\t{\n\t\tDrawBar \"VARFLS7\", \"VAREMPTY\", Ammo1, horizontal,58,184;\n\t}\n}\n\n//Quick Man\nIsSelected QuickBoomerangBoss1, QuickBoomerangBoss2\n{\n\tIsSelected QuickBoomerangBoss2\n\t{\n\t\tInInventory QuickmanAmmo,8{DrawBar\"V14AMM13\",\"VAREMPTY\", QuickmanAmmo, horizontal, 58, 184;}\n\t\telse {Drawbar\"V14AMM11\", \"VAREMPTY\", QuickmanAmmo, horizontal, 58, 184;}\n\t}\n\telse\n\t{\n\t\tInInventory QuickmanAmmo,8{DrawBar \"V4AMM13\",\"VAREMPTY\",QuickmanAmmo,horizontal, 58, 184;}\n\t\telse {Drawbar\"V14AMM11\", \"VAREMPTY\", QuickmanAmmo, horizontal, 58, 184;}\n\t}\n\tDrawbar\"V7ENER\", \"VAREMPTY\", TooSlowAmmo, horizontal, 58, 176;\n}\n\n//Soldier\nIsSelected SoldierClassWeapon, SoldierClassWeaponAlt\n{\n\tDrawBar\"V4AMMO1\",\"VAREMPTY\",SoldierRocketStock,horizontal,58,184;\n\tDrawBar \"V1AMMO5\",\"VAREMPTY\",SoldierHornAmmo, horizontal, 58,176;\n\tInInventory SoldierHornHeatUp,1{Drawbar \"VARFLS1\",\"VNOBAR\",SoldierHornHeatUp, horizontal, 58, 176;}\n\tDrawBar \"NAPVARA\",\"VNOBAR\",SoldierKillStock,horizontal, 130,184;\n}\n\n//King Knight\nInInventory IsKingKnight\n{\n\tDrawbar \"V_BRKING\",\"VNOBAR\",Health,horizontal,130,184;\n\n\tDrawBar\"V_BRKAMO\",\"V_BRKGN2\",KingKnightGoldAmmo,horizontal,62,184;\n\tDrawImage\"V_BRKGAN\",58,184;\n\tInInventory BubbleFrogPowerProtection{DrawBar\"PAKATVAR\",\"VNOBAR\",BubbleFrogPowerProtection,horizontal,130,184;}\n\tInInventory KingKnightGloveHoldAmmo{DrawBar\"PAKATVAR\",\"VNOBAR\",KingKnightGloveHoldAmmo,horizontal,130,184;}\n}\n\n//Propeller Knight\nIsSelected PropellerSword\n{\n\tDrawbar\"VARAMMO4\", \"VAREMPTY\", Ammo1, horizontal,58,184;\n\tDrawbar\"GCWVR3\", \"VAREMPTY\", Ammo2, horizontal, 58,176;\n\tInInventory PropellerSlashCharge,1{Drawbar\"VARFLS1\",\"VNOBAR\",PropellerSlashCharge, horizontal,58,184;}\n}\n\n//Treasure Knight\nIsSelected AnchorRelicBoss\n{\n\tDrawbar\"TKVAR1\", \"VAREMPTY\", Ammo1, horizontal,58,184;\n\tDrawbar\"V1AMMO1\", \"VAREMPTY\", Ammo2, horizontal, 58,176;\n\tInInventory TreasureKnightAltDelay,1{Drawbar\"PAKATVAR\",\"VNOBAR\",TreasureKnightAltDelay, horizontal,58,184;}\n}\n\n//Shovel Knight\nIsSelected ShovelKnightShovelBoss\n{\n\tDrawbar\"SKVAR1\", \"VAREMPTY\", Ammo1, horizontal,58,184;\n\tDrawbar\"V2AMMO1\", \"VAREMPTY\", Ammo2, horizontal, 58,176;\n\tDrawbar \"PAKATVAR\",\"VNOBAR\",ShovelUser2Ammo, horizontal, 58,176;\n\tInInventory ShovelKnightMainCharge,1{Drawbar\"VARFLS1\",\"VNOBAR\",ShovelKnightMainCharge, horizontal,58,184;}\n}\n\n//Scott Cawthon\nIsSelected ScottAlarmBoss\n{\n\tDrawbar\"SCTHVR1\", \"VAREMPTY\", Ammo1, horizontal,58,184;\n\tDrawbar\"V1AMMO1\", \"VAREMPTY\", Ammo2, horizontal, 58,176;\n\tInInventory ScottAltCooldown,1{Drawbar\"PAKATVAR\",\"VNOBAR\",ScottAltCooldown, horizontal,58,184;}\n\tInInventory ScottUser2Health,1{Drawbar\"PAKATVAR\",\"VNOBAR\",ScottUser2Health, horizontal, 58,176;}\n}\n\n//Duo\nIsSelected DuoFistRevoRemix\n{\n\tDrawbar\"DUORRVAR\", \"DUVREMPT\", ForGreatJusticeAmmo, horizontal,58,184;\n\tDrawbar\"DUOR2VAR\", \"VAREMPTY\", SpeedAndWeightAmmo, horizontal, 58,176;\n\tInInventory DuoShieldTimer,1{Drawbar\"PAKATVAR\",\"VNOBAR\",DuoShieldTimer, horizontal, 58,184;}\n}\n\n//Deathman\nIsSelected DeathBusterBoss\n{\n\tDrawBar \"V7AMMO1\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tDrawBar \"V1AMM16\",\"VAREMPTY\",Ammo2,horizontal, 58,176;\n\tInInventory DeathBusterCooldown,1\n\t{\n\t\tDrawBar\"VARFLS1\",\"VNOBAR\",DeathBusterCooldown,horizontal, 58,176;\n\t}\n\tDrawbar\"PAKATVAR\",\"VNOBAR\",DeathmanFakeDeathAmmo, horizontal, 58,176;\n\tInInventory DeathBusterCharge,1{Drawbar\"PAKATVAR\",\"VNOBAR\",DeathBusterCharge, horizontal,58,184;}\n}\n\n//Metal Man\nInInventory IsMetalMan\n{\n\tDrawbar\"MEMNVR\",\"VAREMPTY\",MetalManiacAmmo,horizontal,58,184;\n\tDrawbar\"V1AMMO1\", \"VAREMPTY\", MetalManForgingAmmo, horizontal,58,176;\n\tInInventory MetalForgeTimer,1{Drawbar\"PAKATVAR\",\"VNOBAR\",MetalForgeTimer, horizontal,58,176;}\n}\n\n//Crystal Man\nInInventory CrystalEyeBoss\n{\n\tDrawBar \"V7AMM25\", \"VAREMPTY\", Ammo1, horizontal,58,184;\n\tInInventory CrystalU1Delay,1{DrawBar \"PAKATVAR\", \"VNOBAR\", CrystalU1Delay, horizontal,58,184;}\n\tDrawbar \"CRYSTVAR\", \"VAREMPTY\", Ammo2, horizontal,58,176;\n}\n\n//Coronaman\nWeaponAmmo CoronaAmmo28\n{\n\tDrawbar\"CORONVR1\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tDrawbar\"CORONVR2\",\"VAREMPTY\",Ammo2,horizontal,58,176;\n}\n\n//Mars\nWeaponAmmo MarsRedAmmo\n{\n\tIsSelected PhotonMissileBoss1\n\t{\n\t\tDrawBar \"VARAMM75\", \"VAREMPTY\", Ammo1, horizontal,58,184;\n\t\tDrawBar \"V3AMM79\", \"VAREMPTY\", Ammo2, horizontal,58,176;\n\t}\n\telse\n\t{\n\t\tDrawBar \"V6AMM75\", \"VAREMPTY\", Ammo1, horizontal,58,184;\n\t\tInInventory MarsOrangeAmmo, 24\n\t\t{\n\t\t\tDrawBar \"V1AMM79\", \"VAREMPTY\", Ammo2, horizontal,58,176;\n\t\t}\n\t\telse\n\t\t{\n\t\t\tDrawBar \"V1AMM32\", \"VAREMPTY\", Ammo2, horizontal,58,176;\n\t\t}\n\t}\n\tDrawBar\"VARFLS1\", \"VNOBAR\", MarsTreadAmmo, horizontal,58,184;\n}\n\n//Dr. Jekyll and Mr. Hyde\nInInventory IsJekyll\n{\n\tDrawBar \"JEKVAR1\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tDrawBar \"JEKVAR2\",\"VAREMPTY\",Ammo2,horizontal,58,176;\n\tInInventory JekyllAltDelay,1\n\t{\n\t\tDrawBar \"VARFLS1\",\"VNOBAR\",JekyllAltDelay,horizontal,58,184;\n\t}\n\tInInventory JekylLU2Delay,1\n\t{\n\t\tDrawBar \"VARFLS1\",\"VNOBAR\",JekylLU2Delay,horizontal,58,176;\n\t}\n\tInInventory HydeBloodlust,1\n\t{\n\t\tDrawbar\"JEKVAR3\", \"VNOBAR\", HydeBloodlust, horizontal,58,176;\n\t}\n}\n\n//Terra\nInInventory TerraRadizBoss\n{\n\tDrawBar \"TERVAR1\", \"VAREMPTY\", Ammo1, horizontal,58,184;\n\tDrawBar \"PAKATVAR\",\"VNOBAR\",TerraSparkChaserThrowAmmo,horizontal,58,184;\n\tDrawBar \"TERVAR2\",\"VAREMPTY\",Ammo2,horizontal,58,176;\n\tDrawBar \"PAKATVAR\",\"VNOBAR\",SparkFlashCooldown,horizontal,58,176;\n}\n\n//Fakeman\nIsSelected FakeRevolverBoss\n{\n\tInInventory FakemanRevolverAmmo, 0 { DrawImage \"FSTOK0\", 58, 168; }\n\tInInventory FakemanRevolverAmmo, 1 { DrawImage \"FSTOK1\", 58, 168; }\n\tInInventory FakemanRevolverAmmo, 2 { DrawImage \"FSTOK2\", 58, 168; }\n\tInInventory FakemanRevolverAmmo, 3 { DrawImage \"FSTOK3\", 58, 168; }\n\tInInventory FakemanRevolverAmmo, 4 { DrawImage \"FSTOK4\", 58, 168; }\n\tInInventory FakemanRevolverAmmo, 5 { DrawImage \"FSTOK5\", 58, 168; }\n\tInInventory FakemanRevolverAmmo, 6 { DrawImage \"FSTOK6\", 58, 168; }\n\tDrawBar \"FAKEVAR1\",\"VAREMPTY\",Ammo2,horizontal,58,184;\n\tInInventory Not CutterFlag{ DrawImage \"FAKVR2L\", 58, 184; }\n}\n\n//Toadman\nIsSelected RainFlushBoss\n{\n\tDrawBar \"CORONVR2\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tDrawBar \"PAKATVAR\",\"VNOBAR\",ToadmanTongueCooldown,horizontal,58,184;\n\tDrawBar \"V1AMMO1\",\"TDVREMPT\",Ammo2,horizontal,58,176;\n\tInInventory ToadmanPoisonAmmo, 54{Drawbar\"VARFLS1\", \"VNOBAR\", ToadmanPoisonAmmo, horizontal,58,176;}\n}\n\n//Saturn\nIsSelected SaturnBlackHole\n{\nDrawBar \"SATUVR\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\nDrawBar \"V1AMM66\",\"VAREMPTY\",Ammo2,horizontal,58,176;\nDrawBar \"VARFLS1\", \"VNOBAR\", SaturnAltfireAbsorbAmount, horizontal, 58, 184;\nDrawBar \"TRBVAR7\", \"VNOBAR\", SaturnAltfireTimer, horizontal, 58, 184;\nInInventory SaturnRingHitFlag,1{DrawBar \"PAKATVAR\",\"VNOBAR\",SaturnRingHitFlag,horizontal,58,184;}\n}\n\n//Dark Man 2\nIsSelected Darkman2Weapon\n{\nDrawBar \"CRABVAR\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\nDrawBar \"BASSVR\",\"VAREMPTY\",Ammo2,horizontal,58,176;\nDrawBar \"VARFLS1\", \"VNOBAR\", DarkMan2Hold, horizontal, 58, 184;\nDrawBar \"PAKATVAR\",\"VNOBAR\",DarkMan2BlockAmount,horizontal,58,184;\n}\n\n//Air Man\nIsSelected AirShooterQR1Boss\n{\nDrawbar\"SAPTVR\", \"VAREMPTY\", Ammo1, horizontal,58,184;\nDrawBar\"AIRMNVR\",\"VAREMPTY\",Ammo2,horizontal,58,176;\n}\n\n//HexaGlitcher\nIsSelected HexaWeapon\n{\n\tDrawbar\"V2AMM16\", \"VAREMPTY\", Ammo1,horizontal,58,176;\n\tDrawbar\"V1AMMO1\", \"VAREMPTY\", Ammo2,horizontal,58,184;\n\tDrawBar \"PAKATVAR\",\"VNOBAR\",SwingsetCoolDown,horizontal,130,184;\n}\n\nIsSelected CopyRobotBuster\n{\nDrawbar\"CPRVAR1\",\"VAREMPTY\",Ammo1, horizontal,58,184;\nDrawbar\"CPRVAR2\",\"VAREMPTY\",Ammo2, horizontal,58,176;\n}\n\n//Shadow Man\nIsSelected TheArtOfTheNinja\n{\nDrawbar \"V5AMMO7\",\"VAREMPTY\",ShadowmanMainfireAmmo,horizontal,58,184;\nDrawBar \"FAKVR2L\",\"VNOBAR\",Ammo2,horizontal,58,184;\n}\n\n//Centaur Man\nIsSelected CentaurFlashBoss\n{\nDrawbar\"V6AMM26\",\"BAREMPTY\",Ammo1,horizontal,58,184;\nDrawBar\"PAKATVAR\",\"VNOBAR\",CentaurmanArrowCharge,horizontal,58,184;\nDrawBar\"V1AMMO1\",\"BAREMPTY\",Ammo2,horizontal,58,176;\n}\n\n//Tomahawk Man\nIsSelected AmericanBoss\n{\nDrawbar\"V4AMM29\",\"BAREMPTY\",Ammo1,horizontal,58,184;\nDrawBar\"TOMAHVAR\",\"BAREMPTY\",Ammo2,horizontal,58,176;\nDrawBar\"PAKATVAR\",\"VNOBAR\",TomHoldCount,horizontal,58,176;\nDrawBar\"PAKATVAR\",\"VNOBAR\",TomUser1DelayCount,horizontal,58,184;\n}\n\n//Jotaro\nIsSelected StarPlatinumUser\n{\nDrawbar\"JOJOVAR4\",\"JOJOVAR5\",JotaroStandHealth,horizontal,143,193;\nDrawbar\"JOTRVAR\",\"VAREMPTY\",OraOraAmmo,horizontal,58,184;\nDrawbar\"JTR2VAR\",\"VAREMPTY\",StarChargeAmmo, horizontal,58,176;\nDrawBar\"PAKATVAR\",\"VNOBAR\",JotaroHoldCount,horizontal,58,184;\n}\n\n//Wammu\nIsSelected WhamWindFists\n{\nDrawbar\"JOJOVAR4\",\"JOJOVAR5\",WhamModeAmmo,horizontal,143,193;\nDrawbar\"WAMUUVAR\",\"VAREMPTY\",WhamWindAmmo,horizontal,58,184;\n}\n\n//Kira\nIsSelected KiraWeapon\n{\nDrawbar\"JOJOVAR4\",\"JOJOVAR5\",KiraStandHealth,horizontal,143,193;\nDrawbar\"KIRAVAR\",\"VAREMPTY\",KiraAltfireAmmo,horizontal,58,184;\n}\n\n//Secco\nIsSelected SeccoWeapon\n{\nDrawbar\"SECCOVAR\",\"VAREMPTY\",SeccoMainfireCount,horizontal,58,184;\nDrawbar\"JOJOVAR4\",\"JOJOVAR5\",SeccoAltfireAmmo,horizontal,143,193;\n}\n\n//Foo Fighters\nIsSelected FooFightersGun\n{\nDrawbar\"JOJOVAR4\",\"JOJOVAR5\",FooFightersGunAmmo,horizontal,143,193;\nInInventory FooFightersCooldown, 2{DrawBar \"VARFLS1\", \"VNOBAR\", FooFightersCooldown, horizontal, 130, 184;}\n}\n\n//Wekapipo\nIsSelected WreckingBallBossJ\n{\nDrawbar\"WEKAPVAR\",\"VAREMPTY\",Ammo1,horizontal,58,184;\nDrawbar\"JOJOVAR4\",\"JOJOVAR5\",Ammo2,horizontal,143,193;\n}\n\n//Maestro\nIsSelected MaestroBuster,MegaBuster_Campaign\n{\nInInventory MeleeMode, 1{DrawImage \"MAEICN1\", 50, 184;}\nElse InInventory RangedMode, 1{DrawImage \"MAEICN2\", 50, 184;}\nElse InInventory PowerMode, 1{DrawImage \"MAEICN3\", 50, 184;}\nElse InInventory RapidMode, 1{DrawImage \"MAEICN4\", 50, 184;}\nElse InInventory GuardMode, 1{DrawImage \"MAEICN5\", 50, 184;}\n\tDrawbar\"V3AM202\", \"VAREMPTY\", MaestroBNAmmo,horizontal,58,184;\n\tInInventory MaestroChipSelected\n\t{\n\t\tDrawBar \"VARFLS1\", \"VNOBAR\", MaestroBNAmmo,horizontal,58,184;\n\t}\n\tInInventory CopyVisionFlag, 1\n\t{\n\t\tInInventory CopyVisionIndFlicker, 1 {\n\t\t\tDrawImage \"COPYXIND\", 260, 30;\n\t\t}\n\t\tElse {\n\t\t\tDrawImage \"COPYX0\", 260, 30;\n\t\t}\n\t}\n}\n\n//Dr. Light\nWeaponAmmo DrRightAmmo&&LightSentryAmmo\n{\n\tDrawBar \"WILYSVAR\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\n\tDrawbar\"VARAMMO1\",\"VAREMPTY\",Ammo2, horizontal, 58, 176;\n\tInInventory LightCapsuleUpFlag,1{Drawbar\"VARFLS1\",\"VNOBAR\",LightCapsuleUpFlag, horizontal, 58, 176;}\n}\n\n//Misc\nInInventory IsFromMM11\n{\nInInventory IsInvunFlag,1{DrawBar\"ARMVAR4\",\"VNOBAR\",Health,horizontal,130,184;\nDrawBar\"ARMVAR4\",\"VNOBAR\",IsInvunFlag,horizontal,130,184;}\n}\nElse\n{\nInInventory IsInvunFlag,1{DrawBar\"0H_I_VAR\",\"VNOBAR\",Health,horizontal,130,184;\nDrawBar\"0H_M_VAR\",\"VNOBAR\",IsInvunFlag,horizontal,130,184;}\n}\n\nInInventory IsFromMM11\n{\nInInventory ArchvileAllyArmor,1{DrawBar \"ARMVAR5\",\"VNOBAR\",Health,horizontal,130,184;}\n}\nelse\n{\nInInventory ArchvileAllyArmor,1{DrawBar \"VARFLS1\",\"VNOBAR\",Health,horizontal,130,184;}\n}\n\nInInventory BasicArmor,1{\n\tDrawNumber 4,CMBHRFONT,DarkGray,Armor,alignment(right),157,192;\n\tDrawNumber 4,CMBHRFONT,DarkGray,SavePercent,alignment(left),160,192;\n\tInInventory BossBasicArmorAmount,1{DrawBar\"VARAMT31\",\"VNOBAR\",Armor BossBasicArmorAmount,horizontal,130,184;}\n\tElse InInventory IsFromMM11{DrawBar \"ARMVAR2\", \"NOBAR\", Armor, horizontal, 130, 184;}\n\telse{DrawBar\"VARAMT31\",\"VNOBAR\",Armor,horizontal,130,184;}\n}\n\n//Assists\nInInventory RushJetCounter, 5{DrawImage \"RUSHH2H8\", 290,16;}\nInInventory RushJetCounter, 1{DrawImage \"RUSHOUT\", 290,16;}\nInInventory RushMarineCounter, 1{InInventory IsUnderWater, 1{\n\tInInventory RushMarineCounter, 5{DrawImage \"RUSHO0\", 290,8;}\n\tInInventory RushMarineCounter, 1{DrawImage \"RUSHMOUT\", 290,8;}}\n\tInInventory Not IsUnderWater, 1{DrawImage \"RUSHP0\", 290,8;}}\nInInventory BeatCallCheck, 1{DrawImage \"BEATD0\", 298,16;}\nInInventory BeatCounter, 5{DrawImage \"BEATB8B2\", 298,16;}\nInInventory BeatCounter, 1{DrawImage \"BEATOUT\",298,16;}\nInInventory BeatSupportActivated, 1{DrawImage \"BSPTA0\",314,16;}\nInInventory BeatSupportFired, 1 {DrawImage \"BSPTB0\",314,16;}\nInInventory Flashed, 1{DrawImage \"FBLIND\", -30,-20;}\nInInventory EnergyBalancerActive, 1{DrawImage \"NRGOUT\", 267, 10;}\n\n\t//Copyweps//\n\n//MM1 Bars\nIsSelected RollingCutterWepC{Drawbar\"VARAMMO1\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected SuperArmWepC{Drawbar\"VARAMMO2\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected IceSlasherWepC{Drawbar\"VARAMMO3\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected HyperBombWepC{Drawbar\"VARAMMO4\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected FireStormWepC{Drawbar\"VARAMMO5\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected ThunderBeamWepC{Drawbar\"VARAMMO6\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected TimeSlowWepC{DrawBar\"VARAMMO7\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected OilSliderWepC{DrawBar\"VARAMMO8\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tInInventory OilSliderFlag,1{DrawBar\"VARFLS1\",\"VNOBAR\",OilSliderFlag,horizontal,58,184;}}\n\n//MM2\nIsSelected MetalBladeWepC{Drawbar\"VARAMMO9\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected AirShooterWepC{Drawbar\"VARAMM10\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected BubbleLeadWepC{Drawbar\"VARAMMO1\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected QuickBoomerangWepC{Drawbar\"VARAMM11\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected CrashBombWepC{Drawbar\"VARAMM12\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected TimeStopperWepC{Drawbar\"VARAMMO7\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected AtomicFireWepC{Drawbar\"VARAMM13\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tInInventory WeaponCharge,70{DrawBar\"VARFLS2\",\"VAREMPTY\",Ammo1,horizontal,58,184;}}\nIsSelected LeafShieldWepC{Drawbar\"VARAMMO4\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tInInventory ShieldCheck,1{DrawBar\"VARFLS1\",\"VNOBAR\",LeafShieldCharge,horizontal,58,184;}}\n\n//MM3\nIsSelected NeedleCannonWepC{Drawbar\"VARAMMO2\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected MagnetMissileWepC{Drawbar\"VARAMM14\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected GeminiLaserWepC{Drawbar\"VARAMM15\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected HardKnuckleWepC{Drawbar\"VARAMM16\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected TopSpinWepC\n{\nDrawbar\"VARAMM17\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tInInventory DizzyAmount, 2\n\t{\n\tDrawBar \"VARFLS4\", \"VAREMPTY\", DizzyAmount, horizontal,58,184;\n\t}\n\tInInventory DizzyAmount, 1\n\t{\n\tDrawBar \"VARFLS1\", \"VNOBAR\", DizzyAmount, horizontal,58,184;\n\t}\n}\n\nIsSelected SearchSnakeWepC{Drawbar\"VARAMMO4\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected SparkShockWepC\n{\nDrawbar\"VARAMM12\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tInInventory SparkShockCharge,2{DrawBar \"VARFLS1\",\"VNOBAR\",SparkShockCharge,horizontal,58,184;}\n}\nIsSelected ShadowBladeWepC{Drawbar\"VARAMMO7\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\n\n//MM4\nIsSelected FlashStopperWepC{Drawbar\"VARAMM18\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected RainFlushWepC{Drawbar\"VARAMM19\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected DrillBombWepC{Drawbar\"VARAMM14\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected PharaohShotWepC{Drawbar\"VARAMM20\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tInInventory WeaponCharge,78{DrawBar\"VARFLS4\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\n\telse InInventory PharaohCharge,1{DrawBar\"VARFLS1\",\"VNOBAR\",PharaohCharge,horizontal,58,184;}}\nIsSelected RingBoomerangWepC{Drawbar\"VARAMMO9\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected DustCrusherWepC{Drawbar\"VARAMMO1\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected DiveMissileWepC{Drawbar\"VARAMM10\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected SkullbarrierWepC{Drawbar\"VARAMM21\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tInInventory SkullBarrierCooldown,1{DrawBar\"VARAMM65\",\"VAREMPTY\",Ammo1,horizontal,58,184;}}\n\n//MM5\nIsSelected GravityHoldWepC{Drawbar\"VARAMM18\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected WaterWaveWepC{Drawbar\"VARAMM10\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected PowerStoneWepC{Drawbar\"VARAMM22\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected GyroAttackWepC{Drawbar\"VARAMMO4\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected StarCrashWepC{Drawbar\"VARAMM23\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tInInventory ShieldCheck,1{DrawBar\"VARFLS6\",\"VAREMPTY\",Ammo1,horizontal,58,184;}}\nIsSelected ChargeKickWepC{Drawbar\"VARAMM12\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected NapalmBombWepC{Drawbar\"VARAMM24\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected CrystalEyeWepC{Drawbar\"VARAMM25\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\n\n//MM6\nIsSelected BlizzardAttackWepC{Drawbar\"VARAMM15\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected CentaurFlashWepC{Drawbar\"VARAMM26\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected FlameBlastWepC{Drawbar\"VARAMM20\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected KnightCrushWepC{Drawbar\"VARAMM27\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected PlantbarrierWepC{Drawbar\"VARAMM28\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tInInventory ShieldCheck,1{DrawBar\"VARFLS7\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\t\tDrawBar\"6E_A_VAR\",\"VNOBAR\",Health,horizontal,130,184;}}\nIsSelected SilverTomahawkWepC{Drawbar\"VARAMM29\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected WindStormWepC{Drawbar\"VARAMMO1\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected YamatoSpearWepC{Drawbar\"VARAMM30\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\n\n//MM7\nIsSelected FreezeCrackerWepC{Drawbar\"VARAMM31\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected JunkShieldWepC{Drawbar\"VARAMM32\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tInInventory JunkShieldCharge,1{DrawBar\"VARFLS1\",\"VNOBAR\",JunkShieldCharge,horizontal,58,184;}}\nIsSelected DangerWrapWepC{Drawbar\"VARAMM33\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected ThunderBoltWepC{Drawbar\"VARAMM34\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected WildCoilWepC{Drawbar\"VARAMM35\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tInInventory WeaponCharge,23{DrawBar\"VARFLS9\",\"VAREMPTY\",Ammo1,horizontal,58,184;}}\nIsSelected SlashClawWepC{Drawbar\"VARAMM36\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected NoiseCrushWepC{Drawbar\"VARAMM37\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tInInventory WeaponCharge,1{DrawBar\"VARFLS10\",\"VAREMPTY\",Ammo1,horizontal,58,184;}}\nIsSelected ScorchWheelWepC{Drawbar\"VARAMM38\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tInInventory WheelCount,1{DrawBar\"VARFLS1\",\"VNOBAR\",WheelCount,horizontal,58,184;}}\n\n//MM8\nIsSelected MegaBallWepC{Drawbar\"VARAMM39\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected TornadoHoldWepC{Drawbar\"VARAMM40\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected AstroCrushWepC{Drawbar\"VARAMM41\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected FlameSwordWepC{Drawbar\"VARAMM42\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected ThunderClawWepC{Drawbar\"VARAMM43\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected HomingSniperWepC{Drawbar\"VARAMM44\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tInInventory WeaponCharge,35{DrawBar\"VARFLS11\",\"VAREMPTY\",Ammo1,horizontal,58,184;}}\nIsSelected IceWaveWepC{DrawBar\"VARAMM45\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected FlashBombWepC{Drawbar\"VARAMM46\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected WaterBalloonWepC{Drawbar\"VARAMM47\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected TrebleBoost{Drawbar\"VARAMM59\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\n\n//MMB\nIsSelected TenguBladeWepC{Drawbar\"VARAMMO1\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected CopyVisionWepC{Drawbar\"VARAMM52\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected LightningBoltWepC{Drawbar\"VARAMM53\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected IceWallWepC{Drawbar\"VARAMM54\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected SpreadDrillWepC{DrawBar\"VARAMM55\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected RemoteMineWepC{Drawbar\"VARAMM56\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tInInventory WeaponCharge,5{DrawBar\"VARFLS14\",\"VAREMPTY\",Ammo1,horizontal,58,184;}}\nIsSelected WaveBurnerWepC{Drawbar\"VARAMM57\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected MagicCardWepC{Drawbar\"VARAMM58\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\n\n//MM9\nIsSelected PlugBallWepC{DrawBar\"VARAMM60\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected LaserTridentWepC{DrawBar\"VARAMM61\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected TornadoBlowWepC{DrawBar\"VARAMM68\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected JewelSatelliteWepC{DrawBar \"VARAMM63\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tInInventory JewelShieldCheck,1{DrawBar \"VARFLS1\",\"VNOBAR\",JewelShieldCheck,horizontal,58,184;}}\nIsSelected MagmaBazookaWepC{DrawBar\"VARAMM64\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tInInventory WeaponCharge,19{DrawBar \"VARFLS13\",\"VAREMPTY\",Ammo1,horizontal,58,184;}}\nIsSelected ConcreteShotWepC{DrawBar\"VARAMM65\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected BlackHoleBombWepC{DrawBar\"VARAMM66\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tInInventory BlackHoleBombCooldown,1{DrawBar\"VARFLS15\",\"VAREMPTY\",Ammo1,horizontal,58,184;}}\nIsSelected HornetChaserWepC{DrawBar \"VARAMM67\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\n\n//MM10\nIsSelected TripleBladeWepC {DrawBar \"VARAMM6A\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;}\nIsSelected WaterShieldWepC {DrawBar \"VARAMM69\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\n\tInInventory WaterShieldCheck, 1\t{DrawBar \"VARFLS1\", \"VNOBAR\", WaterShieldCheck, horizontal, 58, 184;}}// Over HP\nIsSelected CommandoBombWepC {DrawBar \"VARAMM70\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;}\n\t//InInventory CommandoCooldown {DrawBar \"VARFLS1\", \"VNOBAR\", CommandoCooldown, horizontal, 58, 184;}}\nIsSelected ChillSpikeWepC {DrawBar \"VARAMM71\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;}\nIsSelected ThunderWoolWepC {DrawBar \"VARAMM72\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;}\nIsSelected ReboundStrikerWepC {DrawBar \"VARAMM73\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;}\nIsSelected WheelCutterWepC {DrawBar \"VARAMM74\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\n\tInInventory WheelCutterCheck, 1\t{DrawBar \"VARFLS1\", \"VNOBAR\", WheelCutterCheck, horizontal, 58, 184;}}\nIsSelected SolarBlazeWepC {DrawBar \"VARAMM75\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;}\n\n//MMV\nIsSelected SparkChaserWepC {DrawBar \"VARAMM76\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;}\nIsSelected GrabBusterWepC {DrawBar \"VARAMM77\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;}\nIsSelected BubbleBombWepC {DrawBar \"VARAMM78\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;}\nIsSelected PhotonMissileWepC {DrawBar \"VARAMM79\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\n\tInInventory PhotonMissileCharge, 1\t{DrawBar \"VARFLS1\", \"VNOBAR\", PhotonMissileCharge, horizontal, 58, 184;}}\nIsSelected SaltWaterWepC {DrawBar \"VARAMM80\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;}\nIsSelected ElectricShockWepC {DrawBar \"VARAMM81\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;}\nIsSelected BlackHoleWepC {DrawBar \"VARAMM82\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\n\tInInventory BlackHoldAmmo, 1\t{DrawBar \"VARFLS1\", \"VNOBAR\", BlackHoldAmmo, horizontal, 58, 184;}}\nIsSelected DeepDiggerWepC {DrawBar \"VARAMM83\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\n\tInInventory DeepDiggerFlagL, 1\t{DrawBar \"VARFLS1\", \"VNOBAR\", DeepDiggerFlagL, horizontal, 58, 184;}\n\tInInventory DeepDiggerFlagR, 1\t{DrawBar \"VARFLS1\", \"VNOBAR\", DeepDiggerFlagR, horizontal, reverse, 58, 184;}}\nIsSelected BreakDashWepC {DrawBar \"VARAMM84\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\n\tInInventory WeaponCharge, 23 {DrawBar \"VARFLS17\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;}}\n\n//MMK\nIsSelected SakugarneWepC{Drawbar\"VARAMM48\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected MirrorBusterWepC{Drawbar\"VARAMM49\",\"VAREMPTY\",Ammo1,horizontal,58,184;\n\tInInventory MirrorBusterTimer,1{DrawBar\"VARFLS1\",\"VNOBAR\",MirrorBusterTimer,horizontal,58,184;}}\nIsSelected ScrewCrusherWepC{Drawbar\"VARAMM50\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected BalladeCrackerWepC{Drawbar\"VARAMM51\",\"VAREMPTY\",Ammo1,horizontal,58,184;}\nIsSelected DawnBreakerWepC{Drawbar\"VARAM202\", \"VAREMPTY\", Ammo1, horizontal, 58, 184;\n\tInInventory WeaponCharge, 23{DrawBar\"VARFL202\", \"VNOBAR\", Ammo1, horizontal, 58, 184;}}\n\n// Misc\nInInventory TimeStoppedCounter, 1{DrawImage \"FLASHS\", 36, 0;}\n//}\n\n//Boss Health\nInInventory BossHealth1, 1{DrawBar \"VARHEALT\", \"VAREMPTY\", BossHealth1, horizontal, 202, 184;}\nInInventory BossHealth2, 1{DrawBar \"VARHEALT\", \"VAREMPTY\", BossHealth2, horizontal, 202, 184;}\nInInventory BossHealth3, 1{DrawBar \"VARHEALT\", \"VAREMPTY\", BossHealth3, horizontal, 202, 184;}\nInInventory BossHealth4, 1{DrawBar \"VARHEALT\", \"VAREMPTY\", BossHealth4, horizontal, 202, 184;}\nInInventory BossHealth5, 1{DrawBar \"VARHEALT\", \"VAREMPTY\", BossHealth5, horizontal, 202, 184;}\nInInventory BossHealth6, 1{DrawBar \"VARHEALT\", \"VAREMPTY\", BossHealth6, horizontal, 202, 184;}\nInInventory BossHealth7, 1{DrawBar \"VARHEALT\", \"VAREMPTY\", BossHealth7, horizontal, 202, 168;}\nInInventory BossHealth8, 1{DrawBar \"VARHEALT\", \"VAREMPTY\", BossHealth8, horizontal, 202, 184;}\nInInventory BossHealth9, 1{DrawBar \"VARHEALT\", \"VAREMPTY\", BossHealth9, horizontal, 202, 184;}\nInInventory BossHealthHoloMegaMan, 1{DrawBar \"VARHEALT\", \"VAREMPTY\", BossHealthHoloMegaMan, horizontal, 202, 184;}\nInInventory EvilRobotShield, 1{DrawBar \"VARAMM32\", \"VAREMPTY\", BossHealth1, horizontal, 202, 184;}\nInInventory SunstarShield, 1{DrawBar \"VARAMM32\", \"VAREMPTY\", BossHealth8, horizontal, 202, 184;}\n}\n}\n}\n}\nInInventory GammaPlayerHealth, 1\n{\n InInventory GammaPlayerPowerHP, 1\n {\n DrawImage \"VAMA2FHX\", 129, 178;\n DrawBar \"VAMA2PH0\", \"VNOBAR\", GammaPlayerHealth, horizontal, 130, 184;\n }\n else\n {\n DrawBar \"VARHEALT\", \"VAMA2ECX\", GammaPlayerHealth, horizontal, 130, 184;\n }\n}\n\nInInventory EclipseBossHealth, 1\n{\nDrawBar \"VARECLIP\", \"VAREMPTY\", BossHealth1, horizontal, 202, 184;\nDrawBar \"VAMA2ECT\", \"VAMA2ECX\", EclipseBossHealth, horizontal, 202, 181;\n}\n\n}"
},
{
"source": "pk3",
"name": "MODELDEF.txt",
"contents": "Model SanctuaryFXM1\n{\n\tPath \"models/InsanePharaohman/Sanctuary\"\n\tModel 0 \"SANCTU.md2\"\n\tSkin 0 \"SANCTU1.png\"\n\n\tscale 5.0 5.0 5.0\n\n\t//Rotating\n\t//Rotation-Speed 10\n\t//Rotation-Vector -1 0 0\n\t//PitchFromMomentum\n\t//ALIGNANGLE\n\t//ALIGNPITCH\n\n\tFrameIndex SANC G 0 0\n}\n\nModel SanctuaryFXM2\n{\nPath \"models/InsanePharaohman/Sanctuary\"\nModel 0 \"SANCTU.md2\"\nSkin 0 \"SANCTU2.png\"\nscale 5.0 5.0 5.0\nFrameIndex SANC H 0 0\n}\n\nModel SanctuaryFXM3\n{\nPath \"models/InsanePharaohman/Sanctuary\"\nModel 0 \"SANCTU.md2\"\nSkin 0 \"SANCTU3.png\"\nscale 5.0 5.0 5.0\nFrameIndex SANC I 0 0\n}\n\n//Model SanctuaryFX1{FrameIndex SANC G 0 0}\n//Model SanctuaryFX2{FrameIndex SANC H 0 0}\n//Model SanctuaryFX3{FrameIndex SANC I 0 0}\n\nModel SanctuaryFXMA{Path \"models/InsanePharaohman/Sanctuary\" Model 0 \"SANCTU.md2\" Skin 0 \"SANCTU1.png\" scale 5.0 5.0 5.0 FrameIndex SANC G 0 0}\nModel SanctuaryFXMB{Path \"models/InsanePharaohman/Sanctuary\" Model 0 \"SANCTU.md2\" Skin 0 \"SANCTU2.png\" scale 5.0 5.0 5.0 FrameIndex SANC H 0 0}\nModel SanctuaryFXMC{Path \"models/InsanePharaohman/Sanctuary\" Model 0 \"SANCTU.md2\" Skin 0 \"SANCTU3.png\" scale 5.0 5.0 5.0 FrameIndex SANC I 0 0}\nModel SanctuaryFXMD{Path \"models/InsanePharaohman/Sanctuary\" Model 0 \"SANCTU.md2\" Skin 0 \"SANCTU1.png\" scale 5.0 5.0 5.0 FrameIndex SANC G 0 0}\nModel SanctuaryFXME{Path \"models/InsanePharaohman/Sanctuary\" Model 0 \"SANCTU.md2\" Skin 0 \"SANCTU2.png\" scale 5.0 5.0 5.0 FrameIndex SANC H 0 0}\nModel SanctuaryFXMF{Path \"models/InsanePharaohman/Sanctuary\" Model 0 \"SANCTU.md2\" Skin 0 \"SANCTU3.png\" scale 5.0 5.0 5.0 FrameIndex SANC I 0 0}\nModel SanctuaryFXMG{Path \"models/InsanePharaohman/Sanctuary\" Model 0 \"SANCTU.md2\" Skin 0 \"SANCTU1.png\" scale 5.0 5.0 5.0 FrameIndex SANC G 0 0}\nModel SanctuaryFXMH{Path \"models/InsanePharaohman/Sanctuary\" Model 0 \"SANCTU.md2\" Skin 0 \"SANCTU2.png\" scale 5.0 5.0 5.0 FrameIndex SANC H 0 0}"
},
{
"source": "pk3",
"name": "CMPGNINFO.txt",
"contents": "{\nmapname = MAP01\ngamemode = deathmatch\nfraglimit = 0\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\n}\n\n{\nmapname = MAP02\ngamemode = deathmatch\nfraglimit = 0\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\n}\n\n{\nmapname = TRAINING\ngamemode = deathmatch\nfraglimit = 0\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = \"Holo-Megaman\"\n}\n\n{\nmapname = TEAMFIX\ngamemode = deathmatch\nfraglimit = 0\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\n}\n\n{\nmapname = MM1CUT\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Cutman\nbot[1] = Megaman\nbot[2] = Magnetman\n}\n\n{\nmapname = MM1GUT\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Gutsman\nbot[1] = Iceman\nbot[2] = Needleman\nbot[3] = Bombman\n}\n\n{\nmapname = MM1BOM\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Bombman\nbot[1] = Crashman\nbot[2] = Napalmman\nbot[3] = Commandoman\nbot[4] = Grenademan\n}\n\n{\nmapname = MM1ELE\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Elecman\nbot[1] = Cutman\nbot[2] = Sparkman\n}\n\n{\nmapname = MM1ICE\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Iceman\nbot[1] = Megaman\nbot[2] = Blizzardman\nbot[3] = Bubbleman\nbot[4] = Toadman\nbot[5] = Chillman\n}\n\n{\nmapname = MM1FIR\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Fireman\nbot[1] = Heatman\nbot[2] = Megaman\nbot[3] = Cutman\nbot[4] = \"Sniper Joe\"\nbot[5] = Gutsman\n}\n\n{\nmapname = MM1TIM\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Timeman\nbot[1] = Flashman\nbot[2] = Metalman\nbot[3] = Centaurman\n}\n\n{\nmapname = MM1OIL\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Oilman\nbot[1] = Junkman\nbot[2] = Fireman\nbot[3] = Flameman\nbot[4] = Frostman\n}\n\n{\nmapname = MM1DW1\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Timeman\nbot[1] = \"Sniper Joe\"\nbot[2] = Cutman\nbot[3] = Elecman\nbot[4] = Fireman\nbot[5] = Oilman\n}\n\n{\nmapname = MM1DW2\ngamemode = deathmatch\nfraglimit = 20\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Megaman\nbot[1] = \"Sniper Joe\"\nbot[2] = Iceman\nbot[3] = Gutsman\nbot[4] = Bombman\nbot[5] = Timeman\n}\n\n{\nmapname = MM2BUB\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Bubbleman\nbot[1] = \"Sniper Joe\"\nbot[2] = Diveman\nbot[3] = Waveman\nbot[4] = Aquaman\n}\n\n{\nmapname = MM2AIR\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Airman\nbot[1] = \"Sniper Joe\"\nbot[2] = Tenguman\nbot[3] = Topman\nbot[4] = Gyroman\n}\n\n{\nmapname = MM2HEA\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Heatman\nbot[1] = Megaman\nbot[2] = Burnerman\nbot[3] = Fireman\nbot[4] = Hardman\nbot[5] = Solarman\n}\n\n{\nmapname = MM2FLA\ngamemode = deathmatch\nfraglimit = 20\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Flashman\nbot[1] = Pharaohman\nbot[2] = Frostman\nbot[3] = Brightman\nbot[4] = Freezeman\nbot[5] = Burstman\nbot[6] = Bombman\n}\n\n{\nmapname = MM2QUI\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Quickman\nbot[1] = Gravityman\nbot[2] = Needleman\nbot[3] = Elecman\nbot[4] = Flashman\nbot[5] = Nitroman\n}\n\n{\nmapname = MM2WOO\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Woodman\nbot[1] = Toadman\nbot[2] = Plantman\nbot[3] = Cutman\nbot[4] = Searchman\nbot[5] = Centaurman\n}\n\n{\nmapname = MM2CRA\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Crashman\nbot[1] = Bombman\nbot[2] = Skullman\nbot[3] = Commandoman\nbot[4] = Chargeman\nbot[5] = \"Sniper Joe\"\n}\n\n{\nmapname = MM2MET\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Metalman\nbot[1] = Blademan\nbot[2] = Slashman\nbot[3] = Hardman\nbot[4] = Swordman\nbot[5] = Quickman\n}\n\n{\nmapname = MM2DW1\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Metalman\nbot[1] = Airman\nbot[2] = Bubbleman\nbot[3] = Quickman\nbot[4] = Crashman\nbot[5] = Flashman\nbot[6] = Heatman\nbot[7] = Woodman\n}\n\n{\nmapname = MM2DW3\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Alien\n}\n\n{\nmapname = MM3SNA\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Snakeman\nbot[1] = Woodman\nbot[2] = Toadman\nbot[3] = Sheepman\nbot[4] = Burstman\nbot[5] = Gutsman\n}\n\n{\nmapname = MM3TOP\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Topman\nbot[1] = Ringman\nbot[2] = Chargeman\nbot[3] = Plantman\nbot[4] = Strikeman\nbot[5] = Springman\n}\n\n{\nmapname = MM3NEE\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Needleman\nbot[1] = Iceman\nbot[2] = Knightman\nbot[3] = Fireman\nbot[4] = Brightman\nbot[5] = Skullman\n}\n\n{\nmapname = MM3HAR\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Hardman\nbot[1] = Stoneman\nbot[2] = Skullman\nbot[3] = Drillman\n}\n\n{\nmapname = MM3GEM\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Geminiman\nbot[1] = Geminiman\nbot[2] = Flashman\nbot[3] = Crystalman\nbot[4] = Bubbleman\n}\n\n{\nmapname = MM3MAG\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Magnetman\nbot[1] = Metalman\nbot[2] = Junkman\nbot[3] = Dustman\nbot[4] = Sparkman\n}\n\n{\nmapname = MM3SPA\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Sparkman\nbot[1] = Elecman\nbot[2] = Clownman\nbot[3] = Dynamoman\nbot[4] = Quickman\nbot[5] = Metalman\n}\n\n{\nmapname = MM3SHA\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Shadowman\nbot[1] = Yamatoman\nbot[2] = Tenguman\nbot[3] = Pirateman\nbot[4] = Woodman\nbot[5] = Heatman\n}\n\n{\nmapname = MM3DW2\ngamemode = deathmatch\nfraglimit = 20\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Needleman\nbot[1] = Shadowman\nbot[2] = Geminiman\nbot[3] = Hardman\nbot[4] = Sparkman\n}\n\n{\nmapname = MM4PHA\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Pharaohman\nbot[1] = Swordman\nbot[2] = Groundman\nbot[3] = Stoneman\nbot[4] = Snakeman\nbot[5] = Napalmman\n}\n\n{\nmapname = MM4DIV\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Diveman\nbot[1] = Bubbleman\nbot[2] = Pumpman\nbot[3] = Waveman\nbot[4] = Aquaman\nbot[5] = Pirateman\n}\n\n{\nmapname = MM4DRI\ngamemode = deathmatch\nfraglimit = 20\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = DrillMan\nbot[1] = Groundman\nbot[2] = HardMan\nbot[3] = BombMan\nbot[4] = CrashMan\n}\n\n{\nmapname = MM4TOA\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Toadman\nbot[1] = Diveman\nbot[2] = Snakeman\nbot[3] = Fireman\nbot[4] = Pumpman\nbot[5] = Plantman\n}\n\n{\nmapname = MM4DUS\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Dustman\nbot[1] = Toadman\nbot[2] = Junkman\nbot[3] = Magnetman\nbot[4] = Clownman\n}\n\n{\nmapname = MM4RIN\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Ringman\nbot[1] = Astroman\nbot[2] = Crashman\nbot[3] = Starman\nbot[4] = Shadowman\nbot[5] = \"Sniper Joe\"\n}\n\n{\nmapname = MM4SKU\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Skullman\nbot[1] = Tomahawkman\nbot[2] = Knightman\nbot[3] = Gutsman\nbot[4] = Megaman\nbot[5] = \"Sniper Joe\"\n}\n\n{\nmapname = MM4BRI\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Brightman\nbot[1] = Elecman\nbot[2] = Sparkman\nbot[3] = Dynamoman\nbot[4] = Sheepman\nbot[5] = Megaman\n}\n\n{\nmapname = MM4DC1\ngamemode = deathmatch\nfraglimit = 20\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Brightman\nbot[1] = Toadman\nbot[2] = Drillman\nbot[3] = Pharaohman\nbot[4] = Ringman\nbot[5] = Dustman\nbot[6] = Diveman\nbot[7] = Skullman\n}\n\n{\nmapname = MM5CHA\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Chargeman\nbot[1] = Cutman\nbot[2] = Nitroman\nbot[3] = Turboman\nbot[4] = Quickman\nbot[5] = Airman\n}\n\n{\nmapname = MM5STO\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Stoneman\nbot[1] = Gutsman\nbot[2] = Napalmman\nbot[3] = Crashman\nbot[5] = Drillman\n}\n\n{\nmapname = MM5NAP\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Napalmman\nbot[1] = Pirateman\nbot[2] = Grenademan\nbot[3] = Crashman\nbot[4] = Bombman\nbot[5] = Burstman\n}\n\n{\nmapname = MM5WAV\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Waveman\nbot[1] = Bubbleman\nbot[2] = Quickman\nbot[3] = Diveman\nbot[4] = Magnetman\nbot[5] = Stoneman\n}\n\n{\nmapname = MM5GYR\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Gyroman\nbot[1] = Airman\nbot[2] = Windman\nbot[3] = Cloudman\nbot[4] = Tenguman\n}\n\n{\nmapname = MM5GRA\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Gravityman\nbot[1] = Metalman\nbot[2] = Flashman\nbot[3] = Magnetman\nbot[4] = Brightman\nbot[5] = Elecman\n}\n\n{\nmapname = MM5STA\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Starman\nbot[1] = Astroman\nbot[2] = Skullman\nbot[3] = Ringman\nbot[4] = Gravityman\n}\n\n{\nmapname = MM5CRY\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Crystalman\nbot[1] = Geminiman\nbot[2] = Pirateman\nbot[3] = Blizzardman\nbot[4] = Chillman\nbot[5] = Groundman\n}\n\n{\nmapname = MM5DAR\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Gravityman\nbot[1] = Starman\nbot[2] = Stoneman\nbot[3] = Waveman\nbot[4] = Gyroman\nbot[5] = Chargeman\nbot[6] = Napalmman\nbot[7] = Crystalman\n}\n\n{\nmapname = MM6TOM\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Tomahawkman\nbot[1] = Yamatoman\nbot[2] = Pharaohman\nbot[3] = Strikeman\nbot[4] = Slashman\nbot[5] = Stoneman\n}\n\n{\nmapname = MM6CEN\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Centaurman\nbot[1] = Knightman\nbot[2] = Crystalman\nbot[3] = Timeman\nbot[4] = Topman\nbot[5] = Geminiman\n}\n\n{\nmapname = MM6KNI\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Knightman\nbot[1] = Yamatoman\nbot[2] = Skullman\nbot[3] = Swordman\nbot[4] = Blademan\nbot[5] = Shademan\n}\n\n{\nmapname = MM6BLI\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Blizzardman\nbot[1] = Iceman\nbot[2] = Diveman\nbot[3] = Freezeman\nbot[4] = Bubbleman\n}\n\n{\nmapname = MM6PLA\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Plantman\nbot[1] = Woodman\nbot[2] = Burnerman\nbot[3] = Searchman\nbot[4] = Toadman\n}\n\n{\nmapname = MM6FLA\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Flameman\nbot[1] = Heatman\nbot[2] = Solarman\nbot[3] = Pharaohman\nbot[4] = Oilman\n}\n\n{\nmapname = MM6WIN\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Windman\nbot[1] = Airman\nbot[2] = Cloudman\nbot[3] = Brightman\nbot[4] = Chargeman\nbot[5] = Gravityman\n}\n\n{\nmapname = MM6YAM\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Yamatoman\nbot[1] = Knightman\nbot[2] = Shadowman\nbot[3] = Skullman\nbot[4] = Tenguman\n}\n\n{\nmapname = MM6MRX\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Blizzardman\nbot[1] = Centaurman\nbot[2] = Flameman\nbot[3] = Knightman\nbot[4] = Plantman\nbot[5] = Tomahawkman\nbot[6] = Windman\nbot[7] = Yamatoman\n}\n\n{\nmapname = MM6DW1\ngamemode = deathmatch\nfraglimit = 0\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\n}\n\n{\nmapname = MM7STR\ngamemode = deathmatch\nfraglimit = 0\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\n}\n\n{\nmapname = MM7FRE\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Freezeman\nbot[1] = Blizzardman\nbot[2] = Crystalman\nbot[3] = Geminiman\nbot[4] = Napalmman\nbot[5] = Flashman\n}\n\n{\nmapname = MM7JUN\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Junkman\nbot[1] = Dustman\nbot[3] = Gravityman\nbot[4] = Magnetman\nbot[5] = Metalman\nbot[6] = \"Sniper Joe\"\n}\n\n{\nmapname = MM7BUR\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Burstman\nbot[1] = Bubbleman\nbot[2] = Toadman\nbot[3] = Centaurman\nbot[4] = Waveman\n}\n\n{\nmapname = MM7CLO\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Cloudman\nbot[1] = Airman\nbot[2] = Gyroman\nbot[3] = Windman\nbot[4] = Toadman\nbot[5] = Tenguman\nbot[6] = Topman\n}\n\n{\nmapname = MM7SPR\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Springman\nbot[1] = Topman\nbot[2] = Clownman\nbot[3] = Magicman\nbot[4] = Starman\n}\n\n{\nmapname = MM7SLA\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Slashman\nbot[1] = Pharaohman\nbot[2] = Plantman\nbot[3] = Woodman\nbot[4] = Searchman\nbot[5] = Burnerman\n}\n\n{\nmapname = MM7SHA\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Shademan\nbot[1] = Shadowman\nbot[2] = Magicman\nbot[3] = Knightman\nbot[4] = Crystalman\nbot[5] = Skullman\nbot[6] = Snakeman\n}\n\n{\nmapname = MM7TUR\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Turboman\nbot[1] = Quickman\nbot[2] = Chargeman\nbot[3] = Stoneman\nbot[4] = Crashman\nbot[5] = Napalmman\n}\n\n{\nmapname = MM7DW1\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Freezeman\nbot[1] = Springman\nbot[2] = Cloudman\nbot[3] = Turboman\nbot[4] = Shademan\nbot[5] = Junkman\n}\n\n{\nmapname = MM7DW2\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Junkman\nbot[1] = Burstman\nbot[2] = Slashman\nbot[3] = Springman\nbot[4] = Freezeman\n}\n\n{\nmapname = MM7DW3\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Junkman\nbot[1] = Burstman\nbot[2] = Springman\nbot[3] = Turboman\nbot[4] = Freezeman\nbot[5] = Shademan\nbot[6] = Cloudman\n}\n\n{\nmapname = MM7DW4\ngamemode = deathmatch\nfraglimit = 20\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Slashman\nbot[1] = Cloudman\nbot[2] = Springman\nbot[3] = Turboman\nbot[4] = Freezeman\nbot[5] = Shademan\n}\n\n{\nmapname = MM8TEN\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Tenguman\nbot[1] = Gyroman\nbot[2] = Yamatoman\nbot[3] = Frostman\nbot[4] = Ringman\n}\n\n{\nmapname = MM8AST\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Astroman\nbot[1] = Starman\nbot[2] = Geminiman\nbot[3] = Flashman\nbot[4] = Shadowman\nbot[5] = \"Sniper Joe\"\n}\n\n{\nmapname = MM8SWO\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Swordman\nbot[1] = Slashman\nbot[2] = Drillman\nbot[3] = Pharaohman\nbot[4] = Shademan\nbot[5] = Knightman\n}\n\n{\nmapname = MM8CLO\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Clownman\nbot[1] = Yamatoman\nbot[2] = Springman\nbot[3] = Chargeman\nbot[4] = Turboman\n}\n\n{\nmapname = MM8SEA\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Searchman\nbot[1] = Woodman\nbot[2] = Snakeman\nbot[3] = Napalmman\nbot[4] = Centaurman\n}\n\n{\nmapname = MM8FRO\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Frostman\nbot[1] = Blizzardman\nbot[2] = Freezeman\nbot[3] = Turboman\nbot[4] = Brightman\n}\n\n{\nmapname = MM8GRE\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Grenademan\nbot[1] = Crashman\nbot[2] = Dustman\nbot[3] = Skullman\nbot[4] = Junkman\nbot[5] = Searchman\n}\n\n{\nmapname = MM8AQU\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Aquaman\nbot[1] = Clownman\nbot[2] = Waveman\nbot[3] = Bubbleman\nbot[4] = Astroman\n}\n\n{\nmapname = MM8DUO\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Grenademan\nbot[1] = Searchman\nbot[2] = Ringman\nbot[3] = \"Sniper Joe\"\n}\n\n{\nmapname = MM8DW1\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Aquaman\nbot[1] = Tenguman\nbot[2] = Astroman\nbot[3] = Grenademan\nbot[4] = Swordman\nbot[5] = Clownman\nbot[6] = \"Sniper Joe\"\n}\n\n{\nmapname = MM8DW2\ngamemode = deathmatch\nfraglimit = 25\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Aquaman\nbot[1] = Frostman\nbot[2] = Searchman\nbot[3] = Grenademan\nbot[4] = Tenguman\nbot[5] = Clownman\nbot[6] = Astroman\nbot[7] = Swordman\n}\n\n{\nmapname = MMBMUS\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Megaman\nbot[1] = Bass\nbot[2] = Toadman\nbot[3] = Blizzardman\nbot[4] = Heatman\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Grand Dad Team\"\nbotteam[2] = \"Gray Mann Team\"\nbotteam[3] = \"Gray Mann Team\"\nbotteam[4] = \"Gray Mann Team\"\n}\n\n{\nmapname = MMBTEN\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Megaman\nbot[1] = Bass\nbot[2] = Tenguman\nbot[3] = Snakeman\nbot[4] = Airman\nbot[5] = Skullman\nbot[6] = Gyroman\nbot[7] = Windman\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Grand Dad Team\"\nbotteam[2] = \"Gray Mann Team\"\nbotteam[3] = \"Gray Mann Team\"\nbotteam[4] = \"Gray Mann Team\"\nbotteam[5] = \"Gray Mann Team\"\nbotteam[6] = \"Gray Mann Team\"\nbotteam[7] = \"Gray Mann Team\"\n}\n\n{\nmapname = MMBAST\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Megaman\nbot[1] = Bass\nbot[2] = Astroman\nbot[3] = Starman\nbot[4] = Yamatoman\nbot[5] = Geminiman\nbot[6] = Shadowman\nbot[7] = Ringman\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Grand Dad Team\"\nbotteam[2] = \"Gray Mann Team\"\nbotteam[3] = \"Gray Mann Team\"\nbotteam[4] = \"Gray Mann Team\"\nbotteam[5] = \"Gray Mann Team\"\nbotteam[6] = \"Gray Mann Team\"\nbotteam[7] = \"Gray Mann Team\"\n}\n\n{\nmapname = MMBDYN\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Megaman\nbot[1] = Bass\nbot[2] = Dynamoman\nbot[3] = Grenademan\nbot[4] = Quickman\nbot[5] = Brightman\nbot[6] = Sparkman\nbot[7] = Napalmman\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Grand Dad Team\"\nbotteam[2] = \"Gray Mann Team\"\nbotteam[3] = \"Gray Mann Team\"\nbotteam[4] = \"Gray Mann Team\"\nbotteam[5] = \"Gray Mann Team\"\nbotteam[6] = \"Gray Mann Team\"\nbotteam[7] = \"Gray Mann Team\"\n}\n\n{\nmapname = MMBCOL\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Megaman\nbot[1] = Bass\nbot[2] = Coldman\nbot[3] = Frostman\nbot[4] = Freezeman\nbot[5] = Flashman\nbot[6] = Crystalman\nbot[7] = Knightman\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Grand Dad Team\"\nbotteam[2] = \"Gray Mann Team\"\nbotteam[3] = \"Gray Mann Team\"\nbotteam[4] = \"Gray Mann Team\"\nbotteam[5] = \"Gray Mann Team\"\nbotteam[6] = \"Gray Mann Team\"\nbotteam[7] = \"Gray Mann Team\"\n}\n\n{\nmapname = MMBGRO\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Megaman\nbot[1] = Bass\nbot[2] = Groundman\nbot[3] = Swordman\nbot[4] = Crashman\nbot[5] = Drillman\nbot[6] = Pharaohman\nbot[7] = Stoneman\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Grand Dad Team\"\nbotteam[2] = \"Gray Mann Team\"\nbotteam[3] = \"Gray Mann Team\"\nbotteam[4] = \"Gray Mann Team\"\nbotteam[5] = \"Gray Mann Team\"\nbotteam[6] = \"Gray Mann Team\"\nbotteam[7] = \"Gray Mann Team\"\n}\n\n{\nmapname = MMBPIR\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Megaman\nbot[1] = Bass\nbot[2] = Pirateman\nbot[3] = Aquaman\nbot[4] = Diveman\nbot[5] = Waveman\nbot[6] = Bubbleman\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Grand Dad Team\"\nbotteam[2] = \"Gray Mann Team\"\nbotteam[3] = \"Gray Mann Team\"\nbotteam[4] = \"Gray Mann Team\"\nbotteam[5] = \"Gray Mann Team\"\nbotteam[6] = \"Gray Mann Team\"\n}\n\n{\nmapname = MMBBUR\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Megaman\nbot[1] = Bass\nbot[2] = Burnerman\nbot[3] = Searchman\nbot[4] = Woodman\nbot[5] = Flameman\nbot[6] = Heatman\nbot[7] = Slashman\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Grand Dad Team\"\nbotteam[2] = \"Gray Mann Team\"\nbotteam[3] = \"Gray Mann Team\"\nbotteam[4] = \"Gray Mann Team\"\nbotteam[5] = \"Gray Mann Team\"\nbotteam[6] = \"Gray Mann Team\"\nbotteam[7] = \"Gray Mann Team\"\n}\n\n{\nmapname = MMBMAG\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Megaman\nbot[1] = Bass\nbot[2] = Magicman\nbot[3] = Clownman\nbot[4] = Chargeman\nbot[5] = Topman\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Grand Dad Team\"\nbotteam[2] = \"Gray Mann Team\"\nbotteam[3] = \"Gray Mann Team\"\nbotteam[4] = \"Gray Mann Team\"\nbotteam[5] = \"Gray Mann Team\"\n}\n\n{\nmapname = MMBKIN\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Tenguman\nbot[1] = Astroman\nbot[2] = Dynamoman\nbot[3] = Coldman\nbot[4] = Groundman\nbot[5] = Pirateman\nbot[6] = Burnerman\nbot[7] = Magicman\nbotteam[0] = \"Gray Mann Team\"\nbotteam[1] = \"Gray Mann Team\"\nbotteam[2] = \"Gray Mann Team\"\nbotteam[3] = \"Gray Mann Team\"\nbotteam[4] = \"Gray Mann Team\"\nbotteam[5] = \"Gray Mann Team\"\nbotteam[6] = \"Gray Mann Team\"\nbotteam[7] = \"Gray Mann Team\"\n}\n\n{\nmapname = MMBDW1\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 20\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Megaman\nbot[1] = Bass\nbot[2] = Tenguman\nbot[3] = Dynamoman\nbot[4] = Burnerman\nbot[5] = Magicman\nbot[6] = Coldman\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Grand Dad Team\"\nbotteam[2] = \"Snatcher Team\"\nbotteam[3] = \"Snatcher Team\"\nbotteam[4] = \"Snatcher Team\"\nbotteam[5] = \"Snatcher Team\"\nbotteam[6] = \"Snatcher Team\"\n}\n\n{\nmapname = MMWTBRG\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Cutman\nbot[1] = Elecman\nbot[2] = Woodman\nbot[3] = Snakeman\nbot[4] = Airman\nbot[5] = Cloudman\nbot[6] = Slashman\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Grand Dad Team\"\nbotteam[2] = \"Snatcher Team\"\nbotteam[3] = \"Snatcher Team\"\nbotteam[4] = \"Snatcher Team\"\nbotteam[5] = \"Snatcher Team\"\nbotteam[6] = \"Snatcher Team\"\n}\n\n{\nmapname = MMWTMWS\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Timeman\nbot[1] = Oilman\nbot[2] = Bubbleman\nbot[3] = Brightman\nbot[4] = Groundman\nbot[5] = Tenguman\nbot[6] = Quickman\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Grand Dad Team\"\nbotteam[2] = \"Snatcher Team\"\nbotteam[3] = \"Snatcher Team\"\nbotteam[4] = \"Snatcher Team\"\nbotteam[5] = \"Snatcher Team\"\nbotteam[6] = \"Snatcher Team\"\n}\n\n{\nmapname = MMWTHSH\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Gutsman\nbot[1] = Bombman\nbot[2] = Aquaman\nbot[3] = Hardman\nbot[4] = Stoneman\nbot[5] = Frostman\nbot[6] = \"Sniper Joe\"\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Grand Dad Team\"\nbotteam[2] = \"Snatcher Team\"\nbotteam[3] = \"Snatcher Team\"\nbotteam[4] = \"Snatcher Team\"\nbotteam[5] = \"Snatcher Team\"\nbotteam[6] = \"Snatcher Team\"\n}\n\n{\nmapname = MMWTDW1\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Fireman\nbot[1] = Iceman\nbot[2] = Heatman\nbot[3] = Bubbleman\nbot[4] = Snakeman\nbot[5] = Burnerman\nbot[6] = Waveman\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Grand Dad Team\"\nbotteam[2] = \"Snatcher Team\"\nbotteam[3] = \"Snatcher Team\"\nbotteam[4] = \"Snatcher Team\"\nbotteam[5] = \"Snatcher Team\"\nbotteam[6] = \"Snatcher Team\"\n}\n\n{\nmapname = MMWTDW2\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Protoman\nbot[1] = \"???\"\nbot[2] = Needleman\nbot[3] = Geminiman\nbot[4] = Woodman\nbot[5] = Gravityman\nbot[6] = Bubbleman\nbot[7] = Hardman\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Grand Dad Team\"\nbotteam[2] = \"Snatcher Team\"\nbotteam[3] = \"Snatcher Team\"\nbotteam[4] = \"Snatcher Team\"\nbotteam[5] = \"Snatcher Team\"\nbotteam[6] = \"Snatcher Team\"\nbotteam[7] = \"Snatcher Team\"\n}\n\n{\nmapname = MM9CON\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Concreteman\nbot[1] = Stoneman\nbot[2] = Skullman\nbot[3] = Woodman\nbot[4] = Waveman\nbot[5] = Burnerman\nbot[6] = Shademan\nbot[7] = Searchman\n}\n\n{\nmapname = MM9TOR\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Tornadoman\nbot[1] = Airman\nbot[2] = Cloudman\nbot[3] = Toadman\nbot[4] = Ringman\n}\n\n{\nmapname = MM9SPL\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Splashwoman\nbot[1] = Diveman\nbot[2] = Bubbleman\nbot[3] = Geminiman\nbot[4] = Burstman\nbot[5] = Aquaman\nbot[6] = Pirateman\n}\n\n{\nmapname = MM9PLU\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Plugman\nbot[1] = Sparkman\nbot[2] = Junkman\nbot[3] = Dynamoman\nbot[4] = Brightman\n}\n\n{\nmapname = MM9JEW\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Jewelman\nbot[1] = Crystalman\nbot[2] = Drillman\nbot[3] = Frostman\nbot[4] = Snakeman\nbot[5] = Flashman\n}\n\n{\nmapname = MM9HOR\ngamemode = deathmatch\nfraglimit = 10\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Hornetman\nbot[1] = Slashman\nbot[2] = Plantman\nbot[3] = Pharaohman\nbot[4] = Heatman\nbot[5] = Topman\nbot[6] = Quickman\nbot[7] = Tenguman\n}\n\n{\nmapname = MM9MAG\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Magmaman\nbot[1] = Flameman\nbot[2] = Needleman\nbot[3] = Swordman\nbot[4] = Dustman\n}\n\n{\nmapname = MM9GAL\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Galaxyman\nbot[1] = Starman\nbot[2] = Crashman\nbot[3] = Gravityman\nbot[4] = Metalman\nbot[5] = Astroman\nbot[6] = Springman\nbot[7] = Magnetman\n}\n\n{\nmapname = MM9DW1\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 20\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Tornadoman\nbot[1] = Splashwoman\nbot[2] = Grenademan\nbot[3] = Shadowman\nbot[4] = Gyroman\nbot[5] = Turboman\nbot[6] = Clownman\nbot[7] = Ringman\nbot[8] = Hardman\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Grand Dad Team\"\nbotteam[2] = \"Snatcher Team\"\nbotteam[3] = \"Snatcher Team\"\nbotteam[4] = \"Snatcher Team\"\nbotteam[5] = \"Snatcher Team\"\nbotteam[6] = \"Snatcher Team\"\nbotteam[7] = \"Snatcher Team\"\nbotteam[8] = \"Snatcher Team\"\n}\n\n{\nmapname = MM9DW2\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 20\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Tornadoman\nbot[1] = Splashwoman\nbot[2] = Grenademan\nbot[3] = Shadowman\nbot[4] = Gyroman\nbot[5] = Turboman\nbot[6] = Clownman\nbot[7] = Ringman\nbot[8] = Hardman\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Grand Dad Team\"\nbotteam[2] = \"Snatcher Team\"\nbotteam[3] = \"Snatcher Team\"\nbotteam[4] = \"Snatcher Team\"\nbotteam[5] = \"Snatcher Team\"\nbotteam[6] = \"Snatcher Team\"\nbotteam[7] = \"Snatcher Team\"\nbotteam[8] = \"Snatcher Team\"\n}\n\n{\nmapname = MM9FAK\ngamemode = teamplay\nplayerteam = \"Snatcher Team\"\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Fakeman\nbot[1] = Fakeman\nbot[2] = Fakeman\nbot[3] = Fakeman\nbot[4] = Fakeman\nbot[5] = Fakeman\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Grand Dad Team\"\nbotteam[2] = \"Grand Dad Team\"\nbotteam[3] = \"Grand Dad Team\"\nbotteam[4] = \"Grand Dad Team\"\nbotteam[5] = \"Grand Dad Team\"\n}\n\n{\nmapname = MM10BLA\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Blademan\nbot[1] = Knightman\nbot[2] = Stoneman\nbot[3] = Snakeman\nbot[4] = Swordman\n}\n\n{\nmapname = MM10PUM\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Pumpman\nbot[1] = Aquaman\nbot[2] = Waveman\n}\n\n{\nmapname = MM10COM\ngamemode = deathmatch\nfraglimit = 20\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Commandoman\nbot[1] = Napalmman\nbot[2] = Searchman\nbot[3] = Grenademan\nbot[4] = Crashman\nbot[5] = Groundman\n}\n\n{\nmapname = MM10CHI\ngamemode = deathmatch\nfraglimit = 20\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Chillman\nbot[1] = Geminiman\nbot[2] = Freezeman\nbot[3] = Blizzardman\nbot[4] = Crystalman\nbot[5] = Flashman\n}\n\n{\nmapname = MM10SHE\ngamemode = deathmatch\nfraglimit = 20\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Sheepman\nbot[1] = Sparkman\nbot[2] = Clownman\nbot[3] = Dynamoman\nbot[4] = Cloudman\nbot[5] = Gravityman\nbot[6] = Slashman\n}\n\n{\nmapname = MM10STR\ngamemode = deathmatch\nfraglimit = 20\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Strikeman\nbot[1] = Woodman\nbot[2] = Chargeman\nbot[3] = Hardman\nbot[4] = Tomahawkman\nbot[5] = Springman\n}\n\n{\nmapname = MM10NIT\ngamemode = deathmatch\nfraglimit = 15\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Nitroman\nbot[1] = Turboman\nbot[2] = Quickman\nbot[3] = Topman\nbot[4] = Centaurman\n}\n\n{\nmapname = MM10SOL\ngamemode = deathmatch\nfraglimit = 20\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Solarman\nbot[1] = Heatman\nbot[2] = Metalman\nbot[3] = Junkman\nbot[4] = Plantman\n}\n\n{\nmapname = MM10DW1\ngamemode = deathmatch\nfraglimit = 25\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = \"Sniper Joe\"\nbot[1] = Woodman\nbot[2] = Geminiman\nbot[3] = Napalmman\nbot[4] = Flameman\nbot[5] = Slashman\nbot[6] = Frostman\n}\n\n{\nmapname = MM10DW4\ngamemode = deathmatch\nfraglimit = 20\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Blademan\nbot[1] = Commandoman\nbot[2] = Sheepman\nbot[3] = Solarman\nbot[4] = Strikeman\nbot[5] = Pumpman\nbot[6] = Chillman\nbot[7] = Nitroman\n}\n\n{\nmapname = MMVMER\ngamemode = teamplay\nplayerteam = \"Dr. Zomboss Team\"\nfraglimit = 0\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Dustman\nbot[1] = Mercury\nbot[2] = Quickman\nbot[3] = Nitroman\nbot[4] = Turboman\nbotteam[0] = \"Dr. Zomboss Team\"\nbotteam[1] = \"Snatcher Team\"\nbotteam[2] = \"Snatcher Team\"\nbotteam[3] = \"Snatcher Team\"\nbotteam[4] = \"Snatcher Team\"\n}\n\n{\nmapname = MMVVEN\ngamemode = teamplay\nplayerteam = \"Dr. Zomboss Team\"\nfraglimit = 0\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Toadman\nbot[1] = Venus\nbot[2] = Bubbleman\nbot[3] = Burstman\nbot[4] = Snakeman\nbotteam[0] = \"Dr. Zomboss Team\"\nbotteam[1] = \"Snatcher Team\"\nbotteam[2] = \"Snatcher Team\"\nbotteam[3] = \"Snatcher Team\"\nbotteam[4] = \"Snatcher Team\"\n}\n\n{\nmapname = MMVJUP\ngamemode = teamplay\nplayerteam = \"Dr. Zomboss Team\"\nfraglimit = 0\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Brightman\nbot[1] = Jupiter\nbot[2] = Starman\nbot[3] = Freezeman\nbot[4] = Geminiman\nbot[5] = Dynamoman\nbotteam[0] = \"Dr. Zomboss Team\"\nbotteam[1] = \"Snatcher Team\"\nbotteam[2] = \"Snatcher Team\"\nbotteam[3] = \"Snatcher Team\"\nbotteam[4] = \"Snatcher Team\"\nbotteam[5] = \"Snatcher Team\"\n}\n\n{\nmapname = MMVURA\ngamemode = teamplay\nplayerteam = \"Dr. Zomboss Team\"\nfraglimit = 0\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Pharaohman\nbot[1] = Uranus\nbot[2] = Shademan\nbot[3] = Groundman\nbot[4] = Hardman\nbot[5] = Blizzardman\nbot[6] = Knightman\nbotteam[0] = \"Dr. Zomboss Team\"\nbotteam[1] = \"Snatcher Team\"\nbotteam[2] = \"Snatcher Team\"\nbotteam[3] = \"Snatcher Team\"\nbotteam[4] = \"Snatcher Team\"\nbotteam[5] = \"Snatcher Team\"\nbotteam[6] = \"Snatcher Team\"\n}\n\n{\nmapname = MMVPLU\ngamemode = teamplay\nplayerteam = \"Dr. Zomboss Team\"\nfraglimit = 0\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Drillman\nbot[1] = Pluto\nbot[2] = Stoneman\nbot[3] = Crystalman\nbot[4] = Needleman\nbot[5] = Frostman\nbotteam[0] = \"Dr. Zomboss Team\"\nbotteam[1] = \"Snatcher Team\"\nbotteam[2] = \"Snatcher Team\"\nbotteam[3] = \"Snatcher Team\"\nbotteam[4] = \"Snatcher Team\"\nbotteam[5] = \"Snatcher Team\"\n}\n\n{\nmapname = MMVSAT\ngamemode = teamplay\nplayerteam = \"Dr. Zomboss Team\"\nfraglimit = 0\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Ringman\nbot[1] = Saturn\nbot[2] = Flameman\nbot[3] = Napalmman\nbot[4] = Chargeman\nbot[5] = Gravityman\nbotteam[0] = \"Dr. Zomboss Team\"\nbotteam[1] = \"Snatcher Team\"\nbotteam[2] = \"Snatcher Team\"\nbotteam[3] = \"Snatcher Team\"\nbotteam[4] = \"Snatcher Team\"\nbotteam[5] = \"Snatcher Team\"\n}\n\n{\nmapname = MMVMAR\ngamemode = teamplay\nplayerteam = \"Dr. Zomboss Team\"\nfraglimit = 0\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Skullman\nbot[1] = Mars\nbot[2] = Tomahawkman\nbot[3] = Commandoman\nbot[4] = Yamatoman\nbot[5] = Crashman\nbot[6] = Blademan\nbotteam[0] = \"Dr. Zomboss Team\"\nbotteam[1] = \"Snatcher Team\"\nbotteam[2] = \"Snatcher Team\"\nbotteam[3] = \"Snatcher Team\"\nbotteam[4] = \"Snatcher Team\"\nbotteam[5] = \"Snatcher Team\"\nbotteam[6] = \"Snatcher Team\"\n}\n\n{\nmapname = MMVNEP\ngamemode = teamplay\nplayerteam = \"Dr. Zomboss Team\"\nfraglimit = 0\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Diveman\nbot[1] = Neptune\nbot[2] = Magnetman\nbot[3] = Gyroman\nbot[4] = Waveman\nbot[5] = Aquaman\nbot[6] = Cloudman\nbotteam[0] = \"Dr. Zomboss Team\"\nbotteam[1] = \"Snatcher Team\"\nbotteam[2] = \"Snatcher Team\"\nbotteam[3] = \"Snatcher Team\"\nbotteam[4] = \"Snatcher Team\"\nbotteam[5] = \"Snatcher Team\"\nbotteam[6] = \"Snatcher Team\"\n}\n\n{\nmapname = MMKENK\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 0\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Megaman\nbot[1] = Enker\nbot[2] = Punk\nbot[3] = Ballade\nbot[4] = Sparkman\nbot[5] = Woodman\nbot[6] = Springman\nbot[7] = Clownman\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Snatcher Team\"\nbotteam[2] = \"Snatcher Team\"\nbotteam[3] = \"Snatcher Team\"\nbotteam[4] = \"Snatcher Team\"\nbotteam[5] = \"Snatcher Team\"\nbotteam[6] = \"Snatcher Team\"\nbotteam[7] = \"Snatcher Team\"\n}\n\n{\nmapname = MMKPUN\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 0\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Protoman\nbot[1] = Enker\nbot[2] = Punk\nbot[3] = Ballade\nbot[4] = Pumpman\nbot[5] = Pirateman\nbot[6] = Airman\nbot[7] = Metalman\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Snatcher Team\"\nbotteam[2] = \"Snatcher Team\"\nbotteam[3] = \"Snatcher Team\"\nbotteam[4] = \"Snatcher Team\"\nbotteam[5] = \"Snatcher Team\"\nbotteam[6] = \"Snatcher Team\"\nbotteam[7] = \"Snatcher Team\"\n}\n\n{\nmapname = MMKBAL\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 0\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = Bass\nbot[1] = Enker\nbot[2] = Punk\nbot[3] = Ballade\nbot[4] = Astroman\nbot[5] = Grenademan\nbot[6] = Windman\nbot[7] = Solarman\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Snatcher Team\"\nbotteam[2] = \"Snatcher Team\"\nbotteam[3] = \"Snatcher Team\"\nbotteam[4] = \"Snatcher Team\"\nbotteam[5] = \"Snatcher Team\"\nbotteam[6] = \"Snatcher Team\"\nbotteam[7] = \"Snatcher Team\"\n}\n\n{\nmapname = MMVDW1\ngamemode = teamplay\nplayerteam = \"Grand Dad Team\"\nfraglimit = 0\ndmflags = 6967428\ndmflags2 = 2097168\ncompatflags = 0\nbot[0] = \"Dr. Wily\"\nbot[1] = Mercury\nbot[2] = Venus\nbot[3] = Saturn\nbot[4] = Neptune\nbot[5] = Uranus\nbot[6] = Jupiter\nbot[7] = Mars\nbot[8] = Pluto\nbotteam[0] = \"Grand Dad Team\"\nbotteam[1] = \"Snatcher Team\"\nbotteam[2] = \"Snatcher Team\"\nbotteam[3] = \"Snatcher Team\"\nbotteam[4] = \"Snatcher Team\"\nbotteam[5] = \"Snatcher Team\"\nbotteam[6] = \"Snatcher Team\"\nbotteam[7] = \"Snatcher Team\"\nbotteam[8] = \"Snatcher Team\"\n}"
},
{
"source": "pk3",
"name": "TEXTURES.RUNEMAN.txt",
"contents": "// Texture definitions generated by SLADE3\n// on Fri Jan 14 19:10:00 2022\n\nSprite \"RNM0A0\", 152, 116\n{\n\tOffset -204, -74\n\tPatch \"RNMHA0\", 0, 0\n\t{\n\t\tTranslation \"239:239=92:92\"\n\t}\n}\n\nSprite \"RNM0B0\", 152, 116\n{\n\tOffset -204, -74\n\tPatch \"RNMHB0\", 0, 0\n\t{\n\t\tTranslation \"239:239=92:92\"\n\t}\n}\n\nSprite \"RNM0C0\", 164, 144\n{\n\tOffset -192, -46\n\tPatch \"RNMHC0\", 0, 0\n\t{\n\t\tTranslation \"239:239=92:92\"\n\t}\n}\n\nSprite \"RNM0D0\", 164, 144\n{\n\tOffset -192, -46\n\tPatch \"RNMHD0\", 0, 0\n\t{\n\t\tTranslation \"239:239=92:92\"\n\t}\n}\n\nSprite \"RNM0E0\", 220, 188\n{\n\tOffset -192, -58\n\tPatch \"RNMHE0\", 0, 0\n\t{\n\t\tTranslation \"239:239=92:92\"\n\t}\n}\n\nSprite \"RNM0F0\", 112, 208\n{\n\tOffset -232, 18\n\tPatch \"RNMHF0\", 0, 0\n\t{\n\t\tTranslation \"239:239=92:92\"\n\t}\n}\n\nSprite \"RNM0G0\", 112, 212\n{\n\tOffset -232, 22\n\tPatch \"RNMHG0\", 0, 0\n\t{\n\t\tTranslation \"239:239=92:92\"\n\t}\n}\n\nSprite \"RNM0H0\", 112, 212\n{\n\tOffset -232, 22\n\tPatch \"RNMHH0\", 0, 0\n\t{\n\t\tTranslation \"239:239=92:92\"\n\t}\n}\n\nSprite \"RNM0I0\", 140, 224\n{\n\tOffset -208, 34\n\tPatch \"RNMHI0\", 0, 0\n\t{\n\t\tTranslation \"239:239=92:92\"\n\t}\n}\n\nSprite \"RNM0J0\", 188, 228\n{\n\tOffset -184, 38\n\tPatch \"RNMHJ0\", 0, 0\n\t{\n\t\tTranslation \"239:239=92:92\"\n\t}\n}\n\nSprite \"RNM0K0\", 116, 248\n{\n\tOffset -220, 58\n\tPatch \"RNMHK0\", 0, 0\n\t{\n\t\tTranslation \"239:239=92:92\"\n\t}\n}\n\nSprite \"RNM0L0\", 84, 212\n{\n\tOffset -236, 22\n\tPatch \"RNMHL0\", 0, 0\n\t{\n\t\tTranslation \"239:239=92:92\"\n\t}\n}\n\nSprite \"RNM1A0\", 152, 116\n{\n\tOffset -204, -74\n\tPatch \"RNMHA0\", 0, 0\n\t{\n\t\tTranslation \"239:239=44:44\"\n\t}\n}\n\nSprite \"RNM1B0\", 152, 116\n{\n\tOffset -204, -74\n\tPatch \"RNMHB0\", 0, 0\n\t{\n\t\tTranslation \"239:239=44:44\"\n\t}\n}\n\nSprite \"RNM1C0\", 164, 144\n{\n\tOffset -192, -46\n\tPatch \"RNMHC0\", 0, 0\n\t{\n\t\tTranslation \"239:239=44:44\"\n\t}\n}\n\nSprite \"RNM1D0\", 164, 144\n{\n\tOffset -192, -46\n\tPatch \"RNMHD0\", 0, 0\n\t{\n\t\tTranslation \"239:239=44:44\"\n\t}\n}\n\nSprite \"RNM1E0\", 220, 188\n{\n\tOffset -192, -58\n\tPatch \"RNMHE0\", 0, 0\n\t{\n\t\tTranslation \"239:239=44:44\"\n\t}\n}\n\nSprite \"RNM1F0\", 112, 208\n{\n\tOffset -232, 18\n\tPatch \"RNMHF0\", 0, 0\n\t{\n\t\tTranslation \"239:239=44:44\"\n\t}\n}\n\nSprite \"RNM1G0\", 112, 212\n{\n\tOffset -232, 22\n\tPatch \"RNMHG0\", 0, 0\n\t{\n\t\tTranslation \"239:239=44:44\"\n\t}\n}\n\nSprite \"RNM1H0\", 112, 212\n{\n\tOffset -232, 22\n\tPatch \"RNMHH0\", 0, 0\n\t{\n\t\tTranslation \"239:239=44:44\"\n\t}\n}\n\nSprite \"RNM1I0\", 140, 224\n{\n\tOffset -208, 34\n\tPatch \"RNMHI0\", 0, 0\n\t{\n\t\tTranslation \"239:239=44:44\"\n\t}\n}\n\nSprite \"RNM1J0\", 188, 228\n{\n\tOffset -184, 38\n\tPatch \"RNMHJ0\", 0, 0\n\t{\n\t\tTranslation \"239:239=44:44\"\n\t}\n}\n\nSprite \"RNM1K0\", 116, 248\n{\n\tOffset -220, 58\n\tPatch \"RNMHK0\", 0, 0\n\t{\n\t\tTranslation \"239:239=44:44\"\n\t}\n}\n\nSprite \"RNM1L0\", 84, 212\n{\n\tOffset -236, 22\n\tPatch \"RNMHL0\", 0, 0\n\t{\n\t\tTranslation \"239:239=44:44\"\n\t}\n}\n\nSprite \"RNM2A0\", 152, 116\n{\n\tOffset -204, -74\n\tPatch \"RNMHA0\", 0, 0\n\t{\n\t\tTranslation \"239:239=246:246\"\n\t}\n}\n\nSprite \"RNM2B0\", 152, 116\n{\n\tOffset -204, -74\n\tPatch \"RNMHB0\", 0, 0\n\t{\n\t\tTranslation \"239:239=246:246\"\n\t}\n}\n\nSprite \"RNM2C0\", 164, 144\n{\n\tOffset -192, -46\n\tPatch \"RNMHC0\", 0, 0\n\t{\n\t\tTranslation \"239:239=246:246\"\n\t}\n}\n\nSprite \"RNM2D0\", 164, 144\n{\n\tOffset -192, -46\n\tPatch \"RNMHD0\", 0, 0\n\t{\n\t\tTranslation \"239:239=246:246\"\n\t}\n}\n\nSprite \"RNM2E0\", 220, 188\n{\n\tOffset -192, -58\n\tPatch \"RNMHE0\", 0, 0\n\t{\n\t\tTranslation \"239:239=246:246\"\n\t}\n}\n\nSprite \"RNM2F0\", 112, 208\n{\n\tOffset -232, 18\n\tPatch \"RNMHF0\", 0, 0\n\t{\n\t\tTranslation \"239:239=246:246\"\n\t}\n}\n\nSprite \"RNM2G0\", 112, 212\n{\n\tOffset -232, 22\n\tPatch \"RNMHG0\", 0, 0\n\t{\n\t\tTranslation \"239:239=246:246\"\n\t}\n}\n\nSprite \"RNM2H0\", 112, 212\n{\n\tOffset -232, 22\n\tPatch \"RNMHH0\", 0, 0\n\t{\n\t\tTranslation \"239:239=246:246\"\n\t}\n}\n\nSprite \"RNM2I0\", 140, 224\n{\n\tOffset -208, 34\n\tPatch \"RNMHI0\", 0, 0\n\t{\n\t\tTranslation \"239:239=246:246\"\n\t}\n}\n\nSprite \"RNM2J0\", 188, 228\n{\n\tOffset -184, 38\n\tPatch \"RNMHJ0\", 0, 0\n\t{\n\t\tTranslation \"239:239=246:246\"\n\t}\n}\n\nSprite \"RNM2K0\", 116, 248\n{\n\tOffset -220, 58\n\tPatch \"RNMHK0\", 0, 0\n\t{\n\t\tTranslation \"239:239=246:246\"\n\t}\n}\n\nSprite \"RNM2L0\", 84, 212\n{\n\tOffset -236, 22\n\tPatch \"RNMHL0\", 0, 0\n\t{\n\t\tTranslation \"239:239=246:246\"\n\t}\n}\n\nSprite \"RNM3A0\", 152, 116\n{\n\tOffset -204, -74\n\tPatch \"RNMHA0\", 0, 0\n\t{\n\t\tTranslation \"239:239=39:39\"\n\t}\n}\n\nSprite \"RNM3B0\", 152, 116\n{\n\tOffset -204, -74\n\tPatch \"RNMHB0\", 0, 0\n\t{\n\t\tTranslation \"239:239=39:39\"\n\t}\n}\n\nSprite \"RNM3C0\", 164, 144\n{\n\tOffset -192, -46\n\tPatch \"RNMHC0\", 0, 0\n\t{\n\t\tTranslation \"239:239=39:39\"\n\t}\n}\n\nSprite \"RNM3D0\", 164, 144\n{\n\tOffset -192, -46\n\tPatch \"RNMHD0\", 0, 0\n\t{\n\t\tTranslation \"239:239=39:39\"\n\t}\n}\n\nSprite \"RNM3E0\", 220, 188\n{\n\tOffset -192, -58\n\tPatch \"RNMHE0\", 0, 0\n\t{\n\t\tTranslation \"239:239=39:39\"\n\t}\n}\n\nSprite \"RNM3F0\", 112, 208\n{\n\tOffset -232, 18\n\tPatch \"RNMHF0\", 0, 0\n\t{\n\t\tTranslation \"239:239=39:39\"\n\t}\n}\n\nSprite \"RNM3G0\", 112, 212\n{\n\tOffset -232, 22\n\tPatch \"RNMHG0\", 0, 0\n\t{\n\t\tTranslation \"239:239=39:39\"\n\t}\n}\n\nSprite \"RNM3H0\", 112, 212\n{\n\tOffset -232, 22\n\tPatch \"RNMHH0\", 0, 0\n\t{\n\t\tTranslation \"239:239=39:39\"\n\t}\n}\n\nSprite \"RNM3I0\", 140, 224\n{\n\tOffset -208, 34\n\tPatch \"RNMHI0\", 0, 0\n\t{\n\t\tTranslation \"239:239=39:39\"\n\t}\n}\n\nSprite \"RNM3J0\", 188, 228\n{\n\tOffset -184, 38\n\tPatch \"RNMHJ0\", 0, 0\n\t{\n\t\tTranslation \"239:239=39:39\"\n\t}\n}\n\nSprite \"RNM3K0\", 116, 248\n{\n\tOffset -220, 58\n\tPatch \"RNMHK0\", 0, 0\n\t{\n\t\tTranslation \"239:239=39:39\"\n\t}\n}\n\nSprite \"RNM3L0\", 84, 212\n{\n\tOffset -236, 22\n\tPatch \"RNMHL0\", 0, 0\n\t{\n\t\tTranslation \"239:239=39:39\"\n\t}\n}\n\nSprite \"RNM4A0\", 152, 116\n{\n\tOffset -204, -74\n\tPatch \"RNMHA0\", 0, 0\n\t{\n\t\tTranslation \"239:239=229:229\"\n\t}\n}\n\nSprite \"RNM4B0\", 152, 116\n{\n\tOffset -204, -74\n\tPatch \"RNMHB0\", 0, 0\n\t{\n\t\tTranslation \"239:239=229:229\"\n\t}\n}\n\nSprite \"RNM4C0\", 164, 144\n{\n\tOffset -192, -46\n\tPatch \"RNMHC0\", 0, 0\n\t{\n\t\tTranslation \"239:239=229:229\"\n\t}\n}\n\nSprite \"RNM4D0\", 164, 144\n{\n\tOffset -192, -46\n\tPatch \"RNMHD0\", 0, 0\n\t{\n\t\tTranslation \"239:239=229:229\"\n\t}\n}\n\nSprite \"RNM4E0\", 220, 188\n{\n\tOffset -192, -58\n\tPatch \"RNMHE0\", 0, 0\n\t{\n\t\tTranslation \"239:239=229:229\"\n\t}\n}\n\nSprite \"RNM4F0\", 112, 208\n{\n\tOffset -232, 18\n\tPatch \"RNMHF0\", 0, 0\n\t{\n\t\tTranslation \"239:239=229:229\"\n\t}\n}\n\nSprite \"RNM4G0\", 112, 212\n{\n\tOffset -232, 22\n\tPatch \"RNMHG0\", 0, 0\n\t{\n\t\tTranslation \"239:239=229:229\"\n\t}\n}\n\nSprite \"RNM4H0\", 112, 212\n{\n\tOffset -232, 22\n\tPatch \"RNMHH0\", 0, 0\n\t{\n\t\tTranslation \"239:239=229:229\"\n\t}\n}\n\nSprite \"RNM4I0\", 140, 224\n{\n\tOffset -208, 34\n\tPatch \"RNMHI0\", 0, 0\n\t{\n\t\tTranslation \"239:239=229:229\"\n\t}\n}\n\nSprite \"RNM4J0\", 188, 228\n{\n\tOffset -184, 38\n\tPatch \"RNMHJ0\", 0, 0\n\t{\n\t\tTranslation \"239:239=229:229\"\n\t}\n}\n\nSprite \"RNM4K0\", 116, 248\n{\n\tOffset -220, 58\n\tPatch \"RNMHK0\", 0, 0\n\t{\n\t\tTranslation \"239:239=229:229\"\n\t}\n}\n\nSprite \"RNM4L0\", 84, 212\n{\n\tOffset -236, 22\n\tPatch \"RNMHL0\", 0, 0\n\t{\n\t\tTranslation \"239:239=229:229\"\n\t}\n}\n\n// End of texture definitions"
},
{
"source": "pk3",
"name": "FONTDEFS.txt",
"contents": "CMBHQFONT //1.5 scale (shrunk)\n\t{\n\t\t0 STYSCBMA\n\t\t1 STYSCBMB\n\t\t2 STYSCBMC\n\t\t3 STYSCBMD\n\t\t4 STYSCBME\n\t\t5 STYSCBMF\n\t\t6 STYSCBMG\n\t\t7 STYSCBMH\n\t\t8 STYSCBMI\n\t\t9 STYSCBMJ\n\t\t% STYSCBMK\n\t}\n\nCMBHRFONT //1.25 scale\n\t{\n\t\t0 STYSCBML\n\t\t1 STYSCBMM\n\t\t2 STYSCBMN\n\t\t3 STYSCBMO\n\t\t4 STYSCBMP\n\t\t5 STYSCBMQ\n\t\t6 STYSCBMR\n\t\t7 STYSCBMS\n\t\t8 STYSCBMT\n\t\t9 STYSCBMU\n\t\t% STYSCBMV\n\t}"
},
{
"source": "pk3",
"name": "TEAMINFO.txt",
"contents": "ClearTeams\n\nTeam \"Grand Dad Team\"\n{\n PlayerColor \"FF 9B 9B\"\n TextColor \"Red\"\n RailColor \"00 FF 00\"\n FlagItem \"MegaBlueFlag\"\n SkullItem \"BlueSkullST\"\n SmallFlagHUDIcon \"LFLG\"\n SmallSkullHUDIcon \"STKEYS3\"\n LargeFlagHUDIcon \"BFLASMAL\"\n LargeSkullHUDIcon \"BSKUA0\"\n WinnerPic \"GCWIN0\"\n LoserPic \"GCLOS0\"\n WinnerTheme \"GRADWIN\"\n LoserTheme \"GRADLOSE\"\n AllowCustomPlayerColor\n PlayerStartThingNumber 5080\n}\n\nTeam \"Snatcher Team\"\n{\n\tPlayerColor \"60 20 C0\"\n\tTextColor \"Purple\"\n\tRailColor \"FF 00 00\"\n\tFlagItem \"MegaRedFlag\"\n\tSkullItem \"RedSkullST\"\n\tSmallFlagHUDIcon \"WFLG\"\n\tSmallSkullHUDIcon \"STKEYS5\"\n\tLargeFlagHUDIcon \"RFLASMAL\"\n\tLargeSkullHUDIcon \"RSKUA0\"\n\tWinnerPic \"GCWIN1\"\n\tLoserPic \"GCLOS1\"\n\tWinnerTheme \"SNATWIN\"\n\tLoserTheme \"SNATLOSE\"\n\tAllowCustomPlayerColor\n\tPlayerStartThingNumber 5081\n}\n\nTeam \"Dr. Zomboss Team\"\n{\n\tPlayerColor \"48 A0 68\"\n\tTextColor \"Green\"\n\tRailColor \"FF A5 00\"\n\tFlagItem \"MegaGreenFlag\"\n\tSkullItem \"GreenSkullST\"\n\tSmallFlagHUDIcon \"CFLG\"\n\tSmallSkullHUDIcon \"STKEYS5\"\n\tLargeFlagHUDIcon \"YFLASMAL\"\n\tLargeSkullHUDIcon \"YSKUA0\"\n\tWinnerPic \"GCWIN2\"\n\tLoserPic \"GCLOS2\"\n\tWinnerTheme \"ZOMBWIN\"\n\tLoserTheme \"ZOMBLOSE\"\n\tAllowCustomPlayerColor\n\tPlayerStartThingNumber 5083\n}\n\nTeam \"Gray Mann Team\"\n{\n\tPlayerColor \"99 99 99\"\n\tTextColor \"DarkGray\"\n\tRailColor \"80 00 80\"\n\tFlagItem \"MegaYellowFlag\"\n\tSkullItem \"YellowSkullST\"\n\tSmallFlagHUDIcon \"KFLG\"\n\tSmallSkullHUDIcon \"STKEYS5\"\n\tLargeFlagHUDIcon \"BFLASMAL\"\n\tLargeSkullHUDIcon \"BSKUA0\"\n\tWinnerPic \"GCWIN3\"\n\tLoserPic \"GCLOS3\"\n\tWinnerTheme \"GRAYWIN\"\n\tLoserTheme \"GRAYLOSE\"\n\tAllowCustomPlayerColor\n\tPlayerStartThingNumber 5084\n}"
},
{
"source": "pk3",
"name": "BOTINFO.txt",
"contents": "clearbots\n{\n\tname = \"\\cnMegaman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"MegaBusterC\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Megaman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTMEGA.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cgProtoman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"ProtoBusterC\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"protoman\"\n\tclass = \"Protoman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTPROT.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ciBass\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"BassBusterBoss\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"bass\"\n\tclass = \"Bass\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTBASS.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\chDuo\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 4\n\tanticipation = 4\n\treactiontime = 4\n\tperception = 4\n\tfavoriteweapon = \"DuoFistRevoRemix\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"duo\"\n\tclass = \"Duo\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTDUO.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cvOriginalDuo\"\n\taccuracy = 4\n\tintellect = 4\n\tevade = 4\n\tanticipation = 4\n\treactiontime = 4\n\tperception = 4\n\tfavoriteweapon = \"DuoFistRevoRemix\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"originalduo\"\n\tclass = \"Duo\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTDUO.txt\"\n\tchatfrequency = 25\n}\n\n{\n\tname = \"\\cdQuint\"\n\taccuracy = 4\n\tintellect = 4\n\tevade = 4\n\tanticipation = 4\n\treactiontime = 4\n\tperception = 4\n\tfavoriteweapon = \"QuintQR2Hero\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"quint\"\n\tclass = \"Quint\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTQUIN.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cnMaestro\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"Other\"\n\tskin = \"Maestro\"\n\tclass = \"Maestro\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\caRoll\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"MegaBusterWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"female\"\n\tskin = \"roll\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTROLL.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cqSniper Joe\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"MegaBusterWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"sniperjoe\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 0\n}\n\n{\n\tname = \"\\cqAuto\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"MegaBusterWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"auto\"\n\tclass = \"Megaman\"\n\t//revealed = false\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTAUTO.txt\"\n\tchatfrequency = 0\n}\n\n{\n\tname = \"\\cq???\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"MegaBusterWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Auto-Disguise\"\n\tclass = \"Megaman\"\n\t//revealed = false\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTAUTU.txt\"\n\tchatfrequency = 0\n}\n\n{\n\tname = \"\\cgRush\"\n\taccuracy = 2\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Rush\"\n\tclass = \"Rush\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cdTango\"\n\taccuracy = 2\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Tango\"\n\tclass = \"Tango\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ctTreble\"\n\taccuracy = 2\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Treble\"\n\tclass = \"Treble\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n//MM1\n{\n\tname = \"\\caCutman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"RollingCutterWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"cutman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTCUT.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ciGutsman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"SuperArmWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"gutsman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTGUTS.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cnIceman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"IceSlasherWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"iceman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTICE.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ciBombman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"HyperBombWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"bombman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTBOMB.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cgFireman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"FireStormWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"fireman\"\n\tclass = \"Fireman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTFIRE.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cnFireman Cross X\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"FireStormWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"fireman\"\n\tclass = \"FiremanCrossX\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTFIRE.txt\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ckElecman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"ThunderBeamWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"elecman\"\n\tclass = \"Elecman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTELEC.txt\"\n\tchatfrequency = 50\n}\n\n/*{\n\tname = \"\\cgRuby Elecman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tclass = \"Elecman\"\n\tskin = \"RubyElecman-C\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTELEC.txt\"\n\tchatfrequency = 50\n}*/\n\n{\n name = \"\\ctTimeman\"\n accuracy = 2\n intellect = 3\n evade = 2\n anticipation = 4\n reactiontime = 4\n perception = 4\n favoriteweapon = \"TimeSlowWep\"\n color = \"00 00 00\"\n gender = \"male\"\n skin = \"timeman\"\n class = \"Megaman\"\n revealed = true\n script = \"humanbot\"\n chatlump = \"chats/BOTTIME.txt\"\n chatfrequency = 50\n}\n\n{\n name = \"\\cuOilman\"\n accuracy = 2\n intellect = 3\n evade = 2\n anticipation = 4\n reactiontime = 4\n perception = 4\n favoriteweapon = \"OilSliderWep\"\n color = \"00 00 00\"\n gender = \"male\"\n skin = \"oilman\"\n class = \"Megaman\"\n revealed = true\n script = \"humanbot\"\n chatlump = \"chats/BOTOIL.txt\"\n chatfrequency = 50\n}\n\n{\n\tname = \"\\ckYellow Devil\"\n\taccuracy = 2\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"YellowDevil\"\n\tclass = \"YellowDevil\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n name = \"\\ctCopy Robot\"\n accuracy = 4\n intellect = 3\n evade = 2\n anticipation = 1\n reactiontime = 2\n perception = 1\n favoriteweapon = \"MegaBusterWep\"\n color = \"00 00 00\"\n gender = \"male\"\n skin = \"Megaman?\"\n class = \"CopyRobot\"\n revealed = true\n script = \"humanbot\"\n chatlump = \"chats/BOTCOPY.txt\"\n chatfrequency = 50\n}\n\n//MM2\n{\n\tname = \"\\cgMetalman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"MetalBladeWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"metalman\"\n\tclass = \"Metalman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTMETL.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\chAirman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"AirShooterWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"airman\"\n\tclass = \"Airman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTAIR.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cqBubbleman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"BubbleLeadWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"bubbleman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTBUBB.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cgQuickman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"QuickBoomerangWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"quickman\"\n\tclass = \"Quickman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTQM.txt\"\n\tchatfrequency = 50\n}\n\n/*{\n\tname = \"\\cqEmerald Quickman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"EmeraldQuickMan-C\"\n\tclass = \"Quickman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTQM.txt\"\n\tchatfrequency = 50\n}*/\n\n{\n\tname = \"\\cgCrashman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"CrashBombWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"crashman\"\n\tclass = \"Crashman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTCRS.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\chFlashman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"TimeStopperWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"flashman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTFLAS.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ckHeatman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"AtomicFireWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"heatman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTHEA.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cqWoodMan\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"LeafShieldWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"woodman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTWOOD.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cdAlien\"\n\taccuracy = 1\n\tintellect = 4\n\tevade = 4\n\tanticipation = 4\n\treactiontime = 4\n\tperception = 4\n\tfavoriteweapon = \"BubbleLeadWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"other\"\n\tskin = \"alien\"\n\tclass = \"Alien\"\n\t//revealed = false\n\tscript = \"humanbot\"\n}\n//MM3\n{\n\tname = \"\\chNeedleman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"NeedleCannonWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"needleman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTNEED.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cgMagnetman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"MagnetMissileWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"magnetman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTMAGN.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ccGeminiman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"GeminiLaserWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"geminiman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTGEMI.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\chHardman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"HardKnuckleWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"hardman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"fatbot\"\n\tchatlump = \"chats/BOTHARD.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ciTopman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"TopSpinWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"topman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTTOP.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cqSnakeman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"SearchSnakeWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"snakeman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTSNAK.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ciSparkman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"SparkShockWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"sparkman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTSPAR.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\chShadowman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"ShadowBladeWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"shadowman\"\n\tclass = \"Shadowman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTSHAD.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cmDocRobot\"\n\taccuracy = 2\n\tintellect = 0\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 3\n\tperception = 0\n\t//favoriteweapon = \"MegaBusterWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Docrobot\"\n\tclass = \"Docrobot\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 0\n}\n\n{\n\tname = \"\\ciDocRobot Mark 2\"\n\taccuracy = 3\n\tintellect = 1\n\tevade = 1\n\tanticipation = 3\n\treactiontime = 4\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"DocRobotMark2\"\n\tclass = \"DocRobotMark2\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n//MMDOS\n{\n\tname = \"\\chWaveman DOS\"\n\taccuracy = 2\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"WavemanDOS\"\n\tclass = \"WavemanDOS\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTWAVP.txt\"\n\tchatfrequency = 50\n}\n\n//MM4\n{\n\tname = \"\\ciBrightMan\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"FlashStopperWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"brightman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTBRIG.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cdToadman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"RainFlushWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"toadman\"\n\tclass = \"Toadman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTTOAD.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cgDrillman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"DrillBombWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"drillman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTDRIL.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ckPharaohMan\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"PharaohShotWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"pharaohman\"\n\tclass = \"Pharaohman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTPHAR.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cgRingman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"RingBoomerangWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"ringman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTRING.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cnDustMan\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"DustCrusherWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"dustman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTDUS.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\chDiveMan\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"DiveMissileWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"diveman\"\n\tclass = \"Diveman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTDIV.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cjSkullman\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"SkullBarrierWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"skullman\"\n\tclass = \"Skullman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTSKUL.txt\"\n\tchatfrequency = 50\n}\n\n//MM5\n{\n\tname = \"\\cgGravityMan\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"GravityHoldWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"gravityman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTGRAV.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cnWaveMan\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"WaterWaveWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"waveman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTWAVE.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\csStoneMan\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"PowerStoneWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"stoneman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"fatbot\"\n\tchatlump = \"chats/BOTSTON.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cdGyroMan\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"GyroAttackWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"gyroman\"\n\tclass = \"Gyroman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTGYRO.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ckStarMan\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"StarCrashWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"starman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTSTAR.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\caChargeMan\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"ChargeKickWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"chargeman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTCHRG.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ctNapalmMan\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"NapalmBombWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"napalmman\"\n\tclass = \"Napalmman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTNAPA.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cvCrystalMan\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"CrystalEyeWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"crystalman\"\n\tclass = \"Crystalman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTCRYS.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cqDarkMan1\"\n\taccuracy = 3\n\tintellect = 3\n\tevade = 3\n\tanticipation = 3\n\treactiontime = 3\n\tperception = 3\n\tfavoriteweapon = \"MillTreadWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"darkman1\"\n\tclass = \"Darkman1\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTDRK1.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cuDarkMan2\"\n\taccuracy = 3\n\tintellect = 3\n\tevade = 3\n\tanticipation = 3\n\treactiontime = 3\n\tperception = 3\n\tfavoriteweapon = \"ShieldSpiralWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"darkman2\"\n\tclass = \"Darkman2\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTDRK2.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ctDarkMan3\"\n\taccuracy = 3\n\tintellect = 3\n\tevade = 3\n\tanticipation = 3\n\treactiontime = 3\n\tperception = 3\n\tfavoriteweapon = \"ImmobilizationRingWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"darkman3\"\n\tclass = \"Darkman3\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTDRK3.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cgDarkMan4\"\n\taccuracy = 4\n\tintellect = 4\n\tevade = 4\n\tanticipation = 4\n\treactiontime = 4\n\tperception = 4\n\tfavoriteweapon = \"BerserkBusterWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"darkman4\"\n\tclass = \"Darkman4\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTDRK4.txt\"\n\tchatfrequency = 50\n}\n\n//MMV\n{\n\tname = \"\\cqMercury\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"GrabBusterWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"mercury\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTMERC.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ckVenus\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"BubbleBombWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"venus\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTVENU.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cgMars\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"PhotonMissileWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"mars\"\n\tclass = \"Mars\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTMARS.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cdJupiter\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"ElectricShockWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"jupiter\"\n\tclass = \"Jupiter\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTJUPT.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ceSaturn\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"BlackHoleWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"saturn\"\n\tclass = \"Saturn\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTSATU.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ciUranus\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"DeepDiggerWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"uranus\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTURAN.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ctPluto\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"BreakDashWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"pluto\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTPLUT.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\chNeptune\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"SaltWaterWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"neptune\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTNEPT.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cdTerra\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"SparkChaserWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"terra\"\n\tclass = \"Terra\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTTRRA.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\c[sunstar]Sunstar\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"Megabuster\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"sunstar\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTSUNS.txt\"\n\tchatfrequency = 50\n}\n\n//MM6\n{\n\tname = \"\\cjBlizzardMan\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"BlizzardAttackWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"blizzardman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTBLIZ.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cdCentaurMan\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"CentaurFlashWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"centaurman\"\n\tclass = \"centaurman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTCENT.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cgFlameMan\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"FlameBlastWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"flameman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTFLAM.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\chKnightMan\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"KnightCrushWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"knightman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTKNIG.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\caPlantMan\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"PlantBarrierWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"plantman\"\n\tclass = \"Plantman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTPLAM.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\chTomahawkMan\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"SilverTomahawkWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"tomahawkman\"\n\tclass = \"TomahawkMan\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTTOMA.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ciWindMan\"\n\taccuracy = 3\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"WindStormWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"windman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTWIND.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ctYamatoMan\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"YamatoSpearWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"yamatoman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTYAMO.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cdColton\"\n\taccuracy = 2\n\tintellect = 3\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 3\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Colton\"\n\tclass = \"Colton\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTCOLTON.txt\"\n\tchatfrequency = 50\n}\n\n//MM7\n{\n\tname = \"\\cvFreezeMan\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"FreezeCrackerWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"freezeman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTFREE.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cuJunkMan\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"JunkShieldWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"junkman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTJUNK.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ciBurstMan\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"DangerWrapWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"burstman\"\n\tclass = \"BurstMan\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTBURS.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cjCloudMan\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"ThunderBoltWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"cloudman\"\n\tclass = \"CloudMan\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTCLOU.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cgSpringMan\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"WildCoilWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"springman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTSPRI.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cdSlashMan\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"SlashClawWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"slashman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTSLAS.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ctShadeMan\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"NoiseCrushWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"shademan\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTSHDE.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cqTurboMan\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"ScorchWheelWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"turboman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTTURB.txt\"\n\tchatfrequency = 50\n}\n\n//Mega Man 8\n{\n\tname = \"\\cdTenguMan\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"TornadoHoldWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"tenguman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTTENG.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cqAstroMan\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"AstroCrushWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"astroman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTASTR.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\crSwordMan\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"FlameSwordWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"swordman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTSWOR.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ctClownMan\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"ThunderClawWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"clownman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTCLOW.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ceSearchMan\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"HomingSniperWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"searchman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTSEAR.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cjFrostMan\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"FrostWaveWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"frostman\"\n\tclass = \"Frostman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTFROS.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\chGrenadeMan\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"FlashBombWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"grenademan\"\n\tclass = \"Grenademan\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTGREN.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cnAquaMan\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"WaterBalloonWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"aquaman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTAQUA.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ctEvilRobot\"\n\taccuracy = 4\n\tintellect = 4\n\tevade = 4\n\tanticipation = 4\n\treactiontime = 4\n\tperception = 4\n\tfavoriteweapon = \"DuoFistWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"evilrobot\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTEROB.txt\"\n\tchatfrequency = 25\n}\n\n//Megaman & Bass\n{\n\tname = \"\\cqDynamoman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"LightingBoltWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"dynamoman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTDYNA.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cvColdman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"IceWallWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"coldman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTCOLD.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ckGroundman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"SpreadDrillWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"groundman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTGROU.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ctPirateman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"RemoteMineWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"pirateman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTPIRA.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cgBurnerman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"WaveBurnerWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"burnerman\"\n\tclass = \"Burnerman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTBURN.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cmMagicman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"MagicCardWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"magicman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTMAGI.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ckKing\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"ProtoBuster\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"king\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTKING.txt\"\n\tchatfrequency = 50\n}\n\n//Genesis Unit\n{\n\tname = \"\\cgBuster Rod G\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"HardKnuckleWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"busterrodg\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTBRG.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cqMega Water S\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"IceSlashWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"megawaters\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTMWS.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\chHyper Storm H\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"HyperBombWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"hyperstormh\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTHSH.txt\"\n\tchatfrequency = 50\n}\n\n//MM9\n{\n\tname = \"\\ciConcreteman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"ConcreteShotWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"concreteman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTCONC.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cqTornadoman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"TornadoBlowWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"tornadoman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTTORN.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\chSplashwoman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"LaserTridentWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"female\"\n\tskin = \"splashwoman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTSPLA.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ctPlugman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"PlugBallWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"plugman\"\n\tclass = \"PlugMan\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTPLUG.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\caJewelman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"JewelSatelliteWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"jewelman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTJEWE.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ckHornetman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"HornetChaserWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"hornetman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTHORN.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cgMagmaman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"MagmaBazookaWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"magmaman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTMAGM.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ctGalaxyman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"BlackHoleBombWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"galaxyman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTGALA.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\chFakeman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"MegaBuster\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"fakeman\"\n\tclass = \"FakeMan\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTFAKE.txt\"\n\tchatfrequency = 50\n}\n\n//MM10\n{\n\tname = \"\\ctBlademan\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"TripleBladewep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"blademan\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTBLAD.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\chPumpman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"WaterShieldWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"pumpman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTPUMP.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cqCommandoman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"CommandoBombWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"commandoman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTCOMM.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cnChillman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"ChillSpikeWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"chillman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTCHIL.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ckSheepman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"ThunderWoolWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"sheepman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTSHEP.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cjStrikeman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"ReboundStrikerWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"strikeman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTSTRK.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cgNitroman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"WheelCutterWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"nitroman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTNITR.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ciSolarman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"SolarBlazeWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"solarman\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTSOLA.txt\"\n\tchatfrequency = 50\n}\n\n//MM11\n{\n\tname = \"\\ckFuseman\" //To remove for v7\n\taccuracy = 0\n\tintellect = 2\n\tevade = 0\n\tanticipation = 3\n\treactiontime = 4\n\tperception = 1\n\tfavoriteweapon = \"ScrambleThunderWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Fuseman\"\n\tclass = \"Fuseman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\t//chatlump = \"chats/BOTFUSE.txt\"\n\tchatfrequency = 50\n}\n\n//Killers\n{\n\tname = \"\\ckEnker\"\n\taccuracy = 4\n\tintellect = 2\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"MirrorBusterWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"enker\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTENKR.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cgPunk\"\n\taccuracy = 4\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"ScrewCrusherWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"punk\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTPUNK.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ctBallade\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"BalladeCrackerWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"ballade\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTBALD.txt\"\n\tchatfrequency = 50\n}\n\n//Misc\n{\n\tname = \"\\cuRa Thor\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"Megabuster\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"rathor\"\n\tclass = \"Megaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTRATH.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cfDr. Wily\"\n\taccuracy = 1\n\tintellect = 4\n\tevade = 4\n\tanticipation = 4\n\treactiontime = 4\n\tperception = 4\n\tfavoriteweapon = \"BubbleLeadWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"wilyskullsuit\"\n\tclass = \"DrWily\"\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTDRW.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ckBBA Megaman\"\n\taccuracy = 1\n\tintellect = 4\n\tevade = 4\n\tanticipation = 4\n\treactiontime = 4\n\tperception = 4\n\tfavoriteweapon = \"MegaBusterWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Megaman-BBA\"\n\tclass = \"Megaman\"\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTBBA.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cnHolo-Megaman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tfavoriteweapon = \"MegaBusterWep\"\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Megaman\"\n\tclass = \"Megaman\"\n\trevealed = false\n\tscript = \"humanbot\"\n}\n\n//GC Bots\n{\n\tname = \"\\chGravitySniper\"\n\taccuracy = 3\n\tintellect = 3\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 2\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Burstman\"\n\tclass = \"GravitySniper\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cdRangedScan\"\n\taccuracy = 1\n\tintellect = 2\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 1\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"SniperJoe-MM7\"\n\tclass = \"RangedScan\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\crR\\cha\\cdn\\c*d\\c-o\\ckm\\cji\\csz\\cpe\\cor\"\n\taccuracy = 1\n\tintellect = 1\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 1\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Auto-Unknown\"\n\tclass = \"Randomizer\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cuHexaGlitcher\"\n\taccuracy = 1\n\tintellect = 4\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 1\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"female\"\n\tclass = \"HexaGlitcher\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ccDiscordapp\"\n\taccuracy = 3\n\tintellect = 1\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 1\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"DiscordApp\"\n\tclass = \"DiscordApp\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cnRuneman\"\n\taccuracy = 4\n\tintellect = 3\n\tevade = 0\n\tanticipation = 4\n\treactiontime = 2\n\tperception = 4\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Base\"\n\tclass = \"Runeman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ctSnatchman\"\n\taccuracy = 6\n\tintellect = 4\n\tevade = 0\n\tanticipation = 6\n\treactiontime = 3\n\tperception = 6\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Megaman\"\n\tclass = \"Snatchman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\coBodyBuilder\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Concreteman\"\n\tclass = \"BodyBuilder\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\coRevenant\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"other\"\n\tskin = \"Revenant\"\n\tclass = \"Revenant\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cgBaron Of Hell\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"other\"\n\tskin = \"BaronOfHell\"\n\tclass = \"BaronOfHell\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cbCyberDemon\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"other\"\n\tskin = \"Cyberdemon\"\n\tclass = \"Cyberdemon\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ceArchVile\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"other\"\n\tskin = \"Archvile\"\n\tclass = \"Archvile\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cgBruhman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Bruhman\"\n\tclass = \"Bruhman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTBRUH.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cnDeathman\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Deathman\"\n\tclass = \"Deathman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cdCoronaman\"\n\taccuracy = 1\n\tintellect = 2\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 1\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Coronaman\"\n\tclass = \"Coronaman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\clCactus\"\n\taccuracy = 2\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"female\"\n\tskin = \"Cactus\"\n\tclass = \"Cactus\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ccPeppino\"\n\taccuracy = 3\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Peppino\"\n\tclass = \"Peppino\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ceVigilante\"\n\taccuracy = 4\n\tintellect = 3\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 2\n\tperception = 2\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Vigilante\"\n\tclass = \"Vigilante\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ckScout\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Scout\"\n\tclass = \"Scout\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTSCOUT.txt\"\n\tchatfrequency = 60\n}\n\n{\n\tname = \"\\cgSoldier\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Soldier\"\n\tclass = \"Soldier\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatlump = \"chats/BOTSOLD.txt\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cgKing Knight\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"KingKnight\"\n\tclass = \"KingKnight\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cdPropeller Knight\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"PropellerKnight\"\n\tclass = \"PropellerKnight\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ctTreasure Knight\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"TreasureKnight\"\n\tclass = \"TreasureKnight\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cnShovel Knight\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"ShovelKnight\"\n\tclass = \"ShovelKnight\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cgCrab Champion\"\n\taccuracy = 3\n\tintellect = 3\n\tevade = 0\n\tanticipation = 2\n\treactiontime = 3\n\tperception = 2\n\tcolor = \"00 00 00\"\n\tgender = \"other\"\n\tskin = \"CrabChampion\"\n\tclass = \"CrabChampion\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\chPepsiman\"\n\taccuracy = 1\n\tintellect = 1\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 1\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Pepsiman\"\n\tclass = \"Pepsiman\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cnAnimdude\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Animdude\"\n\tclass = \"Animdude\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ciDr. Jekyll\"\n\taccuracy = 1\n\tintellect = 3\n\tevade = 0\n\tanticipation = 1\n\treactiontime = 2\n\tperception = 1\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"DrJekyll\"\n\tclass = \"DrJekyll\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ctJotaro Kujo\"\n\taccuracy = 3\n\tintellect = 4\n\tevade = 0\n\tanticipation = 3\n\treactiontime = 3\n\tperception = 3\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Jotaro\"\n\tclass = \"Jotaro\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\chWamuu\"\n\taccuracy = 3\n\tintellect = 4\n\tevade = 0\n\tanticipation = 3\n\treactiontime = 3\n\tperception = 3\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Wamuu\"\n\tclass = \"Wamuu\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cnYoshikage Kira\"\n\taccuracy = 3\n\tintellect = 4\n\tevade = 0\n\tanticipation = 3\n\treactiontime = 3\n\tperception = 3\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Kira\"\n\tclass = \"Kira\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\ceSecco\"\n\taccuracy = 3\n\tintellect = 4\n\tevade = 0\n\tanticipation = 3\n\treactiontime = 3\n\tperception = 3\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Secco\"\n\tclass = \"Secco\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cqFoo Fighters\"\n\taccuracy = 3\n\tintellect = 4\n\tevade = 0\n\tanticipation = 3\n\treactiontime = 3\n\tperception = 3\n\tcolor = \"00 00 00\"\n\tgender = \"other\"\n\tskin = \"FooFighters\"\n\tclass = \"FooFighters\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}\n\n{\n\tname = \"\\cgWekapipo\"\n\taccuracy = 3\n\tintellect = 4\n\tevade = 0\n\tanticipation = 3\n\treactiontime = 3\n\tperception = 3\n\tcolor = \"00 00 00\"\n\tgender = \"male\"\n\tskin = \"Wekapipo\"\n\tclass = \"Wekapipo\"\n\trevealed = true\n\tscript = \"humanbot\"\n\tchatfrequency = 50\n}"
},
{
"source": "pk3",
"name": "gameinfo.txt",
"contents": "// GC Game Info\nStartupTitle = \"MM8BDM : Grand Classes\"\nStartupColors = \"FF 7A 7A\", \"73 00 00\"\nStartupSong = \"GCSTART\"\nStartupType = \"Hexen\""
},
{
"source": "pk3",
"name": "README.txt",
"contents": "Permanent Server Invite: https://discord.gg/B2MvQkH\n(Alternate) Guilded Invite: https://www.guilded.gg/i/42Dz7xMp\n\nI own almost nothing in this file.\n\nEnjoy.\n\nAlso please check our site out:\nbinarrycode.github.io/Grand_Classes-Site/\n\n==============================================\n(Template: Person - Credit)\n\nBinary, Fr3ak, Great Glass, Gibus - Coding\n\nEveryone in the Discord/Guilded servers - Feedback / Concepts\n\nHeel, Hazoid, Potts/Thresh90, FTX, M30W, Z-Dagger, Fyone, Pegg, A-Chan, Hansungkee, FlyingNosaj/Lamp, Ze Robotico, Universal 22, Dio-ZX, Binary, Spybot, Fr3ak, Redflash, Dimpsy, MD/Lord Smash, ???, KY?, Oliver As Latias, BBLR, Great Glass, Trig, DarkMan4, Cowsha, Medaru Daka, Aburtos, Ika, Molly - Spritework\n\nLaggy Blazko - Base spritework for Dr. Wily's throwing HUDs\n\nCelebi / CBM Developers - Base coding for Double / Wall Jumps\n\nTrillster - Base Class Help menu\nEhibika - Help with headshot script\nFyone - Help with headshot script\n\n???, Jason, Musashi, Ecl1p5e, ???, Fr3ak - Sounds / Help with obtaining some sounds\n\nFlaminglog - TOPWHY music (TOPWHYSP ported from JD)\n\nCosmicGem, littlelamp100 - Megaman Maker 1.5 sounds (and Wrecking for giving me higher quality files)\n\nRed Lantern - Colton skin\n\n??? - Impact Man sounds\n\nKaizoZhang - Base Doc Robot Mark 2 Sprite\nJusteDesserts - Doc Robot Mark 2 Art (inspiration for sprite)\n\nMM8BDM Devs - Mod base\n\nLuigiBlood - Original file for ZH2MUS\nbd2000 - Recreating the 'The Flintstones: The Rescue of Dino and Hoppy' title theme in Famitracker\n\nMcPig - Old Vigilante (Cowboy Cheeseslime) Skin\nJaxOf7 - Help with Peppino code (huge help with altfire recode), Snatchman User1 fix, Rush Icons (except for Rush Bike)\n\nProtoMegaMan147 - SkullmanK Focused Skull Barrier FX sprites\n\nBulby - SOCCER startup music\n\nACESpark - QR1 & QR2 assets\n\nUniversal 22, Great Glass, Hansungkee, Hitscan - QR2 Quint Skin\n\nClock - Original Warpstone Gem Energizer (Recyling Shop) and Soldier Power/Speed Boost Wave (Sunstar Buff Wave) Code\n\nEcl1p5e - Original Air Movement script (from Final Joedown)\n\n???/Ze Robotico - Shovel Knight skin\nDiegoSaint/Ze Robotico/Great Glass - Shovel Knight HUDs\n\nKazza - Duo HUDs\n\nMega Man Revolution Remix Team - Mega Man Revolution Remix Assets\n\n???, ???, ???, ??? - Blood gib sprites\n??? (Trillster?) - Blood gib coding\n\nEri/Serperior - Several parts of Saturn's code, Dark Man 2 HUDs\n\nMegavile - Dark Men botchats\n\nMegaPhilX(?) - Proto Man Synthfire Charge shot sound\n\nRushjet1 - Mega Man Weapon Get SXF, Quint Victory theme\n\nTrillster - Anti 3D-Floor Cheat\n\nMega Man Perfect Blue Team - Mega Man Perfect Blue sounds\n\nGreg.EXE - Special Weapon Icon Visual\n\nRussel, Llama, Jax, Messatsu, Trillster, and Orange Mario - Croc Arsenal\n\n==============================================\n\nMost assets obtained from these files:\n=MM8BDM-Special-ClassesV3.2.pk3\n=ReimaginedClasses-v1e-beta2-Jupiter.pk3\n=UnholyClassesv7a-Beta3.pk3\n=Classes-v9fh.pk3\n=CompetitiveCBMPatchv2.0h.pk3 (fuck you Mobius)\n=competitivecbmpatchv2.0h-uecv1.7.pk3\n=csccb-dev-0.21.pk3\n=JustifiedClasses-v4b-beta15.pk3\n=mm8bdm-freemovement.pk3\n=gondola2.5-pb12.pk3\n=gondolabutbetrayedbyalexjdagenetmendezthefifth.pk3\n=mm8bdmgore.pk3\n=gvh-arcade-v2chh.pk3\n=crocarsenal-v6a-b2h3.pk3\n\n==============================================\n\nIf I forgot something, please tell me."
},
{
"source": "pk3",
"name": "actors/acspropconstants.txt",
"contents": "const int APROP_Health = 0;\nconst int APROP_Speed = 1;\nconst int APROP_JumpZ = 12;\nconst int APROP_Gravity\t = 15;\nconst int APROP_SpawnHealth\t= 17;\nconst int APROP_Dropped\t= 18;\nconst int APROP_DamageFactor = 24;\nconst int APROP_Height = 35;\nconst int APROP_Radius = 36;\nconst int APROP_Reactiontime = 37;\nconst int APROP_MeleeRange = 38;\n\nconst int STICKYMODE_GUTSLIFT = 0;\nconst int STICKYMODE_MAGFLY = 1;\n\nconst int CLCVAR_GIBS = 1;\n\nconst int SXF_WEPFXTRANS = SXF_TRANSFERTRANSLATION|SXF_TRANSFERPOINTERS;"
},
{
"source": "pk3",
"name": "actors/classbases.txt",
"contents": "#include \"actors/Classes/ClassBases/classbase0.txt\"\n#include \"actors/Classes/ClassBases/classbase1.txt\"\n#include \"actors/Classes/ClassBases/classbase2.txt\"\n#include \"actors/Classes/ClassBases/classbase3.txt\"\n\n#include \"actors/Classes/ClassBases/classbase-flags.txt\"\n#include \"actors/Classes/ClassBases/classbasearmors.txt\"\n#include \"actors/Classes/ClassBases/Ecl1p5eDefs.txt\""
},
{
"source": "pk3",
"name": "actors/GeneralThings.txt",
"contents": "actor SoundPlayeurBase {\n+NOINTERACTION +NOGRAVITY +FORCEXYBILLBOARD -SOLID\nscale 2.5 height 0 radius 0 States{}}\n\nactor HeadShotHeight : Inventory\n{\n\tinventory.amount 1\n\tinventory.maxamount 10000\n}\n\nactor LongTimeLimit : inventory\n{\ninventory.amount 4\ninventory.maxamount 112\n+INVENTORY.IGNORESKILL\n}\n\nactor Base28Ammo : Ammo\n{\nInventory.Amount 0\nInventory.MaxAmount 28\n}\n\nactor Base56Ammo : Ammo\n{\nInventory.Amount 0\nInventory.MaxAmount 56\n}\n\nactor Base112Ammo : Ammo\n{\nInventory.Amount 0\nInventory.MaxAmount 112\n}\n\nactor BaseAltfireAmmo : Ammo\n{\nInventory.Amount 112\nInventory.MaxAmount 112\n}\n\nActor BubProjTrail\n{\n+NOINTERACTION\n+NOGRAVITY\n+CLIENTSIDEONLY\n+FORCEXYBILLBOARD\n-SOLID\nscale 2.5\nheight 0\nradius 0\nStates\n{\nSpawn:\nTNT1 A 2\nBUBT ABC 2\nBUBT A 1 A_Fadeout(0.13)\nBUBT A 0 A_SetScale(2.1)\nBUBT B 1 A_Fadeout(0.13)\nBUBT B 0 A_SetScale(1.7)\nBUBT C 1 A_Fadeout(0.13)\nBUBT C 0 A_SetScale(1.3)\nBUBT A 1 A_Fadeout(0.13)\nBUBT A 0 A_SetScale(0.9)\nBUBT B 1 A_Fadeout(0.13)\nBUBT B 0 A_SetScale(0.5)\nBUBT C 1 A_Fadeout(0.13)\nBUBT C 0 A_SetScale(0.1)\nstop\n}\n}\n\nactor OnceC : inventory\n{\ninventory.amount 1\ninventory.maxamount 1\n}\n\nactor TempPitProtect : CustomInventory\n{\nStates\n{\nPickup:\nTNT1 A 0 A_JumpIf(CallACS(\"CBM_GetCVar\",3)>=1,\"No\")\nTNT1 A 0 A_SpawnItemEx(\"TempPitProtector\")\nstop\nNo:\nTNT1 A 0\nStop\n}\n}\n\nactor TempPitProtector\n{\nHeight 0\nRadius 0\n+NOINTERACTION\n+NOTARGETSWITCH\n-SOLID\n+NOGRAVITY\n+MISSILE\nStates\n{\nSpawn:\nTNT1 A 0\nTNT1 A 0 A_JumpIfInTargetInventory(\"IsBot\",1,\"Death\")\nTNT1 AAAAAAAAAAAAAA 1 A_GiveToTarget(\"YesMonsterBlock\", 1)\nTNT1 A 1 A_GiveToTarget(\"NoMonsterBlock\", 1)\nTNT1 A 0\nstop\nDeath:\nTNT1 A 0\nstop\n}\n}\n\nactor TempPitProtector2\n{\nHeight 0\nRadius 0\n+NOINTERACTION\n-SOLID\n+NOGRAVITY\n+MISSILE\nStates\n{\nSpawn:\nTNT1 A 0\nTNT1 A 0 A_JumpIfInTargetInventory(\"IsBot\",1,\"Death\")\nTNT1 AAAAAAAAAAAAAAAAAAAAAAAAAA 1 A_GiveToTarget(\"YesMonsterBlock\", 1)\nTNT1 A 1 A_GiveToTarget(\"NoMonsterBlock\", 1)\nTNT1 A 0\nstop\nDeath:\nTNT1 A 0\nstop\n}\n}\n\nactor NoMonsterBlock : CustomInventory\n{\nStates\n{\nPickup:\nTNT1 A 1 A_ChangeFlag(\"NOBLOCKMONST\",1)\nstop\n}\n}\n\nactor YesMonsterBlock : CustomInventory\n{\nStates\n{\nPickup:\nTNT1 A 1 A_ChangeFlag(\"NOBLOCKMONST\",0)\nstop\n}\n}\n\nActor ResetGravity : CustomInventory\n{\nStates\n{\nPickup:\nTNT1 A 0 ACS_ExecuteWithResult(529,0)\nstop\n/*\nPickup:\nTNT1 A 0 A_JumpIfInventory(\"IsUnderWater\",1,\"Pickup1\")\nTNT1 A 0 A_SetGravity(0.8)\nstop\nPickup1:\nTNT1 A 0 A_SetGravity(0.5)\nstop*/\n}\n}\n\nactor UnSolid : Inventory\n{\ninventory.amount 1\ninventory.maxamount 1\n}\n\nactor ReSolidifier\n{\nHeight 0\nRadius 0\n+NOINTERACTION\n-SOLID\n+NOGRAVITY\n+MISSILE\nStates\n{\nSpawn:\nTNT1 A 0\nTNT1 A 0 A_GiveToTarget(\"UnSolid\",1)\nSpawn2:\nTNT1 A 0 A_GiveToTarget(\"ReSolidifierCheckPickup\",1)\nTNT1 A 1\nTNT1 A 0 A_JumpIfInTargetInventory(\"UnSolid\",1,\"Spawn2\")\nstop\nDeath:\nTNT1 A 0\nstop\n}\n}\n\nactor ReSolidifierCheckPickup : CustomInventory\n{\nstates\n{\nPickup:\nTNT1 A 0 A_SpawnItemEx(\"ReSolidifierCheck\", 0, 0, 0, momx, momy, momz, 0, SXF_ABSOLUTEMOMENTUM, 0)\nstop\n}\n}\n\nactor ReSolidifierCheck\n{\nPROJECTILE\n+DONTSPLASH\n+SKYEXPLODE\n//+NOINTERACTION\n//+NOCLIP\nDamage (0)\n//radius 160\n//height 160\n//radius 16\n//height 56\nradius 24\nheight 84\nStates\n{\nSpawn:\nTNT1 A 0\nTNT1 A 1\nTNT1 A 0 A_GiveToTarget(\"ReSolidify\",1)\nstop\nDeath:\nXDeath:\nTNT1 A 0\nstop\n}\n}\n\nactor ReSolidify : CustomInventory\n{\nstates\n{\nPickup:\nTNT1 A 0 A_JumpIfInventory(\"UnSolid\",1,\"Pickup2\")\nstop\nPickup2:\nTNT1 A 0 A_ChangeFlag(\"SOLID\",1)\nTNT1 A 0 A_TakeInventory(\"UnSolid\",1)\nstop\n}\n}\n\nactor BasicHelper\n{//Used by things like PharaohFX\n+MISSILE\n-SOLID\n+NOCLIP\n+NOINTERACTION\n+NOGRAVITY\n+DONTBLAST\n+DONTREFLECT\n+THRUACTORS\nrenderstyle none\nradius 2\nheight 2\nStates\n{\nSpawn:\nTNT1 A 1\nstop\nDeath:\nTNT1 A 1\nstop\n}\n}\n\n//Wall Jump\nActor JumpCanclerDisable : Once {}\n\nActor StaminaFlag : Ammo {+INVENTORY.IGNORESKILL Inventory.MaxAmount 500}\n\nactor CanTreadWater : OnceC{}\nactor IsTreadingWater : OnceC{}\nactor CanWallJump : OnceC{}\nactor CanAirJump : OnceC{}\n\nactor CanAirJumpLimit : Inventory\n{\n\tinventory.amount 1\n\tinventory.maxamount 999\n\t+INVENTORY.IGNORESKILL\n}\nactor CanAirJumpStack : CanAirJumpLimit{}\nactor CanWallJumpLimit : CanAirJumpLimit{}\nactor CanWallJumpStack : CanAirJumpLimit{}\n\nactor GiveStaminaFlag_P5 : CustomInventory\n{\nStates\n{\nPickup:\nTNT1 A 0 A_JumpIfInventory(\"StaminaFlag\",500,\"No\")\nTNT1 A 0 A_GiveInventory(\"StaminaFlag\",5)\nstop\nNo:\nTNT1 A 0\nstop\n}\n}\n\nactor AirJumpBoost_P : CustomInventory\n{\nStates\n{\nPickup:\nTNT1 A 0 A_JumpIfInventory(\"FlightDisableFlag\",1,\"No\")\nTNT1 A 0 A_JumpIfInventory(\"CanAirJumpLimit\",1,\"Jump\")\nstop\nNo:\nTNT1 A 0\nstop\nJump:\nTNT1 A 0 A_TakeInventory(\"CanAirJumpLimit\",1)\nTNT1 A 0 //A_ChangeVelocity(momx,momy,10.0,2)\nTNT1 A 0 A_PlaySoundEx(\"classes/bassheight\",\"JumpFlair\")\nTNT1 A 0 A_SpawnItemEx(\"BassDashDust\")\nTNT1 A 0 A_ChangeVelocity(momx,momy,CallACS(\"CBM_FetchJumpZ\"),2)\nTNT1 A 0 A_GiveInventory(\"JumpCancler\",1)\nstop\n}\n}\n\nactor PowerWallJumpSpeed : PowerSpeed\n{\nPowerup.Duration 7\nSpeed 2.05\n+POWERSPEED.NOTRAIL\n}\n\nactor WallJumpingCheck_P : CustomInventory\n{\nStates\n{\nPickup:\nTNT1 A 0 A_JumpIfInventory(\"FlightDisableFlag\",1,\"No\")\nTNT1 A 0 A_JumpIfInventory(\"WallN\",1,\"JumpC\")\nTNT1 A 0 A_JumpIfInventory(\"WallE\",1,\"JumpC\")\nTNT1 A 0 A_JumpIfInventory(\"WallS\",1,\"JumpC\")\nTNT1 A 0 A_JumpIfInventory(\"WallW\",1,\"JumpC\")\nstop\nNo:\nTNT1 A 0\nstop\nJumpC:\nTNT1 A 0 A_JumpIfInventory(\"CanWallJumpLimit\",1,\"Jump\")\nstop\nJump:\nTNT1 A 0 A_GiveInventory(\"PowerWallJumpSpeed\",1)\nTNT1 A 0 //A_GiveInventory(\"JumpCancler\",1)\nTNT1 A 0 A_SpawnItemEx(\"GrenadeDustFX2\",10,0,8)\nTNT1 A 0 A_PlaySoundEx(\"misc/WallJump\",\"JumpFlair\")\nTNT1 A 0 A_TakeInventory(\"CanWallJumpLimit\",1)\nTNT1 A 0 ACS_ExecuteWithResult(160,10)\nstop\n}\n}\n\nactor WallJumping_P : CustomInventory\n{\nStates\n{\nPickup:\nTNT1 A 0 A_SpawnItemEx(\"WallCheckN\",23,0,8,momx,momy,0,0,8,0)//momz\nTNT1 A 0 A_SpawnItemEx(\"WallCheckS\",-23,0,8,momx,momy,0,0,8,0)\nTNT1 A 0 A_SpawnItemEx(\"WallCheckE\",0,23,8,momx,momy,0,0,8,0)\nTNT1 A 0 A_SpawnItemEx(\"WallCheckW\",0,-23,8,momx,momy,0,0,8,0)\nTNT1 A 0 A_SpawnItemEx(\"WallJumping_H\")\nstop\n}\n}\n\nactor WallJumping_H : BasicHelper\n{\nStates\n{\nSpawn:\nTNT1 A 0\nTNT1 A 1 A_GiveToTarget(\"WallJumpingCheck_P\")\nTNT1 A 1\nstop\n}\n}\n\nactor WallN : OnceC{}\nactor WallS : WallN{}\nactor WallE : WallN{}\nactor WallW : WallN{}\n\nactor WallCheckN\n{\nPROJECTILE\n//+RIPPER\n//+THRUACTORS\n+THRUGHOST\n+PAINLESS\n+NOTARGETSWITCH\n+DONTBLAST\n+DONTREFLECT\n+DONTSPLASH\ndamage (0)\nHeight 10\nRadius 10\nSpeed 0\nStates\n{\nSpawn:\nTNT1 A 0\nTNT1 A 0 A_TakeFromTarget(\"WallN\",1)\nTNT1 A 1\nstop\nDeath:\nTNT1 A 0\nTNT1 A 0 A_GiveToTarget(\"WallN\",1)\nTNT1 A 1\nstop\n}\n}\n\nactor WallCheckS : WallCheckN\n{\nStates\n{\nSpawn:\nTNT1 A 0\nTNT1 A 0 A_TakeFromTarget(\"WallS\",1)\nTNT1 A 1\nstop\nDeath:\nTNT1 A 0\nTNT1 A 0 A_GiveToTarget(\"WallS\",1)\nTNT1 A 1\nstop\n}\n}\n\nactor WallCheckE : WallCheckN\n{\nStates\n{\nSpawn:\nTNT1 A 0\nTNT1 A 0 A_TakeFromTarget(\"WallE\",1)\nTNT1 A 1\nstop\nDeath:\nTNT1 A 0\nTNT1 A 0 A_GiveToTarget(\"WallE\",1)\nTNT1 A 1\nstop\n}\n}\n\nactor WallCheckW : WallCheckN\n{\nStates\n{\nSpawn:\nTNT1 A 0\nTNT1 A 0 A_TakeFromTarget(\"WallW\",1)\nTNT1 A 1\nstop\nDeath:\nTNT1 A 0\nTNT1 A 0 A_GiveToTarget(\"WallW\",1)\nTNT1 A 1\nstop\n}\n}\n\n//Solidifier\nactor Nudge : CustomInventory\n{\nstates\n{\nPickup:\nTNT1 A 0 A_Jumpif(Momx == 0 && Momy == 0, \"Pickup2\")\nstop\nPickup2:\nTNT1 A 0 A_Recoil(-1)\nstop\n}\n}\n\nactor StaminaFlag_inator : BasicHelper\n{\nStates\n{\nSpawn:\nTNT1 A 0\nTNT1 A 0 A_TakeFromTarget(\"StaminaFlag_No\",1)\nSpawn2:\nTNT1 A 0\nTNT1 A 0 A_GiveToTarget(\"StaminaFlag2\",1)\nTNT1 A 1\nTNT1 A 0 A_JumpIfInTargetInventory(\"StaminaFlag_No\",1,\"Death\")\nTNT1 A 0 A_JumpIfInTargetInventory(\"StaminaFlag2\",496,\"Death\")\nloop\n}\n}\n\nactor StaminaFlag2 : Ammo\n{\ninventory.amount 1\ninventory.maxamount 500\n+INVENTORY.IGNORESKILL\n}\n\nactor StaminaFlag_No : Inventory{}\n\nactor BasicClientSide\n{//Works well for actors spawned from projectiles\n+CLIENTSIDEONLY\n+NOINTERACTION\n+NOGRAVITY\n-SOLID\nradius 2\nheight 2\nscale 2.5\n}\n\nactor BasicHitBase\n{\nHeight 0\nRadius 0\n+NOINTERACTION\n-SOLID\n+NOGRAVITY\n+MISSILE\nStates\n{\nSpawn:\nTNT1 A 0\nTNT1 A 0\nstop\n}\n}\n\nactor BaseDecorativeActor\n{\nscale 2.5\n+NOGRAVITY\n+CLIENTSIDEONLY\n+NONETID\n+NOINTERACTION\nStates\n{\nSpawn:\nTNT1 A 0\nstop\n}\n}\n\nactor BasicExplosion\n{//Easy way of managing every explosion such as topspin\n+MISSILE\n-SOLID\n+DONTBLAST\n+NOGRAVITY\n+RIPPER\n+SKYEXPLODE\n+NOINTERACTION\n+DONTSPLASH\n+THRUGHOST\n+THRUACTORS\n+DONTREFLECT\nDamage 0\nradius 2\nheight 2\n//Scale 2.5\nStates\n{\nSpawn:\nTNT1 A 0\nTNT1 A 1 A_Explode(10,10,0)\nstop\n}\n}\n\nactor RiC_FreezeWatcher\n{\nHeight 0\nRadius 0\n+NOINTERACTION\n-SOLID\n+NOTARGETSWITCH\n+NOGRAVITY\n+MISSILE\nReactionTime 40\nStates\n{\nSpawn:\nTNT1 A 0\nTNT1 A 0 A_GiveToTarget(\"ChillStuck\",1)\nTNT1 A 0 A_GiveToTarget(\"ChillVision\",1)\nTNT1 A 1 A_JumpIf(ACS_NamedExecuteWithResult(\"core_targetexists\",0)==0,\"Death\")\nTNT1 A 0 A_GiveToTarget(\"ChillStuck\",1)\nTNT1 A 0 A_GiveToTarget(\"ChillVision\",1)\nTNT1 A 0 A_Countdown\nloop\nDeath:\nTNT1 A 0\nTNT1 A 0 A_TakeFromTarget(\"PowerofNothing\",999)\nTNT1 A 0 A_TakeFromTarget(\"GoodatGettingHit\",999)\nTNT1 A 0 A_TakeFromTarget(\"ChillVision\",999)\nTNT1 A 0 A_GiveToTarget(\"ChillFree\",1)\nstop\n}\n}\n\nactor Shocked_Jump\n{\nHeight 0\nRadius 0\n+NOINTERACTION\n-SOLID\n+NOTARGETSWITCH\n+NOGRAVITY\n+MISSILE\nReactionTime 35\nStates\n{\nSpawn:\nTNT1 A 0\nTNT1 A 0 A_GiveToTarget(\"ChillStuck\",1)\nTNT1 A 1 A_JumpIf(ACS_NamedExecuteWithResult(\"core_targetexists\",0)==0,\"Death\")\nTNT1 A 0 A_Countdown\nloop\nDeath:\nTNT1 A 0\nTNT1 A 0 A_TakeFromTarget(\"PowerofNothing\",999)\nTNT1 A 0 A_TakeFromTarget(\"GoodatGettingHit\",999)\nTNT1 A 0 A_GiveToTarget(\"ChillFree\",1)\nstop\n}\n}\n\nActor Shocked_Jump_Baron : Shocked_Jump{ReactionTime 10}\n\nActor ShockFX125 : Shocked_Jump{ReactionTime 125}\n\nactor RiC_FreezeProtect2 : Powerup\n{\nPowerup.Duration 52\n}\n\nactor NothingLol {\nPROJECTILE\nHeight 0 Radius 0 Damage (0)\n+NOINTERACTION\n+CLIENTSIDEONLY\n+THRUACTORS\n+NOCLIP\nstates\n{\nSpawn:\nTNT1 A 1\nstop\n}\n}\n\nactor EnhancedMovementSpeedBoost : PowerSpeed\n{\n+POWERSPEED.NOTRAIL\nSpeed 1.25\nPowerup.Duration 0x7FFFFFFD\n}\n\nactor WallSlamRocksFX //From V-Classes\n{\nPROJECTILE\ntranslation \"208:208=217:217\", \"46:46=235:235\"\nScale 2.5\nHeight 4\nRadius 4\ngravity 1.6\n-NOGRAVITY\n+NOCLIP\n+BOUNCEONFLOORS\nbouncefactor 0.6\nBouncecount 10\nStates\n{\nSpawn:\nTNT1 AA 0 A_GiveInventory(\"ProjectileCode1\")\nTNT1 A 0 A_Recoil(random(-5,-10))\nTNT1 A 0 ThrustThingZ(0, random(10,50), 0, 1)\nPOWS B 2\nPOWS B 0 A_ChangeFlag(\"NOCLIP\",0)\nloopit:\nPOWS B 2 A_Jump(1,\"Death\")\nloop\nDeath:\n\"####\" \"#\" 1 A_SetScale(ScaleX - 0.1, ScaleY - 0.1)\n\"####\" \"#\" 0 A_JumpIf(ScaleX <= 0 || ScaleY <= 0, \"DeathReal\")\nLoop\nDeathReal:\nTNT1 A 0\nstop\nXDeath:\nTNT1 A 0\nstop\n}\n}"
}
]
},
"maps": [
{
"map": "MAP01",
"title": "MAP01",
"format": "unknown",
"stats": {
"things": 0,
"linedefs": 0,
"sidedefs": 0,
"vertices": 0,
"sectors": 0,
"segs": 0,
"ssectors": 0,
"nodes": 0,
"textures": {}
},
"monsters": {
"total": 0,
"by_type": {},
"by_category": null
},
"items": {
"total": 0,
"by_type": {},
"ammo_by_category": null,
"weapons_present": null
},
"mechanics": {
"teleports": false,
"keys": [],
"secret_exit": false
},
"difficulty": {
"uv_monsters": 0,
"hmp_monsters": 0,
"htr_monsters": 0,
"uv_items": 0,
"hmp_items": 0,
"htr_items": 0
},
"compatibility": "unknown",
"metadata": {
"title": null,
"music": null,
"source": "marker"
}
},
{
"map": "MAP02",
"title": "MAP02",
"format": "unknown",
"stats": {
"things": 0,
"linedefs": 0,
"sidedefs": 0,
"vertices": 0,
"sectors": 0,
"segs": 0,
"ssectors": 0,
"nodes": 0,
"textures": {}
},
"monsters": {
"total": 0,
"by_type": {},
"by_category": null
},
"items": {
"total": 0,
"by_type": {},
"ammo_by_category": null,
"weapons_present": null
},
"mechanics": {
"teleports": false,
"keys": [],
"secret_exit": false
},
"difficulty": {
"uv_monsters": 0,
"hmp_monsters": 0,
"htr_monsters": 0,
"uv_items": 0,
"hmp_items": 0,
"htr_items": 0
},
"compatibility": "unknown",
"metadata": {
"title": null,
"music": null,
"source": "marker"
}
}
]
}