diff --git a/assets/images/clean_bot.jpg b/assets/images/clean_bot.jpg new file mode 100644 index 0000000..a081435 Binary files /dev/null and b/assets/images/clean_bot.jpg differ diff --git a/assets/images/cyber_spider.jpg b/assets/images/cyber_spider.jpg new file mode 100644 index 0000000..3b58047 Binary files /dev/null and b/assets/images/cyber_spider.jpg differ diff --git a/assets/images/rust_mite.jpg b/assets/images/rust_mite.jpg new file mode 100644 index 0000000..d0f900b Binary files /dev/null and b/assets/images/rust_mite.jpg differ diff --git a/assets/scripts/events/act_0/enemies.lua b/assets/scripts/events/act_0/enemies.lua index 51cb6e4..8db430f 100644 --- a/assets/scripts/events/act_0/enemies.lua +++ b/assets/scripts/events/act_0/enemies.lua @@ -1,6 +1,7 @@ register_event("RUST_MITE", { name = "Tasty metals...", - description = [[ + description = [[!!rust_mite.jpg + You are walking through the facility hoping to find a way out. After a few turns you hear a strange noise. You look around and come across a strange being. It seems to be eating the metal from the walls. It looks at you and after a few seconds it rushes towards you. @@ -23,7 +24,8 @@ It seems to be eating the metal from the walls. It looks at you and after a few register_event("CLEAN_BOT", { name = "Corpse. Clean. Engage.", - description = [[ + description = [[!!clean_bot.jpg + While exploring the facility you hear a strange noise. Suddenly a strange robot appears from one of the corridors. It seems to be cleaning up the area, but it's not working properly anymore and you can see small sparks coming out of it. It looks at you and says "Corpse. Clean. Engage.". @@ -47,7 +49,8 @@ It looks at you and says "Corpse. Clean. Engage.". register_event("CYBER_SPIDER", { name = "What is this thing at the ceiling?", - description = [[ + description = [[!!cyber_spider.jpg + You come around a corner and see a strange creature hanging from the ceiling. It looks like a spider, but it's made out of metal. It seems to be waiting for its prey to come closer and there is no way around it. ]],