Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
effectinfo_gentle_morphed.inc File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 DEF (morphed_damage_dissolve)
 DEF (morphed_damage_hit)
 SUB (morphed_damage_dissolve)
 SUB (morphed_damage_hit)

Function Documentation

◆ DEF() [1/2]

DEF ( morphed_damage_dissolve )

◆ DEF() [2/2]

DEF ( morphed_damage_hit )

◆ SUB() [1/2]

SUB ( morphed_damage_dissolve )

Definition at line 40 of file effectinfo_gentle_morphed.inc.

40 {
41 MY(airfriction) = 8;
42 MY(alpha_min) = 456;
43 MY(alpha_max) = 456;
44 MY(alpha_fade) = 1828;
45 MY(color_min) = "0xffffff";
46 MY(color_max) = "0x9271fb";
47 MY(count) = 10;
48 MY(gravity) = -1.900000;
49 MY(liquidfriction) = 6;
50 MY(startangle_min) = -180;
51 MY(startangle_max) = 180;
52 MY(spin_min) = -399;
53 MY(spin_max) = -99;
54 MY(sizeincrease) = -16;
55 MY(size_min) = 40;
56 MY(size_max) = 40;
57 MY(tex_min) = 43;
58 MY(tex_max) = 43;
59 MY(type) = "smoke";
60 MY(velocityjitter) = '256.0 256.0 512.0';
61}
float count
Definition powerups.qc:22
float gravity
Definition items.qh:17
MY(alpha_min)
float alpha_min
Definition models.qh:20
float alpha_max
Definition models.qh:20

References alpha_max, alpha_min, count, gravity, and MY().

◆ SUB() [2/2]

SUB ( morphed_damage_hit )

Definition at line 3 of file effectinfo_gentle_morphed.inc.

3 {
4 MY(airfriction) = 5;
5 MY(alpha_min) = 128;
6 MY(alpha_max) = 128;
7 MY(alpha_fade) = 292;
8 MY(color_min) = "0xffffff";
9 MY(color_max) = "0x9271fb";
10 MY(count) = 0.500000;
11 MY(gravity) = -0.400000;
12 MY(liquidfriction) = 10;
13 MY(sizeincrease) = -24;
14 MY(size_min) = 14;
15 MY(size_max) = 24;
16 MY(tex_min) = 43;
17 MY(tex_max) = 43;
18 MY(type) = "spark";
19 MY(velocityjitter) = '356.0 356.0 456.0';
20}

References alpha_max, alpha_min, count, gravity, and MY().