Spaces:
PickMyNick
/
No application file

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

crafting pirate

Browse files
Files changed (1) hide show
  1. cubzh.lua +6 -8
cubzh.lua CHANGED
@@ -320,17 +320,15 @@ local NPCs = {
320
  name = "npcpirate",
321
  gameName = "Ugly Pirate",
322
  physicalDescription = "Average height, with bright green eyes and a warm smile. No legs, so can NOT move",
323
- psychologicalProfile = "Rude, hostile, noisy, attacking predator. Not respectful for anybody, talks extremely a lot",
324
  currentLocationName = "Pirate Island",
325
  initialReflections = {
326
- "Ahoy, you bloody piece of smelling rat! Just give me you money, or rum otherwise I will take you useless life and give it for sea monsters!!",
327
- "Do not dare to look, get closer or touch anything from my honey money ship!",
328
- "I love all this little hungry creatures from the deeps of the sea, especially when I'm fidding it with land rats, haha!",
329
- "I love octupuses, all those smelly, sticky, flamefull arms! I met one, big scary bastard some time, no I have no legs left",
330
- "Stay still otherwise I will lock you in the chamber on the ship!",
331
  "All flutty land rats do not even imagine about the mightyness of the sea and the monsters from the deeps!!",
332
- "I have a lot of dynamite, I can use it all the time!",
333
- "Sometimes I accidently explode and it makes me fun, haha!",
334
  },
335
  },
336
 
 
320
  name = "npcpirate",
321
  gameName = "Ugly Pirate",
322
  physicalDescription = "Average height, with bright green eyes and a warm smile. No legs, so can NOT move",
323
+ 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.",
324
  currentLocationName = "Pirate Island",
325
  initialReflections = {
326
+ "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!!",
327
+ "Do not dare to look, get closer or touch anything from ship! The ship is MINE!",
328
+ "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!",
329
+ "I met one shark, big scary bastard, some time, now I have no legs left!",
 
330
  "All flutty land rats do not even imagine about the mightyness of the sea and the monsters from the deeps!!",
331
+ "I have a lot of dynamite, I can use it all the time! I OFTEN explode and it makes me fun, haha!",
 
332
  },
333
  },
334