├── .eastwood ├── .gitignore ├── README.md ├── Screenshot 2023-10-15 at 12.34.37 PM.png ├── project.clj ├── resources ├── creatures │ ├── animations │ │ ├── archer-1.png │ │ ├── archer-2.png │ │ ├── archer-3.png │ │ ├── archer-4.png │ │ ├── banshee-1.png │ │ ├── banshee-2.png │ │ ├── banshee-3.png │ │ ├── banshee-4.png │ │ ├── barbarian-f-1.png │ │ ├── barbarian-f-2.png │ │ ├── barbarian-f-3.png │ │ ├── barbarian-f-4.png │ │ ├── barbarian-m-1.png │ │ ├── barbarian-m-2.png │ │ ├── barbarian-m-3.png │ │ ├── barbarian-m-4.png │ │ ├── bat-1.png │ │ ├── bat-2.png │ │ ├── bat-3.png │ │ ├── bat-4.png │ │ ├── bat-giant-1.png │ │ ├── bat-giant-2.png │ │ ├── bat-giant-3.png │ │ ├── bat-giant-4.png │ │ ├── beetle-1.png │ │ ├── beetle-2.png │ │ ├── beetle-3.png │ │ ├── beetle-4.png │ │ ├── beetle-fire-1.png │ │ ├── beetle-fire-2.png │ │ ├── beetle-fire-3.png │ │ ├── beetle-fire-4.png │ │ ├── beetle-fire-giant-1.png │ │ ├── beetle-fire-giant-2.png │ │ ├── beetle-fire-giant-3.png │ │ ├── beetle-fire-giant-4.png │ │ ├── beetle-giant-1.png │ │ ├── beetle-giant-2.png │ │ ├── beetle-giant-3.png │ │ ├── beetle-giant-4.png │ │ ├── beholder-1.png │ │ ├── beholder-2.png │ │ ├── beholder-3.png │ │ ├── beholder-4.png │ │ ├── beholder-deep-1.png │ │ ├── beholder-deep-2.png │ │ ├── beholder-deep-3.png │ │ ├── beholder-deep-4.png │ │ ├── bird-crow-1.png │ │ ├── bird-crow-2.png │ │ ├── bird-crow-3.png │ │ ├── bird-crow-4.png │ │ ├── bird-dove-1.png │ │ ├── bird-dove-2.png │ │ ├── bird-dove-3.png │ │ ├── bird-dove-4.png │ │ ├── bird-hawk-1.png │ │ ├── bird-hawk-2.png │ │ ├── bird-hawk-3.png │ │ ├── bird-hawk-4.png │ │ ├── cultist-1.png │ │ ├── cultist-2.png │ │ ├── cultist-3.png │ │ ├── cultist-4.png │ │ ├── dark-knight-1.png │ │ ├── dark-knight-2.png │ │ ├── dark-knight-3.png │ │ ├── dark-knight-4.png │ │ ├── demon-blue-1.png │ │ ├── demon-blue-2.png │ │ ├── demon-blue-3.png │ │ ├── demon-blue-4.png │ │ ├── demon-green-1.png │ │ ├── demon-green-2.png │ │ ├── demon-green-3.png │ │ ├── demon-green-4.png │ │ ├── demon-red-1.png │ │ ├── demon-red-2.png │ │ ├── demon-red-3.png │ │ ├── demon-red-4.png │ │ ├── dragon-blue-1.png │ │ ├── dragon-blue-2.png │ │ ├── dragon-blue-3.png │ │ ├── dragon-blue-4.png │ │ ├── dragon-green-1.png │ │ ├── dragon-green-2.png │ │ ├── dragon-green-3.png │ │ ├── dragon-green-4.png │ │ ├── dragon-red-1.png │ │ ├── dragon-red-2.png │ │ ├── dragon-red-3.png │ │ ├── dragon-red-4.png │ │ ├── dragon-shadow-1.png │ │ ├── dragon-shadow-2.png │ │ ├── dragon-shadow-3.png │ │ ├── dragon-shadow-4.png │ │ ├── drow-1.png │ │ ├── drow-2.png │ │ ├── drow-3.png │ │ ├── drow-4.png │ │ ├── drow-bowman-1.png │ │ ├── drow-bowman-2.png │ │ ├── drow-bowman-3.png │ │ ├── drow-bowman-4.png │ │ ├── drow-wizard-1.png │ │ ├── drow-wizard-2.png │ │ ├── drow-wizard-3.png │ │ ├── drow-wizard-4.png │ │ ├── druid-1.png │ │ ├── druid-2.png │ │ ├── druid-3.png │ │ ├── druid-4.png │ │ ├── dwarf-1.png │ │ ├── dwarf-2.png │ │ ├── dwarf-3.png │ │ ├── dwarf-4.png │ │ ├── dwarf-cleric-1.png │ │ ├── dwarf-cleric-2.png │ │ ├── dwarf-cleric-3.png │ │ ├── dwarf-cleric-4.png │ │ ├── dwarf-mage-1.png │ │ ├── dwarf-mage-2.png │ │ ├── dwarf-mage-3.png │ │ ├── dwarf-mage-4.png │ │ ├── elemental-air-1.png │ │ ├── elemental-air-2.png │ │ ├── elemental-air-3.png │ │ ├── elemental-air-4.png │ │ ├── elemental-earth-1.png │ │ ├── elemental-earth-2.png │ │ ├── elemental-earth-3.png │ │ ├── elemental-earth-4.png │ │ ├── elemental-fire-1.png │ │ ├── elemental-fire-2.png │ │ ├── elemental-fire-3.png │ │ ├── elemental-fire-4.png │ │ ├── elemental-vorpal-1.png │ │ ├── elemental-vorpal-2.png │ │ ├── elemental-vorpal-3.png │ │ ├── elemental-vorpal-4.png │ │ ├── elemental-water-1.png │ │ ├── elemental-water-2.png │ │ ├── elemental-water-3.png │ │ ├── elemental-water-4.png │ │ ├── elf-1.png │ │ ├── elf-2.png │ │ ├── elf-3.png │ │ ├── elf-4.png │ │ ├── elf-bowman-1.png │ │ ├── elf-bowman-2.png │ │ ├── elf-bowman-3.png │ │ ├── elf-bowman-4.png │ │ ├── elf-wizard-1.png │ │ ├── elf-wizard-2.png │ │ ├── elf-wizard-3.png │ │ ├── elf-wizard-4.png │ │ ├── flies-1.png │ │ ├── flies-2.png │ │ ├── flies-3.png │ │ ├── flies-4.png │ │ ├── goblin-1.png │ │ ├── goblin-2.png │ │ ├── goblin-3.png │ │ ├── goblin-4.png │ │ ├── goblin-shaman-1.png │ │ ├── goblin-shaman-2.png │ │ ├── goblin-shaman-3.png │ │ ├── goblin-shaman-4.png │ │ ├── goblin-warrior-1.png │ │ ├── goblin-warrior-2.png │ │ ├── goblin-warrior-3.png │ │ ├── goblin-warrior-4.png │ │ ├── golem-fire-1.png │ │ ├── golem-fire-2.png │ │ ├── golem-fire-3.png │ │ ├── golem-fire-4.png │ │ ├── golem-ice-1.png │ │ ├── golem-ice-2.png │ │ ├── golem-ice-3.png │ │ ├── golem-ice-4.png │ │ ├── golem-metal-1.png │ │ ├── golem-metal-2.png │ │ ├── golem-metal-3.png │ │ ├── golem-metal-4.png │ │ ├── golem-mud-1.png │ │ ├── golem-mud-2.png │ │ ├── golem-mud-3.png │ │ ├── golem-mud-4.png │ │ ├── golem-stone-1.png │ │ ├── golem-stone-2.png │ │ ├── golem-stone-3.png │ │ ├── golem-stone-4.png │ │ ├── halfling-fighter-1.png │ │ ├── halfling-fighter-2.png │ │ ├── halfling-fighter-3.png │ │ ├── halfling-fighter-4.png │ │ ├── halfling-sling-1.png │ │ ├── halfling-sling-2.png │ │ ├── halfling-sling-3.png │ │ ├── halfling-sling-4.png │ │ ├── halfling-thief-1.png │ │ ├── halfling-thief-2.png │ │ ├── halfling-thief-3.png │ │ ├── halfling-thief-4.png │ │ ├── halfling-wizard-1.png │ │ ├── halfling-wizard-2.png │ │ ├── halfling-wizard-3.png │ │ ├── halfling-wizard-4.png │ │ ├── helion-1.png │ │ ├── helion-2.png │ │ ├── helion-3.png │ │ ├── helion-4.png │ │ ├── knight-1.png │ │ ├── knight-2.png │ │ ├── knight-3.png │ │ ├── knight-4.png │ │ ├── lady-a-1.png │ │ ├── lady-a-2.png │ │ ├── lady-a-3.png │ │ ├── lady-a-4.png │ │ ├── lady-b-1.png │ │ ├── lady-b-2.png │ │ ├── lady-b-3.png │ │ ├── lady-b-4.png │ │ ├── lich-1.png │ │ ├── lich-2.png │ │ ├── lich-3.png │ │ ├── lich-4.png │ │ ├── lizardman-blue-1.png │ │ ├── lizardman-blue-2.png │ │ ├── lizardman-blue-3.png │ │ ├── lizardman-blue-4.png │ │ ├── lizardman-blue-shaman-1.png │ │ ├── lizardman-blue-shaman-2.png │ │ ├── lizardman-blue-shaman-3.png │ │ ├── lizardman-blue-shaman-4.png │ │ ├── lizardman-blue-spear-1.png │ │ ├── lizardman-blue-spear-2.png │ │ ├── lizardman-blue-spear-3.png │ │ ├── lizardman-blue-spear-4.png │ │ ├── lizardman-green-1.png │ │ ├── lizardman-green-2.png │ │ ├── lizardman-green-3.png │ │ ├── lizardman-green-4.png │ │ ├── lizardman-green-shaman-1.png │ │ ├── lizardman-green-shaman-2.png │ │ ├── lizardman-green-shaman-3.png │ │ ├── lizardman-green-shaman-4.png │ │ ├── lizardman-green-spear-1.png │ │ ├── lizardman-green-spear-2.png │ │ ├── lizardman-green-spear-3.png │ │ ├── lizardman-green-spear-4.png │ │ ├── lord-a-1.png │ │ ├── lord-a-2.png │ │ ├── lord-a-3.png │ │ ├── lord-a-4.png │ │ ├── lord-b-1.png │ │ ├── lord-b-2.png │ │ ├── lord-b-3.png │ │ ├── lord-b-4.png │ │ ├── merchant-f-1.png │ │ ├── merchant-f-2.png │ │ ├── merchant-f-3.png │ │ ├── merchant-f-4.png │ │ ├── merchant-m-1.png │ │ ├── merchant-m-2.png │ │ ├── merchant-m-3.png │ │ ├── merchant-m-4.png │ │ ├── mimic-1.png │ │ ├── mimic-2.png │ │ ├── mimic-3.png │ │ ├── mimic-4.png │ │ ├── minotaur-1.png │ │ ├── minotaur-2.png │ │ ├── minotaur-3.png │ │ ├── minotaur-4.png │ │ ├── minstrel-f-1.png │ │ ├── minstrel-f-2.png │ │ ├── minstrel-f-3.png │ │ ├── minstrel-f-4.png │ │ ├── minstrel-m-1.png │ │ ├── minstrel-m-2.png │ │ ├── minstrel-m-3.png │ │ ├── minstrel-m-4.png │ │ ├── monk-1.png │ │ ├── monk-2.png │ │ ├── monk-3.png │ │ ├── monk-4.png │ │ ├── moth-black-1.png │ │ ├── moth-black-2.png │ │ ├── moth-black-3.png │ │ ├── moth-black-4.png │ │ ├── moth-red-1.png │ │ ├── moth-red-2.png │ │ ├── moth-red-3.png │ │ ├── moth-red-4.png │ │ ├── moth-white-1.png │ │ ├── moth-white-2.png │ │ ├── moth-white-3.png │ │ ├── moth-white-4.png │ │ ├── mummy-1.png │ │ ├── mummy-2.png │ │ ├── mummy-3.png │ │ ├── mummy-4.png │ │ ├── mummy-pharao-1.png │ │ ├── mummy-pharao-2.png │ │ ├── mummy-pharao-3.png │ │ ├── mummy-pharao-4.png │ │ ├── necromancer-1.png │ │ ├── necromancer-2.png │ │ ├── necromancer-3.png │ │ ├── necromancer-4.png │ │ ├── ogre-1.png │ │ ├── ogre-2.png │ │ ├── ogre-3.png │ │ ├── ogre-4.png │ │ ├── ogre-mystic-1.png │ │ ├── ogre-mystic-2.png │ │ ├── ogre-mystic-3.png │ │ ├── ogre-mystic-4.png │ │ ├── paladin-1.png │ │ ├── paladin-2.png │ │ ├── paladin-3.png │ │ ├── paladin-4.png │ │ ├── pixie-a-1.png │ │ ├── pixie-a-2.png │ │ ├── pixie-a-3.png │ │ ├── pixie-a-4.png │ │ ├── pixie-b-1.png │ │ ├── pixie-b-2.png │ │ ├── pixie-b-3.png │ │ ├── pixie-b-4.png │ │ ├── priest-1.png │ │ ├── priest-2.png │ │ ├── priest-3.png │ │ ├── priest-4.png │ │ ├── prisoner-a-1.png │ │ ├── prisoner-a-2.png │ │ ├── prisoner-a-3.png │ │ ├── prisoner-a-4.png │ │ ├── prisoner-b-1.png │ │ ├── prisoner-b-2.png │ │ ├── prisoner-b-3.png │ │ ├── prisoner-b-4.png │ │ ├── prisoner-c-1.png │ │ ├── prisoner-c-2.png │ │ ├── prisoner-c-3.png │ │ ├── prisoner-c-4.png │ │ ├── rat-1.png │ │ ├── rat-2.png │ │ ├── rat-3.png │ │ ├── rat-4.png │ │ ├── rat-giant-1.png │ │ ├── rat-giant-2.png │ │ ├── rat-giant-3.png │ │ ├── rat-giant-4.png │ │ ├── skeleton-1.png │ │ ├── skeleton-2.png │ │ ├── skeleton-3.png │ │ ├── skeleton-4.png │ │ ├── skeleton-archer-1.png │ │ ├── skeleton-archer-2.png │ │ ├── skeleton-archer-3.png │ │ ├── skeleton-archer-4.png │ │ ├── skeleton-mage-1.png │ │ ├── skeleton-mage-2.png │ │ ├── skeleton-mage-3.png │ │ ├── skeleton-mage-4.png │ │ ├── skeleton-warrior-1.png │ │ ├── skeleton-warrior-2.png │ │ ├── skeleton-warrior-3.png │ │ ├── skeleton-warrior-4.png │ │ ├── slime-green-1.png │ │ ├── slime-green-2.png │ │ ├── slime-green-3.png │ │ ├── slime-green-4.png │ │ ├── slime-purple-1.png │ │ ├── slime-purple-2.png │ │ ├── slime-purple-3.png │ │ ├── slime-purple-4.png │ │ ├── slime-red-1.png │ │ ├── slime-red-2.png │ │ ├── slime-red-3.png │ │ ├── slime-red-4.png │ │ ├── snake-1.png │ │ ├── snake-2.png │ │ ├── snake-3.png │ │ ├── snake-4.png │ │ ├── snake-giant-1.png │ │ ├── snake-giant-2.png │ │ ├── snake-giant-3.png │ │ ├── snake-giant-4.png │ │ ├── spider-black-1.png │ │ ├── spider-black-2.png │ │ ├── spider-black-3.png │ │ ├── spider-black-4.png │ │ ├── spider-black-giant-1.png │ │ ├── spider-black-giant-2.png │ │ ├── spider-black-giant-3.png │ │ ├── spider-black-giant-4.png │ │ ├── spider-brown-1.png │ │ ├── spider-brown-2.png │ │ ├── spider-brown-3.png │ │ ├── spider-brown-4.png │ │ ├── spider-brown-giant-1.png │ │ ├── spider-brown-giant-2.png │ │ ├── spider-brown-giant-3.png │ │ ├── spider-brown-giant-4.png │ │ ├── spirit-1.png │ │ ├── spirit-2.png │ │ ├── spirit-3.png │ │ ├── spirit-4.png │ │ ├── spirit-greater-1.png │ │ ├── spirit-greater-2.png │ │ ├── spirit-greater-3.png │ │ ├── spirit-greater-4.png │ │ ├── templar-1.png │ │ ├── templar-2.png │ │ ├── templar-3.png │ │ ├── templar-4.png │ │ ├── thief-1.png │ │ ├── thief-2.png │ │ ├── thief-3.png │ │ ├── thief-4.png │ │ ├── toad-blue-1.png │ │ ├── toad-blue-2.png │ │ ├── toad-blue-3.png │ │ ├── toad-blue-4.png │ │ ├── toad-green-1.png │ │ ├── toad-green-2.png │ │ ├── toad-green-3.png │ │ ├── toad-green-4.png │ │ ├── toad-horned-1.png │ │ ├── toad-horned-2.png │ │ ├── toad-horned-3.png │ │ ├── toad-horned-4.png │ │ ├── troll-1.png │ │ ├── troll-2.png │ │ ├── troll-3.png │ │ ├── troll-4.png │ │ ├── valkyrie-a-1.png │ │ ├── valkyrie-a-2.png │ │ ├── valkyrie-a-3.png │ │ ├── valkyrie-a-4.png │ │ ├── valkyrie-b-1.png │ │ ├── valkyrie-b-2.png │ │ ├── valkyrie-b-3.png │ │ ├── valkyrie-b-4.png │ │ ├── vampire-1.png │ │ ├── vampire-2.png │ │ ├── vampire-3.png │ │ ├── vampire-4.png │ │ ├── vampire-lord-1.png │ │ ├── vampire-lord-2.png │ │ ├── vampire-lord-3.png │ │ ├── vampire-lord-4.png │ │ ├── warden-1.png │ │ ├── warden-2.png │ │ ├── warden-3.png │ │ ├── warden-4.png │ │ ├── warrior-f-1.png │ │ ├── warrior-f-2.png │ │ ├── warrior-f-3.png │ │ ├── warrior-f-4.png │ │ ├── warrior-m-1.png │ │ ├── warrior-m-2.png │ │ ├── warrior-m-3.png │ │ ├── warrior-m-4.png │ │ ├── wisp-1.png │ │ ├── wisp-2.png │ │ ├── wisp-3.png │ │ ├── wisp-4.png │ │ ├── wisp-ancient-1.png │ │ ├── wisp-ancient-2.png │ │ ├── wisp-ancient-3.png │ │ ├── wisp-ancient-4.png │ │ ├── witch-1.png │ │ ├── witch-2.png │ │ ├── witch-3.png │ │ ├── witch-4.png │ │ ├── wizard-1.png │ │ ├── wizard-2.png │ │ ├── wizard-3.png │ │ ├── wizard-4.png │ │ ├── wolf-black-1.png │ │ ├── wolf-black-2.png │ │ ├── wolf-black-3.png │ │ ├── wolf-black-4.png │ │ ├── wolf-brown-1.png │ │ ├── wolf-brown-2.png │ │ ├── wolf-brown-3.png │ │ ├── wolf-brown-4.png │ │ ├── worm-1.png │ │ ├── worm-2.png │ │ ├── worm-3.png │ │ ├── worm-4.png │ │ ├── worm-giant-1.png │ │ ├── worm-giant-2.png │ │ ├── worm-giant-3.png │ │ ├── worm-giant-4.png │ │ ├── wraith-black-1.png │ │ ├── wraith-black-2.png │ │ ├── wraith-black-3.png │ │ ├── wraith-black-4.png │ │ ├── wraith-blue-1.png │ │ ├── wraith-blue-2.png │ │ ├── wraith-blue-3.png │ │ ├── wraith-blue-4.png │ │ ├── wraith-red-1.png │ │ ├── wraith-red-2.png │ │ ├── wraith-red-3.png │ │ ├── wraith-red-4.png │ │ ├── zombie-a-1.png │ │ ├── zombie-a-2.png │ │ ├── zombie-a-3.png │ │ ├── zombie-a-4.png │ │ ├── zombie-b-1.png │ │ ├── zombie-b-2.png │ │ ├── zombie-b-3.png │ │ └── zombie-b-4.png │ └── images.png ├── cursors │ ├── bag001.png │ ├── black_x.png │ ├── default.png │ ├── denied.png │ ├── denied003.png │ ├── exclamation001.png │ ├── exclamation001_gray.png │ ├── hand002.png │ ├── hand003.png │ ├── hand004.png │ ├── hand004_gray.png │ ├── move002.png │ ├── pointer004.png │ ├── sandclock.png │ ├── walking.png │ └── x007.png ├── fx │ ├── uf_FX.png │ └── uf_FX_impact.png ├── items │ └── images.png ├── logo.png ├── maps │ ├── Winlu Fantasy Exterior │ │ └── tilesets │ │ │ ├── Fantasy_Outside_A2.png │ │ │ ├── Fantasy_Outside_A5.png │ │ │ └── Fantasy_Outside_D.png │ ├── cliff.png │ ├── cliff.tmx │ ├── floor.png │ ├── floor.tsx │ ├── modules.tmx │ ├── project.tiled-project │ ├── propertytypes.json │ ├── uf_heroes_simple.png │ ├── uf_items.png │ ├── uf_terrain.png │ └── vampire.tmx ├── properties.edn ├── skills │ └── images.png ├── sounds │ ├── ReversyH-Nick_Ros-105.wav │ ├── bfxr_armorhit.wav │ ├── bfxr_bigmeleeteleport.wav │ ├── bfxr_bossdeath.wav │ ├── bfxr_burrow.wav │ ├── bfxr_cast.wav │ ├── bfxr_caveenter.wav │ ├── bfxr_chestopen.wav │ ├── bfxr_click.wav │ ├── bfxr_coinget.wav │ ├── bfxr_curse.wav │ ├── bfxr_defaultmonsterdeath.wav │ ├── bfxr_denied.wav │ ├── bfxr_dronedeath.wav │ ├── bfxr_drugsuse.wav │ ├── bfxr_fisthit.wav │ ├── bfxr_grenade.wav │ ├── bfxr_healmonsters.wav │ ├── bfxr_instanthealer_heal.wav │ ├── bfxr_itemput.wav │ ├── bfxr_itemputground.wav │ ├── bfxr_merchanttalk.wav │ ├── bfxr_minedeath.wav │ ├── bfxr_monkheal.wav │ ├── bfxr_monstercast.wav │ ├── bfxr_normalhit.wav │ ├── bfxr_pickup.wav │ ├── bfxr_playerdeath.wav │ ├── bfxr_playerhit.wav │ ├── bfxr_playerteleport.wav │ ├── bfxr_portaluse.wav │ ├── bfxr_potionuse.wav │ ├── bfxr_powerup.wav │ ├── bfxr_projectile_wallhit.wav │ ├── bfxr_psibolt.wav │ ├── bfxr_questget.wav │ ├── bfxr_rayshooterhit.wav │ ├── bfxr_shield_consume.wav │ ├── bfxr_stationdeath.wav │ ├── bfxr_takeit.wav │ ├── bfxr_teleport.wav │ ├── bfxr_unburrow.wav │ ├── bfxr_waypointunlock.wav │ ├── explode-erco.wav │ ├── fanfare10.wav │ ├── kabloom.wav │ ├── pickup.wav │ ├── shoot.wav │ ├── slash.wav │ └── unburrow.bfxrsound └── ui │ ├── exocet │ ├── films.EXH_____.ttf │ ├── films.EXL_____.ttf │ └── sharefonts.net.txt │ ├── hp.png │ ├── mana.png │ ├── moon_background.png │ ├── rahmen.png │ └── uf_interface.png ├── screenshot.png └── src ├── app.clj ├── cdq ├── api │ ├── context.clj │ ├── effect.clj │ ├── entity.clj │ ├── modifier.clj │ ├── state.clj │ └── world │ │ ├── cell.clj │ │ ├── content_grid.clj │ │ └── grid.clj ├── attributes.clj ├── context │ ├── action_bar.clj │ ├── builder.clj │ ├── config.clj │ ├── counter.clj │ ├── cursor.clj │ ├── ecs.clj │ ├── effect.clj │ ├── inventory_window.clj │ ├── modifier.clj │ ├── mouseover_entity.clj │ ├── potential_fields.clj │ ├── properties.clj │ ├── render_debug.clj │ ├── screens.clj │ ├── transaction_handler.clj │ ├── ui │ │ ├── actors.clj │ │ ├── config.clj │ │ ├── debug_window.clj │ │ ├── entity_info_window.clj │ │ ├── error_modal.clj │ │ ├── help_window.clj │ │ ├── hp_mana_bars.clj │ │ ├── player_message.clj │ │ ├── player_modal.clj │ │ └── skill_window.clj │ └── world.clj ├── entity │ ├── all.clj │ ├── animation.clj │ ├── body.clj │ ├── clickable.clj │ ├── delete_after_animation_stopped.clj │ ├── delete_after_duration.clj │ ├── faction.clj │ ├── flying.clj │ ├── hp.clj │ ├── image.clj │ ├── inventory.clj │ ├── line_render.clj │ ├── mana.clj │ ├── mouseover.clj │ ├── movement.clj │ ├── position.clj │ ├── projectile_collision.clj │ ├── reaction_time.clj │ ├── shout.clj │ ├── skills.clj │ ├── state.clj │ ├── stats.clj │ ├── string_effect.clj │ └── z_order.clj ├── modifier │ └── all.clj ├── properties.clj ├── screens │ ├── game.clj │ ├── main_menu.clj │ ├── map_editor.clj │ ├── minimap.clj │ ├── options_menu.clj │ └── property_editor.clj ├── state │ ├── active_skill.clj │ ├── npc.clj │ ├── npc_dead.clj │ ├── npc_idle.clj │ ├── npc_moving.clj │ ├── npc_sleeping.clj │ ├── player.clj │ ├── player_dead.clj │ ├── player_found_princess.clj │ ├── player_idle.clj │ ├── player_item_on_cursor.clj │ ├── player_moving.clj │ └── stunned.clj ├── tx │ ├── all.clj │ ├── damage.clj │ ├── melee_damage.clj │ ├── projectile.clj │ ├── restore_hp_mana.clj │ ├── sound.clj │ ├── spawn.clj │ ├── stun.clj │ └── target_entity.clj └── world │ ├── content_grid.clj │ ├── grid.clj │ └── render.clj ├── data └── val_max.clj ├── dev.clj ├── mapgen ├── cave_gen.clj ├── module_gen.clj ├── movement_property.clj ├── nad.clj ├── tiled_utils.clj ├── transitions.clj └── utils.clj └── utils ├── core.clj ├── random.clj └── wasd_movement.clj /.eastwood: -------------------------------------------------------------------------------- 1 | 1643964053401 -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/README.md -------------------------------------------------------------------------------- /Screenshot 2023-10-15 at 12.34.37 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/Screenshot 2023-10-15 at 12.34.37 PM.png -------------------------------------------------------------------------------- /project.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/project.clj -------------------------------------------------------------------------------- /resources/creatures/animations/archer-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/archer-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/archer-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/archer-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/archer-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/archer-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/archer-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/archer-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/banshee-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/banshee-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/banshee-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/banshee-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/banshee-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/banshee-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/banshee-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/banshee-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/barbarian-f-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/barbarian-f-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/barbarian-f-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/barbarian-f-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/barbarian-f-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/barbarian-f-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/barbarian-f-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/barbarian-f-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/barbarian-m-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/barbarian-m-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/barbarian-m-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/barbarian-m-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/barbarian-m-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/barbarian-m-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/barbarian-m-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/barbarian-m-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/bat-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/bat-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/bat-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/bat-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/bat-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/bat-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/bat-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/bat-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/bat-giant-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/bat-giant-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/bat-giant-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/bat-giant-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/bat-giant-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/bat-giant-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/bat-giant-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/bat-giant-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/beetle-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beetle-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/beetle-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beetle-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/beetle-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beetle-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/beetle-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beetle-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/beetle-fire-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beetle-fire-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/beetle-fire-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beetle-fire-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/beetle-fire-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beetle-fire-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/beetle-fire-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beetle-fire-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/beetle-fire-giant-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beetle-fire-giant-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/beetle-fire-giant-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beetle-fire-giant-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/beetle-fire-giant-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beetle-fire-giant-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/beetle-fire-giant-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beetle-fire-giant-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/beetle-giant-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beetle-giant-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/beetle-giant-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beetle-giant-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/beetle-giant-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beetle-giant-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/beetle-giant-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beetle-giant-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/beholder-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beholder-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/beholder-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beholder-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/beholder-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beholder-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/beholder-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beholder-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/beholder-deep-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beholder-deep-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/beholder-deep-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beholder-deep-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/beholder-deep-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beholder-deep-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/beholder-deep-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/beholder-deep-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/bird-crow-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/bird-crow-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/bird-crow-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/bird-crow-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/bird-crow-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/bird-crow-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/bird-crow-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/bird-crow-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/bird-dove-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/bird-dove-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/bird-dove-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/bird-dove-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/bird-dove-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/bird-dove-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/bird-dove-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/bird-dove-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/bird-hawk-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/bird-hawk-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/bird-hawk-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/bird-hawk-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/bird-hawk-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/bird-hawk-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/bird-hawk-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/bird-hawk-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/cultist-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/cultist-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/cultist-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/cultist-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/cultist-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/cultist-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/cultist-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/cultist-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/dark-knight-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dark-knight-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/dark-knight-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dark-knight-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/dark-knight-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dark-knight-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/dark-knight-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dark-knight-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/demon-blue-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/demon-blue-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/demon-blue-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/demon-blue-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/demon-blue-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/demon-blue-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/demon-blue-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/demon-blue-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/demon-green-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/demon-green-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/demon-green-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/demon-green-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/demon-green-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/demon-green-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/demon-green-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/demon-green-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/demon-red-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/demon-red-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/demon-red-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/demon-red-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/demon-red-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/demon-red-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/demon-red-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/demon-red-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/dragon-blue-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dragon-blue-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/dragon-blue-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dragon-blue-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/dragon-blue-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dragon-blue-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/dragon-blue-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dragon-blue-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/dragon-green-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dragon-green-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/dragon-green-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dragon-green-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/dragon-green-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dragon-green-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/dragon-green-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dragon-green-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/dragon-red-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dragon-red-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/dragon-red-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dragon-red-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/dragon-red-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dragon-red-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/dragon-red-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dragon-red-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/dragon-shadow-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dragon-shadow-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/dragon-shadow-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dragon-shadow-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/dragon-shadow-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dragon-shadow-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/dragon-shadow-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dragon-shadow-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/drow-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/drow-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/drow-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/drow-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/drow-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/drow-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/drow-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/drow-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/drow-bowman-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/drow-bowman-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/drow-bowman-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/drow-bowman-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/drow-bowman-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/drow-bowman-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/drow-bowman-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/drow-bowman-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/drow-wizard-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/drow-wizard-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/drow-wizard-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/drow-wizard-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/drow-wizard-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/drow-wizard-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/drow-wizard-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/drow-wizard-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/druid-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/druid-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/druid-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/druid-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/druid-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/druid-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/druid-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/druid-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/dwarf-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dwarf-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/dwarf-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dwarf-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/dwarf-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dwarf-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/dwarf-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dwarf-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/dwarf-cleric-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dwarf-cleric-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/dwarf-cleric-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dwarf-cleric-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/dwarf-cleric-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dwarf-cleric-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/dwarf-cleric-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dwarf-cleric-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/dwarf-mage-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dwarf-mage-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/dwarf-mage-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dwarf-mage-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/dwarf-mage-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dwarf-mage-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/dwarf-mage-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/dwarf-mage-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/elemental-air-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elemental-air-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/elemental-air-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elemental-air-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/elemental-air-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elemental-air-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/elemental-air-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elemental-air-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/elemental-earth-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elemental-earth-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/elemental-earth-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elemental-earth-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/elemental-earth-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elemental-earth-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/elemental-earth-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elemental-earth-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/elemental-fire-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elemental-fire-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/elemental-fire-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elemental-fire-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/elemental-fire-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elemental-fire-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/elemental-fire-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elemental-fire-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/elemental-vorpal-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elemental-vorpal-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/elemental-vorpal-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elemental-vorpal-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/elemental-vorpal-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elemental-vorpal-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/elemental-vorpal-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elemental-vorpal-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/elemental-water-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elemental-water-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/elemental-water-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elemental-water-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/elemental-water-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elemental-water-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/elemental-water-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elemental-water-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/elf-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elf-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/elf-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elf-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/elf-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elf-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/elf-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elf-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/elf-bowman-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elf-bowman-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/elf-bowman-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elf-bowman-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/elf-bowman-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elf-bowman-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/elf-bowman-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elf-bowman-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/elf-wizard-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elf-wizard-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/elf-wizard-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elf-wizard-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/elf-wizard-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elf-wizard-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/elf-wizard-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/elf-wizard-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/flies-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/flies-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/flies-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/flies-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/flies-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/flies-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/flies-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/flies-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/goblin-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/goblin-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/goblin-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/goblin-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/goblin-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/goblin-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/goblin-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/goblin-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/goblin-shaman-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/goblin-shaman-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/goblin-shaman-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/goblin-shaman-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/goblin-shaman-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/goblin-shaman-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/goblin-shaman-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/goblin-shaman-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/goblin-warrior-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/goblin-warrior-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/goblin-warrior-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/goblin-warrior-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/goblin-warrior-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/goblin-warrior-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/goblin-warrior-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/goblin-warrior-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/golem-fire-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/golem-fire-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/golem-fire-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/golem-fire-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/golem-fire-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/golem-fire-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/golem-fire-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/golem-fire-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/golem-ice-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/golem-ice-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/golem-ice-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/golem-ice-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/golem-ice-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/golem-ice-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/golem-ice-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/golem-ice-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/golem-metal-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/golem-metal-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/golem-metal-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/golem-metal-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/golem-metal-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/golem-metal-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/golem-metal-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/golem-metal-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/golem-mud-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/golem-mud-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/golem-mud-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/golem-mud-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/golem-mud-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/golem-mud-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/golem-mud-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/golem-mud-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/golem-stone-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/golem-stone-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/golem-stone-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/golem-stone-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/golem-stone-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/golem-stone-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/golem-stone-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/golem-stone-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/halfling-fighter-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/halfling-fighter-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/halfling-fighter-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/halfling-fighter-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/halfling-fighter-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/halfling-fighter-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/halfling-fighter-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/halfling-fighter-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/halfling-sling-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/halfling-sling-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/halfling-sling-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/halfling-sling-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/halfling-sling-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/halfling-sling-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/halfling-sling-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/halfling-sling-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/halfling-thief-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/halfling-thief-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/halfling-thief-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/halfling-thief-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/halfling-thief-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/halfling-thief-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/halfling-thief-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/halfling-thief-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/halfling-wizard-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/halfling-wizard-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/halfling-wizard-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/halfling-wizard-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/halfling-wizard-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/halfling-wizard-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/halfling-wizard-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/halfling-wizard-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/helion-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/helion-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/helion-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/helion-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/helion-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/helion-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/helion-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/helion-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/knight-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/knight-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/knight-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/knight-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/knight-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/knight-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/knight-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/knight-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/lady-a-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lady-a-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/lady-a-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lady-a-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/lady-a-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lady-a-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/lady-a-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lady-a-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/lady-b-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lady-b-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/lady-b-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lady-b-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/lady-b-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lady-b-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/lady-b-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lady-b-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/lich-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lich-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/lich-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lich-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/lich-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lich-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/lich-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lich-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-blue-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-blue-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-blue-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-blue-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-blue-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-blue-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-blue-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-blue-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-blue-shaman-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-blue-shaman-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-blue-shaman-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-blue-shaman-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-blue-shaman-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-blue-shaman-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-blue-shaman-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-blue-shaman-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-blue-spear-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-blue-spear-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-blue-spear-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-blue-spear-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-blue-spear-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-blue-spear-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-blue-spear-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-blue-spear-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-green-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-green-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-green-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-green-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-green-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-green-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-green-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-green-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-green-shaman-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-green-shaman-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-green-shaman-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-green-shaman-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-green-shaman-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-green-shaman-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-green-shaman-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-green-shaman-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-green-spear-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-green-spear-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-green-spear-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-green-spear-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-green-spear-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-green-spear-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/lizardman-green-spear-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lizardman-green-spear-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/lord-a-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lord-a-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/lord-a-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lord-a-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/lord-a-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lord-a-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/lord-a-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lord-a-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/lord-b-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lord-b-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/lord-b-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lord-b-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/lord-b-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lord-b-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/lord-b-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/lord-b-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/merchant-f-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/merchant-f-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/merchant-f-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/merchant-f-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/merchant-f-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/merchant-f-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/merchant-f-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/merchant-f-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/merchant-m-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/merchant-m-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/merchant-m-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/merchant-m-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/merchant-m-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/merchant-m-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/merchant-m-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/merchant-m-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/mimic-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/mimic-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/mimic-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/mimic-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/mimic-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/mimic-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/mimic-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/mimic-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/minotaur-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/minotaur-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/minotaur-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/minotaur-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/minotaur-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/minotaur-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/minotaur-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/minotaur-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/minstrel-f-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/minstrel-f-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/minstrel-f-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/minstrel-f-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/minstrel-f-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/minstrel-f-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/minstrel-f-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/minstrel-f-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/minstrel-m-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/minstrel-m-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/minstrel-m-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/minstrel-m-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/minstrel-m-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/minstrel-m-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/minstrel-m-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/minstrel-m-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/monk-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/monk-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/monk-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/monk-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/monk-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/monk-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/monk-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/monk-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/moth-black-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/moth-black-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/moth-black-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/moth-black-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/moth-black-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/moth-black-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/moth-black-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/moth-black-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/moth-red-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/moth-red-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/moth-red-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/moth-red-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/moth-red-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/moth-red-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/moth-red-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/moth-red-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/moth-white-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/moth-white-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/moth-white-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/moth-white-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/moth-white-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/moth-white-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/moth-white-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/moth-white-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/mummy-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/mummy-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/mummy-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/mummy-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/mummy-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/mummy-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/mummy-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/mummy-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/mummy-pharao-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/mummy-pharao-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/mummy-pharao-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/mummy-pharao-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/mummy-pharao-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/mummy-pharao-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/mummy-pharao-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/mummy-pharao-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/necromancer-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/necromancer-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/necromancer-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/necromancer-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/necromancer-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/necromancer-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/necromancer-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/necromancer-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/ogre-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/ogre-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/ogre-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/ogre-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/ogre-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/ogre-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/ogre-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/ogre-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/ogre-mystic-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/ogre-mystic-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/ogre-mystic-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/ogre-mystic-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/ogre-mystic-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/ogre-mystic-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/ogre-mystic-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/ogre-mystic-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/paladin-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/paladin-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/paladin-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/paladin-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/paladin-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/paladin-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/paladin-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/paladin-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/pixie-a-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/pixie-a-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/pixie-a-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/pixie-a-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/pixie-a-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/pixie-a-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/pixie-a-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/pixie-a-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/pixie-b-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/pixie-b-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/pixie-b-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/pixie-b-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/pixie-b-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/pixie-b-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/pixie-b-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/pixie-b-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/priest-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/priest-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/priest-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/priest-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/priest-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/priest-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/priest-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/priest-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/prisoner-a-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/prisoner-a-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/prisoner-a-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/prisoner-a-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/prisoner-a-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/prisoner-a-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/prisoner-a-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/prisoner-a-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/prisoner-b-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/prisoner-b-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/prisoner-b-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/prisoner-b-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/prisoner-b-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/prisoner-b-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/prisoner-b-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/prisoner-b-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/prisoner-c-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/prisoner-c-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/prisoner-c-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/prisoner-c-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/prisoner-c-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/prisoner-c-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/prisoner-c-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/prisoner-c-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/rat-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/rat-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/rat-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/rat-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/rat-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/rat-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/rat-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/rat-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/rat-giant-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/rat-giant-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/rat-giant-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/rat-giant-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/rat-giant-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/rat-giant-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/rat-giant-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/rat-giant-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/skeleton-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/skeleton-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/skeleton-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/skeleton-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/skeleton-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/skeleton-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/skeleton-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/skeleton-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/skeleton-archer-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/skeleton-archer-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/skeleton-archer-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/skeleton-archer-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/skeleton-archer-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/skeleton-archer-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/skeleton-archer-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/skeleton-archer-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/skeleton-mage-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/skeleton-mage-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/skeleton-mage-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/skeleton-mage-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/skeleton-mage-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/skeleton-mage-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/skeleton-mage-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/skeleton-mage-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/skeleton-warrior-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/skeleton-warrior-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/skeleton-warrior-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/skeleton-warrior-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/skeleton-warrior-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/skeleton-warrior-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/skeleton-warrior-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/skeleton-warrior-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/slime-green-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/slime-green-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/slime-green-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/slime-green-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/slime-green-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/slime-green-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/slime-green-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/slime-green-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/slime-purple-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/slime-purple-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/slime-purple-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/slime-purple-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/slime-purple-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/slime-purple-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/slime-purple-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/slime-purple-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/slime-red-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/slime-red-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/slime-red-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/slime-red-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/slime-red-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/slime-red-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/slime-red-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/slime-red-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/snake-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/snake-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/snake-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/snake-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/snake-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/snake-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/snake-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/snake-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/snake-giant-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/snake-giant-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/snake-giant-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/snake-giant-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/snake-giant-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/snake-giant-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/snake-giant-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/snake-giant-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/spider-black-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spider-black-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/spider-black-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spider-black-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/spider-black-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spider-black-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/spider-black-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spider-black-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/spider-black-giant-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spider-black-giant-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/spider-black-giant-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spider-black-giant-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/spider-black-giant-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spider-black-giant-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/spider-black-giant-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spider-black-giant-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/spider-brown-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spider-brown-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/spider-brown-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spider-brown-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/spider-brown-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spider-brown-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/spider-brown-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spider-brown-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/spider-brown-giant-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spider-brown-giant-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/spider-brown-giant-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spider-brown-giant-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/spider-brown-giant-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spider-brown-giant-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/spider-brown-giant-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spider-brown-giant-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/spirit-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spirit-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/spirit-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spirit-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/spirit-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spirit-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/spirit-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spirit-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/spirit-greater-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spirit-greater-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/spirit-greater-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spirit-greater-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/spirit-greater-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spirit-greater-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/spirit-greater-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/spirit-greater-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/templar-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/templar-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/templar-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/templar-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/templar-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/templar-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/templar-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/templar-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/thief-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/thief-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/thief-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/thief-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/thief-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/thief-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/thief-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/thief-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/toad-blue-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/toad-blue-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/toad-blue-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/toad-blue-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/toad-blue-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/toad-blue-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/toad-blue-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/toad-blue-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/toad-green-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/toad-green-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/toad-green-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/toad-green-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/toad-green-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/toad-green-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/toad-green-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/toad-green-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/toad-horned-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/toad-horned-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/toad-horned-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/toad-horned-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/toad-horned-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/toad-horned-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/toad-horned-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/toad-horned-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/troll-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/troll-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/troll-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/troll-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/troll-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/troll-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/troll-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/troll-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/valkyrie-a-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/valkyrie-a-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/valkyrie-a-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/valkyrie-a-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/valkyrie-a-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/valkyrie-a-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/valkyrie-a-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/valkyrie-a-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/valkyrie-b-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/valkyrie-b-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/valkyrie-b-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/valkyrie-b-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/valkyrie-b-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/valkyrie-b-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/valkyrie-b-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/valkyrie-b-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/vampire-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/vampire-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/vampire-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/vampire-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/vampire-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/vampire-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/vampire-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/vampire-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/vampire-lord-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/vampire-lord-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/vampire-lord-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/vampire-lord-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/vampire-lord-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/vampire-lord-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/vampire-lord-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/vampire-lord-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/warden-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/warden-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/warden-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/warden-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/warden-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/warden-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/warden-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/warden-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/warrior-f-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/warrior-f-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/warrior-f-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/warrior-f-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/warrior-f-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/warrior-f-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/warrior-f-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/warrior-f-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/warrior-m-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/warrior-m-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/warrior-m-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/warrior-m-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/warrior-m-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/warrior-m-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/warrior-m-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/warrior-m-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/wisp-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wisp-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/wisp-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wisp-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/wisp-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wisp-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/wisp-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wisp-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/wisp-ancient-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wisp-ancient-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/wisp-ancient-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wisp-ancient-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/wisp-ancient-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wisp-ancient-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/wisp-ancient-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wisp-ancient-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/witch-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/witch-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/witch-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/witch-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/witch-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/witch-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/witch-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/witch-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/wizard-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wizard-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/wizard-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wizard-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/wizard-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wizard-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/wizard-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wizard-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/wolf-black-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wolf-black-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/wolf-black-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wolf-black-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/wolf-black-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wolf-black-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/wolf-black-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wolf-black-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/wolf-brown-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wolf-brown-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/wolf-brown-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wolf-brown-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/wolf-brown-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wolf-brown-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/wolf-brown-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wolf-brown-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/worm-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/worm-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/worm-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/worm-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/worm-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/worm-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/worm-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/worm-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/worm-giant-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/worm-giant-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/worm-giant-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/worm-giant-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/worm-giant-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/worm-giant-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/worm-giant-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/worm-giant-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/wraith-black-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wraith-black-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/wraith-black-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wraith-black-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/wraith-black-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wraith-black-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/wraith-black-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wraith-black-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/wraith-blue-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wraith-blue-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/wraith-blue-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wraith-blue-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/wraith-blue-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wraith-blue-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/wraith-blue-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wraith-blue-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/wraith-red-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wraith-red-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/wraith-red-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wraith-red-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/wraith-red-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wraith-red-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/wraith-red-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/wraith-red-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/zombie-a-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/zombie-a-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/zombie-a-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/zombie-a-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/zombie-a-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/zombie-a-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/zombie-a-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/zombie-a-4.png -------------------------------------------------------------------------------- /resources/creatures/animations/zombie-b-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/zombie-b-1.png -------------------------------------------------------------------------------- /resources/creatures/animations/zombie-b-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/zombie-b-2.png -------------------------------------------------------------------------------- /resources/creatures/animations/zombie-b-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/zombie-b-3.png -------------------------------------------------------------------------------- /resources/creatures/animations/zombie-b-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/animations/zombie-b-4.png -------------------------------------------------------------------------------- /resources/creatures/images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/creatures/images.png -------------------------------------------------------------------------------- /resources/cursors/bag001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/cursors/bag001.png -------------------------------------------------------------------------------- /resources/cursors/black_x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/cursors/black_x.png -------------------------------------------------------------------------------- /resources/cursors/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/cursors/default.png -------------------------------------------------------------------------------- /resources/cursors/denied.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/cursors/denied.png -------------------------------------------------------------------------------- /resources/cursors/denied003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/cursors/denied003.png -------------------------------------------------------------------------------- /resources/cursors/exclamation001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/cursors/exclamation001.png -------------------------------------------------------------------------------- /resources/cursors/exclamation001_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/cursors/exclamation001_gray.png -------------------------------------------------------------------------------- /resources/cursors/hand002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/cursors/hand002.png -------------------------------------------------------------------------------- /resources/cursors/hand003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/cursors/hand003.png -------------------------------------------------------------------------------- /resources/cursors/hand004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/cursors/hand004.png -------------------------------------------------------------------------------- /resources/cursors/hand004_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/cursors/hand004_gray.png -------------------------------------------------------------------------------- /resources/cursors/move002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/cursors/move002.png -------------------------------------------------------------------------------- /resources/cursors/pointer004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/cursors/pointer004.png -------------------------------------------------------------------------------- /resources/cursors/sandclock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/cursors/sandclock.png -------------------------------------------------------------------------------- /resources/cursors/walking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/cursors/walking.png -------------------------------------------------------------------------------- /resources/cursors/x007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/cursors/x007.png -------------------------------------------------------------------------------- /resources/fx/uf_FX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/fx/uf_FX.png -------------------------------------------------------------------------------- /resources/fx/uf_FX_impact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/fx/uf_FX_impact.png -------------------------------------------------------------------------------- /resources/items/images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/items/images.png -------------------------------------------------------------------------------- /resources/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/logo.png -------------------------------------------------------------------------------- /resources/maps/Winlu Fantasy Exterior/tilesets/Fantasy_Outside_A2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/maps/Winlu Fantasy Exterior/tilesets/Fantasy_Outside_A2.png -------------------------------------------------------------------------------- /resources/maps/Winlu Fantasy Exterior/tilesets/Fantasy_Outside_A5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/maps/Winlu Fantasy Exterior/tilesets/Fantasy_Outside_A5.png -------------------------------------------------------------------------------- /resources/maps/Winlu Fantasy Exterior/tilesets/Fantasy_Outside_D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/maps/Winlu Fantasy Exterior/tilesets/Fantasy_Outside_D.png -------------------------------------------------------------------------------- /resources/maps/cliff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/maps/cliff.png -------------------------------------------------------------------------------- /resources/maps/cliff.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/maps/cliff.tmx -------------------------------------------------------------------------------- /resources/maps/floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/maps/floor.png -------------------------------------------------------------------------------- /resources/maps/floor.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/maps/floor.tsx -------------------------------------------------------------------------------- /resources/maps/modules.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/maps/modules.tmx -------------------------------------------------------------------------------- /resources/maps/project.tiled-project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/maps/project.tiled-project -------------------------------------------------------------------------------- /resources/maps/propertytypes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/maps/propertytypes.json -------------------------------------------------------------------------------- /resources/maps/uf_heroes_simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/maps/uf_heroes_simple.png -------------------------------------------------------------------------------- /resources/maps/uf_items.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/maps/uf_items.png -------------------------------------------------------------------------------- /resources/maps/uf_terrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/maps/uf_terrain.png -------------------------------------------------------------------------------- /resources/maps/vampire.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/maps/vampire.tmx -------------------------------------------------------------------------------- /resources/properties.edn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/properties.edn -------------------------------------------------------------------------------- /resources/skills/images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/skills/images.png -------------------------------------------------------------------------------- /resources/sounds/ReversyH-Nick_Ros-105.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/ReversyH-Nick_Ros-105.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_armorhit.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_armorhit.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_bigmeleeteleport.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_bigmeleeteleport.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_bossdeath.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_bossdeath.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_burrow.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_burrow.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_cast.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_cast.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_caveenter.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_caveenter.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_chestopen.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_chestopen.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_click.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_click.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_coinget.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_coinget.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_curse.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_curse.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_defaultmonsterdeath.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_defaultmonsterdeath.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_denied.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_denied.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_dronedeath.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_dronedeath.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_drugsuse.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_drugsuse.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_fisthit.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_fisthit.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_grenade.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_grenade.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_healmonsters.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_healmonsters.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_instanthealer_heal.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_instanthealer_heal.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_itemput.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_itemput.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_itemputground.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_itemputground.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_merchanttalk.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_merchanttalk.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_minedeath.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_minedeath.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_monkheal.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_monkheal.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_monstercast.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_monstercast.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_normalhit.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_normalhit.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_pickup.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_pickup.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_playerdeath.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_playerdeath.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_playerhit.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_playerhit.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_playerteleport.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_playerteleport.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_portaluse.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_portaluse.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_potionuse.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_potionuse.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_powerup.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_powerup.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_projectile_wallhit.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_projectile_wallhit.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_psibolt.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_psibolt.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_questget.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_questget.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_rayshooterhit.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_rayshooterhit.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_shield_consume.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_shield_consume.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_stationdeath.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_stationdeath.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_takeit.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_takeit.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_teleport.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_teleport.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_unburrow.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_unburrow.wav -------------------------------------------------------------------------------- /resources/sounds/bfxr_waypointunlock.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/bfxr_waypointunlock.wav -------------------------------------------------------------------------------- /resources/sounds/explode-erco.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/explode-erco.wav -------------------------------------------------------------------------------- /resources/sounds/fanfare10.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/fanfare10.wav -------------------------------------------------------------------------------- /resources/sounds/kabloom.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/kabloom.wav -------------------------------------------------------------------------------- /resources/sounds/pickup.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/pickup.wav -------------------------------------------------------------------------------- /resources/sounds/shoot.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/shoot.wav -------------------------------------------------------------------------------- /resources/sounds/slash.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/slash.wav -------------------------------------------------------------------------------- /resources/sounds/unburrow.bfxrsound: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/sounds/unburrow.bfxrsound -------------------------------------------------------------------------------- /resources/ui/exocet/films.EXH_____.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/ui/exocet/films.EXH_____.ttf -------------------------------------------------------------------------------- /resources/ui/exocet/films.EXL_____.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/ui/exocet/films.EXL_____.ttf -------------------------------------------------------------------------------- /resources/ui/exocet/sharefonts.net.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/ui/exocet/sharefonts.net.txt -------------------------------------------------------------------------------- /resources/ui/hp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/ui/hp.png -------------------------------------------------------------------------------- /resources/ui/mana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/ui/mana.png -------------------------------------------------------------------------------- /resources/ui/moon_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/ui/moon_background.png -------------------------------------------------------------------------------- /resources/ui/rahmen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/ui/rahmen.png -------------------------------------------------------------------------------- /resources/ui/uf_interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/resources/ui/uf_interface.png -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/screenshot.png -------------------------------------------------------------------------------- /src/app.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/app.clj -------------------------------------------------------------------------------- /src/cdq/api/context.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/api/context.clj -------------------------------------------------------------------------------- /src/cdq/api/effect.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/api/effect.clj -------------------------------------------------------------------------------- /src/cdq/api/entity.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/api/entity.clj -------------------------------------------------------------------------------- /src/cdq/api/modifier.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/api/modifier.clj -------------------------------------------------------------------------------- /src/cdq/api/state.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/api/state.clj -------------------------------------------------------------------------------- /src/cdq/api/world/cell.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/api/world/cell.clj -------------------------------------------------------------------------------- /src/cdq/api/world/content_grid.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/api/world/content_grid.clj -------------------------------------------------------------------------------- /src/cdq/api/world/grid.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/api/world/grid.clj -------------------------------------------------------------------------------- /src/cdq/attributes.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/attributes.clj -------------------------------------------------------------------------------- /src/cdq/context/action_bar.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/action_bar.clj -------------------------------------------------------------------------------- /src/cdq/context/builder.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/builder.clj -------------------------------------------------------------------------------- /src/cdq/context/config.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/config.clj -------------------------------------------------------------------------------- /src/cdq/context/counter.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/counter.clj -------------------------------------------------------------------------------- /src/cdq/context/cursor.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/cursor.clj -------------------------------------------------------------------------------- /src/cdq/context/ecs.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/ecs.clj -------------------------------------------------------------------------------- /src/cdq/context/effect.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/effect.clj -------------------------------------------------------------------------------- /src/cdq/context/inventory_window.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/inventory_window.clj -------------------------------------------------------------------------------- /src/cdq/context/modifier.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/modifier.clj -------------------------------------------------------------------------------- /src/cdq/context/mouseover_entity.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/mouseover_entity.clj -------------------------------------------------------------------------------- /src/cdq/context/potential_fields.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/potential_fields.clj -------------------------------------------------------------------------------- /src/cdq/context/properties.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/properties.clj -------------------------------------------------------------------------------- /src/cdq/context/render_debug.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/render_debug.clj -------------------------------------------------------------------------------- /src/cdq/context/screens.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/screens.clj -------------------------------------------------------------------------------- /src/cdq/context/transaction_handler.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/transaction_handler.clj -------------------------------------------------------------------------------- /src/cdq/context/ui/actors.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/ui/actors.clj -------------------------------------------------------------------------------- /src/cdq/context/ui/config.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/ui/config.clj -------------------------------------------------------------------------------- /src/cdq/context/ui/debug_window.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/ui/debug_window.clj -------------------------------------------------------------------------------- /src/cdq/context/ui/entity_info_window.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/ui/entity_info_window.clj -------------------------------------------------------------------------------- /src/cdq/context/ui/error_modal.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/ui/error_modal.clj -------------------------------------------------------------------------------- /src/cdq/context/ui/help_window.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/ui/help_window.clj -------------------------------------------------------------------------------- /src/cdq/context/ui/hp_mana_bars.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/ui/hp_mana_bars.clj -------------------------------------------------------------------------------- /src/cdq/context/ui/player_message.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/ui/player_message.clj -------------------------------------------------------------------------------- /src/cdq/context/ui/player_modal.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/ui/player_modal.clj -------------------------------------------------------------------------------- /src/cdq/context/ui/skill_window.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/ui/skill_window.clj -------------------------------------------------------------------------------- /src/cdq/context/world.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/context/world.clj -------------------------------------------------------------------------------- /src/cdq/entity/all.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/all.clj -------------------------------------------------------------------------------- /src/cdq/entity/animation.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/animation.clj -------------------------------------------------------------------------------- /src/cdq/entity/body.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/body.clj -------------------------------------------------------------------------------- /src/cdq/entity/clickable.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/clickable.clj -------------------------------------------------------------------------------- /src/cdq/entity/delete_after_animation_stopped.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/delete_after_animation_stopped.clj -------------------------------------------------------------------------------- /src/cdq/entity/delete_after_duration.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/delete_after_duration.clj -------------------------------------------------------------------------------- /src/cdq/entity/faction.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/faction.clj -------------------------------------------------------------------------------- /src/cdq/entity/flying.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/flying.clj -------------------------------------------------------------------------------- /src/cdq/entity/hp.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/hp.clj -------------------------------------------------------------------------------- /src/cdq/entity/image.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/image.clj -------------------------------------------------------------------------------- /src/cdq/entity/inventory.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/inventory.clj -------------------------------------------------------------------------------- /src/cdq/entity/line_render.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/line_render.clj -------------------------------------------------------------------------------- /src/cdq/entity/mana.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/mana.clj -------------------------------------------------------------------------------- /src/cdq/entity/mouseover.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/mouseover.clj -------------------------------------------------------------------------------- /src/cdq/entity/movement.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/movement.clj -------------------------------------------------------------------------------- /src/cdq/entity/position.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/position.clj -------------------------------------------------------------------------------- /src/cdq/entity/projectile_collision.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/projectile_collision.clj -------------------------------------------------------------------------------- /src/cdq/entity/reaction_time.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/reaction_time.clj -------------------------------------------------------------------------------- /src/cdq/entity/shout.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/shout.clj -------------------------------------------------------------------------------- /src/cdq/entity/skills.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/skills.clj -------------------------------------------------------------------------------- /src/cdq/entity/state.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/state.clj -------------------------------------------------------------------------------- /src/cdq/entity/stats.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/stats.clj -------------------------------------------------------------------------------- /src/cdq/entity/string_effect.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/string_effect.clj -------------------------------------------------------------------------------- /src/cdq/entity/z_order.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/entity/z_order.clj -------------------------------------------------------------------------------- /src/cdq/modifier/all.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/modifier/all.clj -------------------------------------------------------------------------------- /src/cdq/properties.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/properties.clj -------------------------------------------------------------------------------- /src/cdq/screens/game.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/screens/game.clj -------------------------------------------------------------------------------- /src/cdq/screens/main_menu.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/screens/main_menu.clj -------------------------------------------------------------------------------- /src/cdq/screens/map_editor.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/screens/map_editor.clj -------------------------------------------------------------------------------- /src/cdq/screens/minimap.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/screens/minimap.clj -------------------------------------------------------------------------------- /src/cdq/screens/options_menu.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/screens/options_menu.clj -------------------------------------------------------------------------------- /src/cdq/screens/property_editor.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/screens/property_editor.clj -------------------------------------------------------------------------------- /src/cdq/state/active_skill.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/state/active_skill.clj -------------------------------------------------------------------------------- /src/cdq/state/npc.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/state/npc.clj -------------------------------------------------------------------------------- /src/cdq/state/npc_dead.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/state/npc_dead.clj -------------------------------------------------------------------------------- /src/cdq/state/npc_idle.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/state/npc_idle.clj -------------------------------------------------------------------------------- /src/cdq/state/npc_moving.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/state/npc_moving.clj -------------------------------------------------------------------------------- /src/cdq/state/npc_sleeping.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/state/npc_sleeping.clj -------------------------------------------------------------------------------- /src/cdq/state/player.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/state/player.clj -------------------------------------------------------------------------------- /src/cdq/state/player_dead.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/state/player_dead.clj -------------------------------------------------------------------------------- /src/cdq/state/player_found_princess.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/state/player_found_princess.clj -------------------------------------------------------------------------------- /src/cdq/state/player_idle.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/state/player_idle.clj -------------------------------------------------------------------------------- /src/cdq/state/player_item_on_cursor.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/state/player_item_on_cursor.clj -------------------------------------------------------------------------------- /src/cdq/state/player_moving.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/state/player_moving.clj -------------------------------------------------------------------------------- /src/cdq/state/stunned.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/state/stunned.clj -------------------------------------------------------------------------------- /src/cdq/tx/all.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/tx/all.clj -------------------------------------------------------------------------------- /src/cdq/tx/damage.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/tx/damage.clj -------------------------------------------------------------------------------- /src/cdq/tx/melee_damage.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/tx/melee_damage.clj -------------------------------------------------------------------------------- /src/cdq/tx/projectile.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/tx/projectile.clj -------------------------------------------------------------------------------- /src/cdq/tx/restore_hp_mana.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/tx/restore_hp_mana.clj -------------------------------------------------------------------------------- /src/cdq/tx/sound.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/tx/sound.clj -------------------------------------------------------------------------------- /src/cdq/tx/spawn.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/tx/spawn.clj -------------------------------------------------------------------------------- /src/cdq/tx/stun.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/tx/stun.clj -------------------------------------------------------------------------------- /src/cdq/tx/target_entity.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/tx/target_entity.clj -------------------------------------------------------------------------------- /src/cdq/world/content_grid.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/world/content_grid.clj -------------------------------------------------------------------------------- /src/cdq/world/grid.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/world/grid.clj -------------------------------------------------------------------------------- /src/cdq/world/render.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/cdq/world/render.clj -------------------------------------------------------------------------------- /src/data/val_max.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/data/val_max.clj -------------------------------------------------------------------------------- /src/dev.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/dev.clj -------------------------------------------------------------------------------- /src/mapgen/cave_gen.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/mapgen/cave_gen.clj -------------------------------------------------------------------------------- /src/mapgen/module_gen.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/mapgen/module_gen.clj -------------------------------------------------------------------------------- /src/mapgen/movement_property.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/mapgen/movement_property.clj -------------------------------------------------------------------------------- /src/mapgen/nad.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/mapgen/nad.clj -------------------------------------------------------------------------------- /src/mapgen/tiled_utils.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/mapgen/tiled_utils.clj -------------------------------------------------------------------------------- /src/mapgen/transitions.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/mapgen/transitions.clj -------------------------------------------------------------------------------- /src/mapgen/utils.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/mapgen/utils.clj -------------------------------------------------------------------------------- /src/utils/core.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/utils/core.clj -------------------------------------------------------------------------------- /src/utils/random.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/utils/random.clj -------------------------------------------------------------------------------- /src/utils/wasd_movement.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damn/Cyber-Dungeon-Quest/HEAD/src/utils/wasd_movement.clj --------------------------------------------------------------------------------