Skip to content

Commit

Permalink
feat: images for act_0 enemies
Browse files Browse the repository at this point in the history
  • Loading branch information
BigJk committed Jan 16, 2024
1 parent fa6e45d commit 6291224
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Binary file added assets/images/clean_bot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/cyber_spider.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/rust_mite.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions assets/scripts/events/act_0/enemies.lua
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.".
Expand All @@ -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.
]],
Expand Down

0 comments on commit 6291224

Please sign in to comment.