rework mobs a bit
commit26550891267b3b08ec81dbfbb00e1d531da1009f
authorGlunggi <glunggi@github.com>
Sun, 15 Nov 2015 06:52:15 +0000 (15 07:52 +0100)
committerGlunggi <glunggi@github.com>
Sun, 15 Nov 2015 06:52:15 +0000 (15 07:52 +0100)
treeb86d0dac7dc867b3400131fcc49bf15ae0b7f161
parent6be041d23b71d17f4fcc0de69b653419c4ebd114
rework mobs a bit
101 files changed:
mods/mobs/README.txt [new file with mode: 0644]
mods/mobs/api.lua [new file with mode: 0644]
mods/mobs/depends.txt [new file with mode: 0644]
mods/mobs/dungeonmaster.lua [new file with mode: 0644]
mods/mobs/dungeonmaster2.lua [new file with mode: 0644]
mods/mobs/init.lua [new file with mode: 0644]
mods/mobs/license.txt [new file with mode: 0644]
mods/mobs/mese_monster.lua [new file with mode: 0644]
mods/mobs/mese_monster2.lua [new file with mode: 0644]
mods/mobs/models/chicken.x [new file with mode: 0644]
mods/mobs/models/mobs_bee.png [new file with mode: 0644]
mods/mobs/models/mobs_bee.x [new file with mode: 0644]
mods/mobs/models/mobs_chicken.png [new file with mode: 0644]
mods/mobs/models/mobs_chicken_black.png [new file with mode: 0644]
mods/mobs/models/mobs_cow.png [new file with mode: 0644]
mods/mobs/models/mobs_cow.x [new file with mode: 0644]
mods/mobs/models/mobs_dirt_monster.png [new file with mode: 0644]
mods/mobs/models/mobs_dungeon_master.png [new file with mode: 0644]
mods/mobs/models/mobs_dungeon_master.x [new file with mode: 0644]
mods/mobs/models/mobs_dungeon_master2.png [new file with mode: 0644]
mods/mobs/models/mobs_dungeon_master3.png [new file with mode: 0644]
mods/mobs/models/mobs_dungeon_master4.png [new file with mode: 0644]
mods/mobs/models/mobs_oerkki.png [new file with mode: 0644]
mods/mobs/models/mobs_oerkki.x [new file with mode: 0644]
mods/mobs/models/mobs_oerkki2.png [new file with mode: 0644]
mods/mobs/models/mobs_pumba.png [new file with mode: 0644]
mods/mobs/models/mobs_pumba.x [new file with mode: 0644]
mods/mobs/models/mobs_rat.png [new file with mode: 0644]
mods/mobs/models/mobs_rat.x [new file with mode: 0644]
mods/mobs/models/mobs_rat2.png [new file with mode: 0644]
mods/mobs/models/mobs_sand_monster.png [new file with mode: 0644]
mods/mobs/models/mobs_sand_monster.x [new file with mode: 0644]
mods/mobs/models/mobs_sand_monster2.png [new file with mode: 0644]
mods/mobs/models/mobs_sand_monster3.png [new file with mode: 0644]
mods/mobs/models/mobs_sheep.png [new file with mode: 0644]
mods/mobs/models/mobs_sheep.x [new file with mode: 0644]
mods/mobs/models/mobs_sheep_shaved.png [new file with mode: 0644]
mods/mobs/models/mobs_sheep_shaved.x [new file with mode: 0644]
mods/mobs/models/mobs_spider.png [new file with mode: 0644]
mods/mobs/models/mobs_spider.x [new file with mode: 0644]
mods/mobs/models/mobs_spider2.png [new file with mode: 0644]
mods/mobs/models/mobs_spider3.png [new file with mode: 0644]
mods/mobs/models/mobs_spider4.png [new file with mode: 0644]
mods/mobs/models/mobs_stone_monster.png [new file with mode: 0644]
mods/mobs/models/mobs_stone_monster.x [new file with mode: 0644]
mods/mobs/models/mobs_stone_monster2.png [new file with mode: 0644]
mods/mobs/models/mobs_tree_monster.png [new file with mode: 0644]
mods/mobs/models/mobs_tree_monster.x [new file with mode: 0644]
mods/mobs/models/zmobs_lava_flan.png [new file with mode: 0644]
mods/mobs/models/zmobs_lava_flan.x [new file with mode: 0644]
mods/mobs/models/zmobs_mese_monster.png [new file with mode: 0644]
mods/mobs/models/zmobs_mese_monster.x [new file with mode: 0644]
mods/mobs/models/zmobs_mese_monster2.png [new file with mode: 0644]
mods/mobs/oerkki.lua [new file with mode: 0644]
mods/mobs/sandmonster.lua [new file with mode: 0644]
mods/mobs/sounds/default_punch.ogg [new file with mode: 0644]
mods/mobs/sounds/licenses.txt [new file with mode: 0644]
mods/mobs/sounds/mobs_cow.ogg [new file with mode: 0644]
mods/mobs/sounds/mobs_dirtmonster.ogg [new file with mode: 0644]
mods/mobs/sounds/mobs_dungeonmaster.ogg [new file with mode: 0644]
mods/mobs/sounds/mobs_fireball.ogg [new file with mode: 0644]
mods/mobs/sounds/mobs_mesemonster.ogg [new file with mode: 0644]
mods/mobs/sounds/mobs_mutant.ogg [new file with mode: 0644]
mods/mobs/sounds/mobs_oerkki.ogg [new file with mode: 0644]
mods/mobs/sounds/mobs_pig.ogg [new file with mode: 0644]
mods/mobs/sounds/mobs_sandmonster.ogg [new file with mode: 0644]
mods/mobs/sounds/mobs_sheep.ogg [new file with mode: 0644]
mods/mobs/sounds/mobs_spider.ogg [new file with mode: 0644]
mods/mobs/sounds/mobs_stonemonster.ogg [new file with mode: 0644]
mods/mobs/spider.lua [new file with mode: 0644]
mods/mobs/spider2.lua [new file with mode: 0644]
mods/mobs/spider3.lua [new file with mode: 0644]
mods/mobs/spider4.lua [new file with mode: 0644]
mods/mobs/stonemonster.lua [new file with mode: 0644]
mods/mobs/stonemonster2.lua [new file with mode: 0644]
mods/mobs/textures/mobs_bee_inv.png [new file with mode: 0644]
mods/mobs/textures/mobs_beehive.png [new file with mode: 0644]
mods/mobs/textures/mobs_blood.png [new file with mode: 0644]
mods/mobs/textures/mobs_bucket_milk.png [new file with mode: 0644]
mods/mobs/textures/mobs_cheese.png [new file with mode: 0644]
mods/mobs/textures/mobs_cheeseblock.png [new file with mode: 0644]
mods/mobs/textures/mobs_chicken_cooked.png [new file with mode: 0644]
mods/mobs/textures/mobs_chicken_egg.png [new file with mode: 0644]
mods/mobs/textures/mobs_chicken_egg_fried.png [new file with mode: 0644]
mods/mobs/textures/mobs_chicken_inv.png [new file with mode: 0644]
mods/mobs/textures/mobs_chicken_raw.png [new file with mode: 0644]
mods/mobs/textures/mobs_cobweb.png [new file with mode: 0644]
mods/mobs/textures/mobs_cooked_rat.png [new file with mode: 0644]
mods/mobs/textures/mobs_dungeon_master_fireball.png [new file with mode: 0644]
mods/mobs/textures/mobs_dungeon_master_fireball_back.png [new file with mode: 0644]
mods/mobs/textures/mobs_fireball.png [new file with mode: 0644]
mods/mobs/textures/mobs_honey_block.png [new file with mode: 0644]
mods/mobs/textures/mobs_honey_inv.png [new file with mode: 0644]
mods/mobs/textures/mobs_meat.png [new file with mode: 0644]
mods/mobs/textures/mobs_meat_raw.png [new file with mode: 0644]
mods/mobs/textures/mobs_pork_cooked.png [new file with mode: 0644]
mods/mobs/textures/mobs_pork_raw.png [new file with mode: 0644]
mods/mobs/textures/mobs_rat_inventory.png [new file with mode: 0644]
mods/mobs/textures/zmobs_egg_lava_flan.png [new file with mode: 0644]
mods/mobs/textures/zmobs_egg_mese_monster.png [new file with mode: 0644]
mods/mobs/textures/zmobs_lava_orb.png [new file with mode: 0644]