0 of 0

File information

Last updated

Original upload

Created by

SoyMutant

Uploaded by

t1slam

Virus scan

Safe to use

Tags for this mod

About this mod

Makes enemies gain 25% more HP and 10% more Attack with each passing day. Can be configured.

Permissions and credits
Description:

Makes enemies gain 25% more HP and 10% more Attack stats every time a day passes.

This adds dynamic difficulty progression that makes end game more challenging and rewards player for planning actions.

NOTE: Enemies gain stats according to their current stats, not default. Meaning that at day 4 an enemy with basic hp of 100 will have 244 hp (opposed to 200), and on 8th day 596 hp (opposed to 300).

Installation:

  • Copy "js" folder from mod's folder and paste into "Look Outside" game's main folder.
  • In "Look Outside" game folder go to "js" folder and open "plugins.js" file.
  • Copy and paste this line (INCLUDING comma at the start) before the "]" at the end of the document:

    ,{"name":"DynamicDifficultyCurve","status":true,"description":"v1.0.0 - Dynamic Difficulty Curve","parameters":{"option":"","changeHealth":"true","changeAttack":"true","numbers":"","healthIncrease":"25","damageIncrease":"10"}} 

If you want to remove the mod, then:

  • EITHER: in the string you pasted change from "status":true to "status":false - this will disable the mod.
  • OR: delete the string you copied and pasted.
  • OR: Verify game files.

The first way to remove the mod is better, because it allows you to reenable the mod by simply changing it back to "status":true.

HOW TO CHANGE HP AND ATTACK INCREASE: 

In the string you paste into plugins.js there are options - changing these options will change mod's effect:
  • "changeHealth":"true" or "false" - activates or deactivates health increase.
  • "changeAttack":"true" or "false" - activates or deactivates attack stat increase.
  • "healthIncrease":"25" - number is % that enemy health is multiplied by, ranges from 0 to infinity.
  • "damageIncrease":"10" - number is % that enemy attack stat is multiplied by, ranges from 0 to infinity.

NOTE: Game updates will rewrite plugins.js, removing the changes - this means that you'll need to repeat points 2 and 3
(or completely reinstalling the mod if just repeating 2 and 3 doesn't work).