From f8210def6e4915b98e2a6edfdc260fa8f8ed40ff Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Mon, 25 Dec 2017 12:19:07 -0500 Subject: [PATCH] Created Non Player Character (NPC) (markdown) --- Non-Player-Character-(NPC).md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Non-Player-Character-(NPC).md diff --git a/Non-Player-Character-(NPC).md b/Non-Player-Character-(NPC).md new file mode 100644 index 0000000..e706353 --- /dev/null +++ b/Non-Player-Character-(NPC).md @@ -0,0 +1,7 @@ +## NPCs + +NPCs are robots in the game universe that are not directly controlled by players. Every NPC belongs to a Factory and tends to stay within a certain radius of it. There are multiple types of NPCs and each one has a specific set of tasks. + +### Harvester NPC +![Harvester NPC](https://user-images.githubusercontent.com/7120851/34341786-ed2cead4-e96c-11e7-95c4-4e1b165eda9d.png) +The harvester NPC is neutral and most of the time it is looking for biomass blobs to harvest and process. \ No newline at end of file