Skip to content

Commit e588587

Browse files
committed
Updated changelog, readme, completed basic mutation panel.
1 parent 85a2dd5 commit e588587

29 files changed

+473
-91
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## 0.1.8
1+
### 0.2.0
22
### Added
3+
- (Experimental) Mutator screen, up or downscale an existing NPC
34
- Folder support
45

56
## 0.1.7

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,21 @@ Populate your Starfinder world with life of all shapes and sizes.
33

44
## Features:
55
- Generates non-combatant NPCs for your world
6-
- Randomizes the name, gender, race, alignment and inventory of the NPC
7-
- Intelligently randomizes the token image of NPCs when placed in a scene (optional setting, *off* by default)
6+
- Randomizes the name, gender, race, alignment, personality trait and inventory of the NPC
7+
- Intelligently randomizes the token image of NPCs when placed in a scene (optional setting, *off* by default)
8+
- **experimental** Generates monsters
9+
- **experimental** monster mutation
10+
- Increase or decrease the CR of an existing monster or NPC
811

912
## FAQ:
13+
*Q: What kind of monsters can you currently generate?*
14+
15+
**A: Currently you are limited to Animal, Oooze, Vermin or Construct. `CR 1/3 - 5` all melee focused combatants (except constructs which are equipped with ranged weapons).
16+
17+
*Q: How do mutations work?*
18+
19+
**A: We look up where the monster should be on the appropriate array (based on it's current CR) then calcualte the difference between each stat in that row and the target row, then apply that difference (either positive or negative). Currently we are only touching the basic stats - but this will be expanded to things like adding additional special abilities.**
20+
1021
*Q: Does Populator just pick a random race when quickly making an NPC?*
1122

1223
**A: No I follow the distribution of races found on Absalom Station. As of `0.1.X` you can create an NPC of your specific desired race.
@@ -23,10 +34,6 @@ Populate your Starfinder world with life of all shapes and sizes.
2334

2435
**Extract `example folder structure.zip` into your data folder and fill in the appropriate folders with images (Please be aware this feature is experimental and subject to change).**
2536

26-
*Q: Why doesn't populator generate monsters though!?*
27-
28-
**A: ~~Because that's hard and I haven't done it yet~~ Work is underway, you can experiment with what's currently live to create basic monsters starting in release `0.1.X` **
29-
3037
*Q: This would be way better if it did this other specific thing!*
3138

3239
**A: That's not a question. Please open an issue as I'm currently focusing on things that are useful to me personally and would love the input.**

dist/MutaterPanelController.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/MutaterPanelController.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/controllers/MutatePanelController.js

Lines changed: 74 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/controllers/MutatePanelController.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/controllers/MutaterPanelController.js

Lines changed: 74 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/controllers/MutaterPanelController.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/controllers/MutatorPanelController.js

Lines changed: 74 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/controllers/MutatorPanelController.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)