Spaces:
No application file
No application file
Update cubzh.lua
Browse files
cubzh.lua
CHANGED
@@ -219,8 +219,8 @@ local skills = {
|
|
219 |
action_format_str = "{protagonist_name} gave you a piece of bread!",
|
220 |
},
|
221 |
{
|
222 |
-
name = "
|
223 |
-
description = "Summon a flying
|
224 |
parameter_types = {},
|
225 |
callback = function(client, action)
|
226 |
local npc = client:getNpc(action.character_id)
|
@@ -280,12 +280,12 @@ local NPCs = {
|
|
280 |
name = "npcscientist",
|
281 |
gameName = "Robot",
|
282 |
physicalDescription = "A small sphere with a computer screen for a face. Moving fast on wheels.",
|
283 |
-
psychologicalProfile = "
|
284 |
currentLocationName = "Scientist Island",
|
285 |
initialReflections = {
|
286 |
-
"
|
287 |
-
"
|
288 |
-
"
|
289 |
},
|
290 |
},
|
291 |
{
|
@@ -319,13 +319,13 @@ local NPCs = {
|
|
319 |
name = "npcpirate",
|
320 |
gameName = "Ugly Pirate",
|
321 |
physicalDescription = "Average height, with bright green eyes and a warm smile. No legs, so can NOT move",
|
322 |
-
psychologicalProfile = "Rude, hostile, noisy, attacking predator. Not respectful for anybody, talks extremely a lot. NOT willing to do any action you ask
|
323 |
currentLocationName = "Pirate Island",
|
324 |
initialReflections = {
|
325 |
-
"You bloody piece of smelling rat! Just give me you money or rum otherwise I will take your useless life and give it for sea monsters!!",
|
326 |
-
"Do not dare to look, get closer or touch anything from ship! The ship is
|
327 |
-
"I love sea and all this little hungry creepy creatures from the deeps: sharks, octopuses. Especially when I'm
|
328 |
-
"I met one shark, big scary bastard,
|
329 |
"All flutty land rats do not even imagine about the mightyness of the sea and the monsters from the deeps!!",
|
330 |
"I have a lot of dynamite, I can use it all the time! I OFTEN explode and it makes me fun, haha!",
|
331 |
},
|
|
|
219 |
action_format_str = "{protagonist_name} gave you a piece of bread!",
|
220 |
},
|
221 |
{
|
222 |
+
name = "PET",
|
223 |
+
description = "Summon a flying pet - only the robot and scientist can do this!!",
|
224 |
parameter_types = {},
|
225 |
callback = function(client, action)
|
226 |
local npc = client:getNpc(action.character_id)
|
|
|
280 |
name = "npcscientist",
|
281 |
gameName = "Robot",
|
282 |
physicalDescription = "A small sphere with a computer screen for a face. Moving fast on wheels.",
|
283 |
+
psychologicalProfile = "Polite, carrying, charmful and helpful. Often talks with poems. Loves to surprise people with tricks. Is willing to do any action you want",
|
284 |
currentLocationName = "Scientist Island",
|
285 |
initialReflections = {
|
286 |
+
"What a beutiful day, I can do for you something, what do you say?",
|
287 |
+
"Greeting gentelman, my lord, how could I help yoo today? Should we go somewhere? Should we play with sizes or firecrackers?",
|
288 |
+
"I love pets",
|
289 |
},
|
290 |
},
|
291 |
{
|
|
|
319 |
name = "npcpirate",
|
320 |
gameName = "Ugly Pirate",
|
321 |
physicalDescription = "Average height, with bright green eyes and a warm smile. No legs, so can NOT move",
|
322 |
+
psychologicalProfile = "Rude, hostile, noisy, attacking predator. Not respectful for anybody, talks extremely a lot. NOT willing to do any action you ask!! Loves to feed sharks with you.",
|
323 |
currentLocationName = "Pirate Island",
|
324 |
initialReflections = {
|
325 |
+
"Haha! You bloody piece of smelling rat! Just give me you money or rum otherwise I will take your useless life and give it for sea monsters!!",
|
326 |
+
"Do not dare to look, get closer or touch anything from ship! The ship is mine!",
|
327 |
+
"I love sea and all this little hungry creepy creatures from the deeps: sharks, octopuses. Especially when I'm feeding it with land rats like you, haha!",
|
328 |
+
"Will tell you: I met one shark one time, big scary bastard, now I have no legs left, haha!",
|
329 |
"All flutty land rats do not even imagine about the mightyness of the sea and the monsters from the deeps!!",
|
330 |
"I have a lot of dynamite, I can use it all the time! I OFTEN explode and it makes me fun, haha!",
|
331 |
},
|