-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDECORATE.txt
41 lines (34 loc) · 1.05 KB
/
DECORATE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// A necessary evil, this file is for compatibility purposes.
ACTOR C_BloodSquirt : BloodSquirt replaces Blood {}
ACTOR C_BlueBloodSquirt : BloodSquirt replaces BlueBlood
{
Translation "0:255=%[0,0,0.8]:[0,0,0.8]"
}
ACTOR C_GreenBloodSquirt : BloodSquirt replaces GreenBlood
{
Translation "0:255=%[0,0.78,0]:[0,0.78,0]"
}
ACTOR C_BloodSplatter : BloodSquirt replaces BloodSplatter {}
// Hideous Destructor compatibility
ACTOR C_HideousTrail : DropletsTrail replaces HDBloodTrailFloor {}
// Doom Tribute compatibility
ACTOR C_BlueBlood_LM : BloodSquirt replaces BlueBlood_LM
{
Translation "0:255=%[0,0,0.8]:[0,0,0.8]"
}
ACTOR C_GreenBlood_LM : BloodSquirt replaces GreenBlood_LM
{
Translation "0:255=%[0,0.78,0]:[0,0.78,0]"
}
ACTOR C_YellowBlood_LM : BloodSquirt replaces YellowBlood_LM
{
Translation "0:255=%[0.8,0.8,0]:[0.8,0.8,0]"
}
ACTOR C_OrangeBlood_LM : BloodSquirt replaces OrangeBlood_LM
{
Translation "0:255=%[0.8,0.4,0]:[0.8,0.4,0]"
}
ACTOR C_BlackBlood_LM : BloodSquirt replaces BlackBlood_LM
{
Translation "0:255=%[0.15,0.1,0.05]:[0.15,0.1,0.05]"
}