-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Changes from 0.1.2 to 0.1.3: | ||
-added Droid Assembler building and icon for it | ||
-added intermediate droid item which is placeable by player or inserted into Droid Assembler to produce a "deployed" Droid which is spawned nearby. | ||
-Droid Assembler spawns finished deployed droids to the RIGHT HAND SIDE of the building (this is just how it's coded for now. I'll do building-rotation based spawning location later) | ||
-Droids gather into squads of 5 (default, changeable in config.lua) and then hunt for enemies. enemies within 5000 tiles, biter and/or enemy player forces. | ||
-Droids auto-join nearby squads (configurable range config.lua) or create their own new squad if nobody nearby | ||
-Droid's animations and selection box etc were fixed, much better now. | ||
-Recipe adjusted to use basic armour not heavy armour - this has reduced the cost in steel significantly. | ||
-Reduces Droid's resistances to be more in-line with their downgraded armour. |