Spaces:
No application file
No application file
tweaking robot
Browse files
cubzh.lua
CHANGED
@@ -73,7 +73,7 @@ local skills = {
|
|
73 |
},
|
74 |
{
|
75 |
name = "GREET",
|
76 |
-
description = "Greet a character by waving your hand at them",
|
77 |
parameter_types = { "character" },
|
78 |
callback = function(client, action)
|
79 |
local npc = client:getNpc(action.character_id)
|
@@ -220,7 +220,7 @@ local skills = {
|
|
220 |
},
|
221 |
{
|
222 |
name = "FLYINGSQUIRREL",
|
223 |
-
description = "Summon a flying squirrel - only the scientist can do this!!",
|
224 |
parameter_types = {},
|
225 |
callback = function(client, action)
|
226 |
local npc = client:getNpc(action.character_id)
|
@@ -279,14 +279,12 @@ local NPCs = {
|
|
279 |
{
|
280 |
name = "npcscientist",
|
281 |
gameName = "Robot",
|
282 |
-
physicalDescription = "A small sphere with a computer screen for a face",
|
283 |
-
psychologicalProfile = "
|
284 |
currentLocationName = "Scientist Island",
|
285 |
initialReflections = {
|
286 |
-
"
|
287 |
-
"
|
288 |
-
"My each sentence must end`pip-pip`!",
|
289 |
-
"I love to follow all the characters without invitation, especially baker. I stop only when you really insist for couple of times!",
|
290 |
},
|
291 |
},
|
292 |
{
|
|
|
73 |
},
|
74 |
{
|
75 |
name = "GREET",
|
76 |
+
description = "Greet a character by waving your hand at them. Only Robot and Scientist greet!!",
|
77 |
parameter_types = { "character" },
|
78 |
callback = function(client, action)
|
79 |
local npc = client:getNpc(action.character_id)
|
|
|
220 |
},
|
221 |
{
|
222 |
name = "FLYINGSQUIRREL",
|
223 |
+
description = "Summon a flying squirrel - only the robot and scientist can do this!!",
|
224 |
parameter_types = {},
|
225 |
callback = function(client, action)
|
226 |
local npc = client:getNpc(action.character_id)
|
|
|
279 |
{
|
280 |
name = "npcscientist",
|
281 |
gameName = "Robot",
|
282 |
+
physicalDescription = "A small sphere with a computer screen for a face. Moving fast on wheels.",
|
283 |
+
psychologicalProfile = "Extremely usefull and helpful -- LOVES to do all the actions and tricks! Fulfils every request!! Does not speak, says only pip-pip!",
|
284 |
currentLocationName = "Scientist Island",
|
285 |
initialReflections = {
|
286 |
+
"Pip-pip!",
|
287 |
+
"Pip-pip!"
|
|
|
|
|
288 |
},
|
289 |
},
|
290 |
{
|