mahlendur/_work/Data/Scripts/System/VisualFX/Hero_Hurt.d
Daniel Heße 892a40ff0f Initial commit with Subversion-codebase from 13/05/2022.
Cleaned up the mess, at this time, only viable data get synced (_work directory for Gothic-data, miranda for mdc-scripts.
Need to symlink files to a working directory.
2022-05-13 17:38:52 +02:00

18 lines
No EOL
459 B
D

/***********************************\
BLOODSPLATS
\***********************************/
/* Diese Instanz wird in der Bloodsplats.d verwendet
* und gehört in Scripts/System/VisualFX/VisualFxInst.d
*/
instance HERO_HURT(CFx_Base_Proto)
{
visName_S = "screenblend.scx";
userString[0] = "0.1";
userString[1] = "128 0 0 64";
userString[2] = "0.1";
userString[3] = "";
visAlphaBlendFunc_S = "ADD";
emFXLifeSpan = 0.1;
};