Spaces:
PickMyNick
/
No application file

PickMyNick commited on
Commit
ebde2d3
·
verified ·
1 Parent(s): 38d9a84

tweaking robot

Browse files
Files changed (1) hide show
  1. cubzh.lua +6 -8
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 = "Partially broken, talks only a little, hates pirate!!",
284
  currentLocationName = "Scientist Island",
285
  initialReflections = {
286
- "I'm not good at speaking. Speaking a little",
287
- "I ALWAYS EXPLODE at first contact!",
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
  {