Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
TL_DAMAGE is a whole number for Jem's down special temporal light. Default:200
TL_FLAG is a boolean to state weather to activate the TL_DAMAGE AND TL_COUNTER Default:False
TL_COUNTER is a whole number of frames before Jem takes damage from the attack. Default:60
user event 6 is the death box creator but the damage may be moved into here.
Gauge values
TL_MBBool is a boolean on weather to double the damage this is activated from the cheat in the munophone
gauge_val is the current multiplier to be applied to the attack the normal values are between 0-4 in which each stock starts at 1
misc/compatability variables (note these are specific to this character not with the other)
title_counter this is a mod 5 value that selects which compatability variables to use
tt_cntr is the total number of times Jem has been hit with a attack
added a section in the other_pre_draw event that sets the variables when the overrides are called.(note if you want to delay/shorten the self damage interval you have to overrides to false)
added a modifiable variable for the maximum self damage Jem can take before loosing a stock called TL_LIMIT this defaults to 500.
added TL_OVERRIDE this tells the damage function to ignore the default setter for TL_DAMAGE,TL_COUNTER,TL_LIMIT this also triggers the setter in other_pre_draw event