Skip to content

Commit d3e2fda

Browse files
committed
Merge branches 'ez1/feature/ez2-effects', 'ez1/feature/ez2-eye-glows', 'ez1/feature/fastzombie-damage', 'ez1/feature/bad-cop-player-changes', 'ez1/feature/mapbase-stunstick', 'ez1/feature/patch-3-achievements' and 'ez1/feature/ez2-rebel-ai' into ez1/dev
7 parents 0f4a4f5 + a84d917 + b4782a3 + 3dcead8 + 71e1d88 + 8747cb7 + 0114c77 commit d3e2fda

41 files changed

Lines changed: 3049 additions & 185 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

sp/game/mod_ez1/cfg/skill.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ sk_vortigaunt_armor_charge "30"
8080

8181
// Zombie
8282
sk_zombie_health "100"
83-
sk_zombie_dmg_one_slash "50"
84-
sk_zombie_dmg_both_slash "55"
83+
sk_zombie_dmg_one_slash "35"
84+
sk_zombie_dmg_both_slash "50"
8585

8686
// Poison Zombie
8787
sk_zombie_poison_health "250"
@@ -216,6 +216,7 @@ sk_npc_dmg_fraggrenade "75"
216216
sk_fraggrenade_radius "250"
217217

218218
// HEALTH/SUIT CHARGE DISTRIBUTION
219+
sk_suit_maxarmor "100"
219220
sk_suitcharger "75"
220221
sk_suitcharger_citadel "500"
221222
sk_suitcharger_citadel_maxarmor "200"

sp/game/mod_ez1/fgd/EntropyZero.fgd

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,7 @@
789789
additionalequipment(choices) : "Weapons" : "0" =
790790
[
791791
"weapon_smg1" : "SMG1"
792+
"weapon_smg2" : "MP5K"
792793
"weapon_ar2" : "AR2"
793794
"weapon_stunstick" : "Stun Stick"
794795
"weapon_crowbar" : "Crow Bar"
@@ -818,6 +819,8 @@
818819
1 : "Downtrodden"
819820
2 : "Refugee"
820821
3 : "Rebel"
822+
5 : "Rebel Brute"
823+
6 : "Long Fall"
821824
4 : "Unique"
822825
]
823826

@@ -867,7 +870,15 @@
867870
]
868871

869872
denycommandconcept(string) : "Deny command speech concept" : "" : "If you want your citizens to squad with the player but not obey commands the player gives to move the squad, put a concept here and this citizen will speak the concept instead of obeying the order."
873+
874+
willpowerdisabled(choices) : "Use Willpower System?" : 0 : "Citizens in Entropy : Zero will calculate a 'willpower score' based on their current conditions. If they believe conditions are favorable, they will fight more aggressively. If conditions are unfavorable, they will fear enemies instead of hating them and retreat from combat. In general, citizens that are locked to a single location with limited mobility should have willpower disabled."=
875+
[
876+
0 : "Use willpower"
877+
1 : "Do not use willpower"
878+
]
870879

880+
willpowermodifier(integer) : "Willpower modifier" : 0 : "This value is added to the willpower calculation to make them more brave. (Or more cowardly, if negative) Has no effect if not using the willpower system for the Citizen."
881+
871882
//Inputs
872883
input RemoveFromPlayerSquad(void) : "Remove from player squad, instantly."
873884
input SetExpressionOverride(string) : "Set facial expression override"
@@ -4154,6 +4165,8 @@
41544165
"ACHIEVEMENT_EVENT_PORTAL_KILL_COMPANIONCUBE" : "[PORTAL] Do whatever it takes to survive."
41554166
"ACHIEVEMENT_EVENT_PORTAL_ESCAPE_TESTCHAMBERS" : "[PORTAL] Make the correct party escort submission position decision."
41564167
"ACHIEVEMENT_EVENT_PORTAL_BEAT_GAME" : "[PORTAL] Complete Portal."
4168+
"ACHIEVEMENT_EVENT_EZ_START_GAME" : "[EZ] Began Entropy : Zero (for tracking difficulty achievements)"
4169+
"ACHIEVEMENT_EVENT_EZ_BEAT_GAME" : "[EZ] Complete Entropy : Zero."
41574170
]
41584171

41594172
// Inputs

0 commit comments

Comments
 (0)