Jump to content

Lisa: Difference between revisions

From Kingpin Wiki
Created page with "<center> {| class="wikitable" |+ Lisa |- | colspan="2" | 300px|Lisa |- | Model: || cast_bitch |- | Skin: || 012 015 012 |- | Health: || 120 |- | Weapon: || Pipe |- | Cash: || 8 |- | Moral: || 1 |- | Acc: || 5 |- | Call: || 3 |} </center> Lisa can be found on map sr1. Voice table: <syntaxhighlight lang="c"> voice_table_t lisa_specific[] = { {NULL, "You might want to try Pawn-o-Matic", "You might want to try Pawn-o-Matic", "actors/femal..."
 
No edit summary
 
Line 5: Line 5:
| colspan="2" | [[File:Lisa.png|300px|Lisa]]
| colspan="2" | [[File:Lisa.png|300px|Lisa]]
|-
|-
| Model: || cast_bitch
| Model: || [[Entities_Cast#cast_bitch|cast_bitch]]
|-
|-
| Skin: || 012 015 012
| Skin: || 012 015 012
Line 11: Line 11:
| Health: || 120
| Health: || 120
|-
|-
| Weapon: || Pipe
| Weapon: || [[Weapons|Pipe]]
|-
|-
| Cash: || 8
| Cash: || 8

Latest revision as of 00:06, 3 April 2025

Lisa
Lisa
Model: cast_bitch
Skin: 012 015 012
Health: 120
Weapon: Pipe
Cash: 8
Moral: 1
Acc: 5
Call: 3

Lisa can be found on map sr1.

Voice table:

voice_table_t lisa_specific[] =
{
	{NULL, "You might want to try Pawn-o-Matic",					"You might want to try Pawn-o-Matic",					"actors/female/lisa_specific/pawnomatic1.wav",		0, {0,0,0,0,0},0, 0 , TT_POSITIVE},	// profanity level 3
	{NULL, "Try that Pawn-o-Matic down the street",					"Try that Pawn-o-Matic down the street",				"actors/female/lisa_specific/pawnomatic2.wav",		0, {0,0,0,0,0},0,0 , TT_POSITIVE},
//2
	{NULL, "Yo man, you'd best find a piece",						"Yo man, you'd best find a piece",						"actors/female/lisa_specific/findpiece.wav",		0, {0,0,0,0,0},0, 0, TT_POSITIVE }, // first time they see you
	{NULL, "You'd best get strapped",								"You'd best get strapped",								"actors/female/lisa_specific/getstrapped.wav",		0, {0,0,0,0,0},0, 0 , TT_POSITIVE},	// if you leave
	{NULL, "You gonna need a gun",									"You gonna need a gun",									"actors/female/lisa_specific/needgun.wav",			0, {0,0,0,0,0},0, 0 , TT_POSITIVE},	// if you come back after leaving
//5
	{NULL, "You betta back off, those guys'll rip you to shreds",	"You betta back off, those guys'll rip you to shreds",	"actors/female/lisa_specific/ripshreds.wav",		0, {0,0,0,0,0},0,0 , TT_POSITIVE},
	{NULL, "They'll tear you up",									"They'll tear you up",									"actors/female/lisa_specific/tearup.wav",			0, {0,0,0,0,0},0,0 , TT_POSITIVE},
	{NULL, "There's some tough motherfuckers back there",			"There's some tough @*%$#!s back there",				"actors/female/lisa_specific/toughbastards.wav",	0, {0,0,0,0,0},0,0 , TT_POSITIVE},
	
};