Blunt: Difference between revisions
Appearance
Created page with "<center> {| class="wikitable" |+ Blunt |- | colspan="2" | 300px|Blunt |- | Model: || cast_whore |- | Skin: || 080 059 059 |- | Health: || 150000 |- | Weapon: || HMG |- | Cash: || 0 |- | Moral: || 0 |- | Acc: || 2 |- | Call: || 3 |} </center> Blunt can be found on map rcboss2. Voice table: <syntaxhighlight lang="c"> voice_table_t blunt[] = { {NULL, "", "", "actors/female/blunt/death1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_..." |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
| colspan="2" | [[File:Blunt.png|300px|Blunt]] | | colspan="2" | [[File:Blunt.png|300px|Blunt]] | ||
|- | |- | ||
| Model: || cast_whore | | Model: || [[Entities_Cast#cast_whore|cast_whore]] | ||
|- | |- | ||
| Skin: || 080 059 059 | | Skin: || 080 059 059 | ||
Line 11: | Line 11: | ||
| Health: || 150000 | | Health: || 150000 | ||
|- | |- | ||
| Weapon: || HMG | | Weapon: || [[Weapons|HMG]] | ||
|- | |- | ||
| Cash: || 0 | | Cash: || 0 | ||
Line 22: | Line 22: | ||
|} | |} | ||
</center> | </center> | ||
Blunt can be found on [[maps|map]] rcboss2. | Blunt can be found on [[maps|map]] pv_boss, kpcut3, kpcut4 & rcboss2. | ||
Voice table: | Voice table: |
Latest revision as of 22:55, 4 April 2025
![]() | |
Model: | cast_whore |
Skin: | 080 059 059 |
Health: | 150000 |
Weapon: | HMG |
Cash: | 0 |
Moral: | 0 |
Acc: | 2 |
Call: | 3 |
Blunt can be found on map pv_boss, kpcut3, kpcut4 & rcboss2.
Voice table:
voice_table_t blunt[] =
{
{NULL, "", "", "actors/female/blunt/death1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NONE},
{NULL, "", "", "actors/female/blunt/death1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NONE},
{NULL, "Oh, I gotta go pee", "Oh, I gotta go pee", "actors/female/blunt/pain1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NONE},
{NULL, "", "", "actors/female/blunt/pain2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NONE},
{NULL, "", "", "actors/female/blunt/pain3.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NONE},
{NULL, "", "", "actors/female/blunt/pain4.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NONE},
{NULL, "You hurt him, you die!", "You hurt him, you die!", "actors/female/blunt/fight1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "Let's dance, motherfucker!", "Let's dance, @*%$#!", "actors/female/blunt/fight2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "I'm gonna unload in your fucking face!", "I'm gonna unload in your @*%$#! face!", "actors/female/blunt/fight3.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "You like to watch? Well, watch this!", "You like to watch? Well, watch this!", "actors/female/blunt/fight4.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "I'll execute you motherfucker!", "I'll execute you @*%$#!!", "actors/female/blunt/funny1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "Let's do it... right here, right now!", "Let's do it... right here, right now!", "actors/female/blunt/funny2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "Are you gonna give me a fuckin' problem?", "Are you gonna give me a @*%$#! problem?", "actors/female/blunt/funny3.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "You're getting me all worked up!", "You're getting me all worked up!", "actors/female/blunt/funny4.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "I'm talking to you, motherfucker!", "I'm talking to you, @*%$#!", "actors/female/blunt/funny5.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "I never thanked you for dinner!", "I never thanked you for dinner!", "actors/female/blunt/funny6.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
};