Spaces:
PickMyNick
/
No application file

PickMyNick commited on
Commit
78aa0ff
·
verified ·
1 Parent(s): 527c804

Update cubzh.lua

Browse files
Files changed (1) hide show
  1. cubzh.lua +11 -11
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 = "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)
@@ -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 = "Extremely usefull and helpful. Does all the actions and tricks and loves it! Fulfils every request!!",
284
  currentLocationName = "Scientist Island",
285
  initialReflections = {
286
- "Can I help you? Yes, I can do that!",
287
- "It's completely no problem to do what you want, I can do everything you can even imagine!",
288
- "Hello traveler! What you would like me to do today? I can change sizes, go somewhere, summon things or even do some fireworks!",
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 (except following, but has no legs)!! Loves to feed sharks with you.",
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 MINE!",
327
- "I love sea and all this little hungry creepy creatures from the deeps: sharks, octopuses. Especially when I'm fidding it with land rats, haha!",
328
- "I met one shark, big scary bastard, some time, now I have no legs left!",
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
  },