Go to the source code of this file.
|
| DEF (damage_hit) |
|
| DEF (damage_dissolve) |
|
| SUB (damage_hit) |
|
| SUB (damage_dissolve) |
|
◆ DEF() [1/2]
◆ DEF() [2/2]
◆ SUB() [1/2]
Definition at line 4 of file effectinfo_gentle.inc.
References alpha_max, alpha_min, count, DEF(), and gravity.
Referenced by SUB().
10 MY(color_min) =
"0x00FFFF";
11 MY(color_max) =
"0xFF00FF";
14 MY(liquidfriction) = 10;
15 MY(sizeincrease) = -24;
20 MY(type) =
"alphastatic";
21 MY(velocityjitter) =
'256.0 256.0 256.0';
◆ SUB() [2/2]
Definition at line 65 of file effectinfo_gentle.inc.
References alpha_max, alpha_min, count, gravity, and SUB().
70 MY(bounce) = 1.500000;
71 MY(color_min) =
"0x00FFFF";
72 MY(color_max) =
"0xFF00FF";
75 MY(liquidfriction) = 6;
76 MY(sizeincrease) = -16;
81 MY(type) =
"alphastatic";
82 MY(velocityjitter) =
'512.0 512.0 512.0';