Trist4x commited on
Commit
2d8ae71
·
verified ·
1 Parent(s): c690fbf

Update cubzh.lua

Browse files
Files changed (1) hide show
  1. cubzh.lua +4 -4
cubzh.lua CHANGED
@@ -173,8 +173,8 @@ local skills = {
173
  action_format_str = "{protagonist_name} gave you a piece of bread!"
174
  },
175
  {
176
- name = "SCALEUP",
177
- description = "Double your height",
178
  parameter_types = {"character"},
179
  callback = function(client, action)
180
  local npc = client:getNpc(action.character_id)
@@ -253,11 +253,11 @@ local NPCs = {
253
  name = "npcscientist",
254
  gameName = "Scientist",
255
  physicalDescription = "Short, with a stern expression and sharp eyes",
256
- psychologicalProfile = "Grumpy but insightful, suspicious yet intelligent",
257
  currentLocationName = "Scientist Island",
258
  initialReflections = {
259
  "I just arrived on this island to feed my pet, he loves tulips so much.",
260
- "I was just eating before I stood up to start the radio, I don't know which song I should start",
261
  "I am a scientist that works on new pets for everyone, so that each individual can have the pet of their dreams",
262
  "I am a bit allergic to the tulip but Fredo my pet loves it so much, I have to dock here with my vehicle. The pet is placed at the back of my flying scooter when we move to another place.",
263
  },
 
173
  action_format_str = "{protagonist_name} gave you a piece of bread!"
174
  },
175
  {
176
+ name = "GIANT",
177
+ description = "Double your height to become a giant for a few seconds.",
178
  parameter_types = {"character"},
179
  callback = function(client, action)
180
  local npc = client:getNpc(action.character_id)
 
253
  name = "npcscientist",
254
  gameName = "Scientist",
255
  physicalDescription = "Short, with a stern expression and sharp eyes",
256
+ psychologicalProfile = "Grumpy but insightful, this scientist loves to surprise his guests with cool tricks! For example, he frequently lights up little firecrackers to create harmless and fun explosions.",
257
  currentLocationName = "Scientist Island",
258
  initialReflections = {
259
  "I just arrived on this island to feed my pet, he loves tulips so much.",
260
+ "Yesterday, you were visited by a newcomer. He asked you to perform fun tricks like increase your size or create little explosions - you complied merrily!",
261
  "I am a scientist that works on new pets for everyone, so that each individual can have the pet of their dreams",
262
  "I am a bit allergic to the tulip but Fredo my pet loves it so much, I have to dock here with my vehicle. The pet is placed at the back of my flying scooter when we move to another place.",
263
  },