[Good Stuffs] Functions Shift From NPatch #1020
Daiki9527
started this conversation in
Ideas and feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First check
Description
There are many good functions in NPatch, though it has bugs.
A very good function is that upgrade TechnoTypes through Superweapons.
Maybe you can add them to Ares's AE Types.
As far as i know, I've seen SPEED/ARMOR/FIREPOWER/CLOAK, but i would like to add more upgradable abilities, More details are as following:
Upgrade.Type===================Upgrade.Value
VETERAN======================Range:-2,-1,0,1,2(integer only)
SPEED========================Multiply this Value to unit's speed
ARMOR=======================Multiply this Value to unit's armor
FIREPOWER=====================Multiply this Value to unit's firepower
CLOAK========================Any number above 0 means True, any number below 0 means False
SCATTER=======================Any number above 0 means True, any number below 0 means False
ROF=========================Multiply this Value to unit's ROF in its weapons
SIGHT========================Multiply this Value to unit's Sight
TIBERIUM_PROOF================Any number above 0 means True, any number below 0 means False
VEIN_PROOF===================Any number above 0 means True, any number below 0 means False
SELF_HEAL====================Any number above 0 means True, any number below 0 means False
EXPLODES=====================Any number above 0 means True, any number below 0 means False
RADAR_INVISIBLE================Any number above 0 means True, any number below 0 means False
SENSORS=====================Any number above 0 means True, any number below 0 means False, then multiply this Value to unit's SensorsSight, if no SensorsSight exits in unit's code, Upgrade.Value becomes the value of SensorsSight.
FEARLESS(no effect for Vehicles)=======Any number above 0 means True, any number below 0 means False
C4(no effect for Vehicles)===========Any number above 0 means True, any number below 0 means False
TIBERIUM_HEAL=================Any number above 0 means True, any number below 0 means False
GUARD_AREA==================Any number above 0 means True, any number below 0 means False, causes unit to automatically enter a guard mission when idle
CRUSHER(no effect for Infantries)======Any number above 0 means True, any number below 0 means False
Upgrade.X.ValueOverwrite
X could be VETERAN/SPEED/ROF/SIGHT/SENSORS/GUARD_AREA
Overwrite:unit's veteran/Speed/ROF/Sight/SensorsSight/GuardRange
VETERAN:integer only
INI code
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions