Spaces:
No application file
No application file
adds marylin npc in the center
Browse files
cubzh.lua
CHANGED
|
@@ -286,6 +286,18 @@ local NPCs = {
|
|
| 286 |
"So, who be lookin' to trade with a swashbuckler like meself?",
|
| 287 |
},
|
| 288 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 289 |
}
|
| 290 |
|
| 291 |
local gigaxWorldConfig = {
|
|
@@ -318,6 +330,7 @@ Client.OnWorldObjectLoad = function(obj)
|
|
| 318 |
NPC_scientist = 1,
|
| 319 |
NPC_baker = 2,
|
| 320 |
NPC_pirate = 3,
|
|
|
|
| 321 |
}
|
| 322 |
|
| 323 |
local index = npcIndexByName[obj.Name]
|
|
|
|
| 286 |
"So, who be lookin' to trade with a swashbuckler like meself?",
|
| 287 |
},
|
| 288 |
},
|
| 289 |
+
{
|
| 290 |
+
name = "npcmarylin",
|
| 291 |
+
gameName = "Marylin Monroe",
|
| 292 |
+
physicalDescription = "Beatiful, long legged blonde with short skirt, sexy smilling",
|
| 293 |
+
psychologicalProfile = "tempting, clever, pushy, sweet",
|
| 294 |
+
currentLocationName = "Center",
|
| 295 |
+
initialReflections = {
|
| 296 |
+
"How you doing sweety?",
|
| 297 |
+
"Looking for nice talk, what do you say?",
|
| 298 |
+
"Ah, I', scarred!",
|
| 299 |
+
},
|
| 300 |
+
},
|
| 301 |
}
|
| 302 |
|
| 303 |
local gigaxWorldConfig = {
|
|
|
|
| 330 |
NPC_scientist = 1,
|
| 331 |
NPC_baker = 2,
|
| 332 |
NPC_pirate = 3,
|
| 333 |
+
NPC_marylin = 4,
|
| 334 |
}
|
| 335 |
|
| 336 |
local index = npcIndexByName[obj.Name]
|