trapw0w / PRAE_Modules

Github for the source of @PRAE_Modules
GNU General Public License v3.0
0 stars 0 forks source link

Add ability to provide Civs with Humrats #36

Closed trapw0w closed 4 years ago

trapw0w commented 4 years ago

Use:


[position, sides, value] call ALIVE_fnc_updateSectorHostility;

Value is a relative increment to existing hostility

// increase hostility at player's position for player's side

[getPos player, [side player], 20] call ALIVE_fnc_updateSectorHostility;

// decrease hostility at player's position for player's side

[getPos player, [side player], -20] call ALIVE_fnc_updateSectorHostility;```

to lower hostility once a Humanitarian Ration has been handed to a civ.
trapw0w commented 4 years ago

Giving a 30% chance on both Humanitarian Rations & Water to decrease sector hostility by -3. Tested giving humrats, need to fully implement water. This issue won't be closed until issue #41 is resolved.