Jump to content

Patrick

From Kingpin Wiki
Revision as of 20:29, 4 April 2025 by FREDZ (talk | contribs) (Created page with "<center> {| class="wikitable" |+ Patrick |- | colspan="2" | 300px|Patrick |- | Model: || cast_punk |- | Skin: || 511 130 010 |- | Health: || 100 |- | Weapon: || Tommygun |- | Cash: || 0 |- | Moral: || 0 |- | Acc: || 3 |- | Call: || 3 |} </center> Patrick can be found on map rc1. Voice table: <syntaxhighlight lang="c"> voice_table_t rc_patrick[]= { {NULL, "We could use a guy like you against those Dra...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Patrick
Patrick
Model: cast_punk
Skin: 511 130 010
Health: 100
Weapon: Tommygun
Cash: 0
Moral: 0
Acc: 3
Call: 3

Patrick can be found on map rc1.

Voice table:

voice_table_t rc_patrick[]=
{
	{NULL, "We could use a guy like you against those Dragon fucks",															"We could use a guy like you against those Dragon @*%$#!",											"rc/actors/male/patrick/badass1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
	{NULL, "You want to join our gang, you gotta pass a little test",															"You want to join our gang, you gotta pass a little test",											"rc/actors/male/patrick/badass2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
	{NULL, "We're fightin' a war with the Dragons.  We could use the right kind of help",										"We're fightin' a war with the Dragons.  We could use the right kind of help",						"rc/actors/male/patrick/badass3.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},

	{NULL, "Lesse... clear out all three of those tunnel freaks with nothin' but a crowbar",									"Lesse... clear out all three of those tunnel freaks with nothin' but a crowbar",					"rc/actors/male/patrick/tunnel1.wav",	0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
	{NULL, "If you can waste all three of those fuckers with nothin' but a crowbar you can definitely join in with the jokers",	"If you can waste all three of those @*%$#! with nothin' but a crowbar you can definitely join in with the jokers",		"rc/actors/male/patrick/tunnel2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
																																				
	{NULL, "You ain't showin' us shit just standin' there",																		"You ain't showin' us @*%$#! just standin' there",													"rc/actors/male/patrick/go1.wav",		0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
	{NULL, "You scared of somethin'?",																							"You scared of somethin'?",																			"rc/actors/male/patrick/go2.wav",		0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
																																																											
	{NULL, "You used a fuckin' piece man, that's bullshit",																		"You used a @*%$#! piece man, that's @*%$#!",														"rc/actors/male/patrick/gun1.wav",		0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
	{NULL, "I told you no shootin' motherfucker",																				"I told you no shootin' @*%$#!",																	"rc/actors/male/patrick/gun2.wav",		0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
																																																											
	{NULL, "FIXSOUND: I guess everything we heard about you is true... c'mon, let's go",										"FIXSOUND: I guess everything we heard about you is true... c'mon, let's go",						"rc/actors/male/patrick/nice1.wav",		0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
	{NULL, "Man, you the fuckin' real deal... let's get movin'",																"Man, you the @*%$#! real deal... let's get movin'",												"rc/actors/male/patrick/nice2.wav",		0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
																																																											
	{NULL, "Hey, we're in the middle of a gang war man, don't bother me now",													"Hey, we're in the middle of a gang war man, don't bother me now",									"rc/actors/male/patrick/special1.wav",	0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
	{NULL, "500 bucks, you can join up with us",																				"500 bucks, you can join up with us",																"rc/actors/male/patrick/special2.wav",	0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
	{NULL, "You wasted their asses with a fuckin' crowbar man... we could use a guy like you",									"You wasted their asses with a @*%$#! crowbar man... we could use a guy like you",					"rc/actors/male/patrick/special3.wav",	0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
};