added lady pellatt
This commit is contained in:
@@ -2,4 +2,9 @@ Enemy Name: Henry Pellatt
|
||||
Description: The owner of the Castle
|
||||
Starting Room: Circle Room
|
||||
Damage Given: 25
|
||||
Loot: Crowbar
|
||||
Enemy Name: Lady Pellatt
|
||||
Description: The wife to the owner of the Castle
|
||||
Starting Room: Lady Pellatt's Bedroom
|
||||
Damage Given: 25
|
||||
Loot: Crowbar
|
||||
@@ -2,7 +2,7 @@ Room name: Circle Room
|
||||
Room Description: You are in a circular room. The windows to the east are covered with boards that<br>let in just enough light to see. You spot a man in a tailored suit moving some crates around.
|
||||
Locked: false
|
||||
Boarded: false
|
||||
Items: Lightbulb,Candlestick,Sword
|
||||
Items: Lightbulb,Candlestick
|
||||
Riddler: "Hello there. My name is Kevin and I am Sir Pellatt's butler. I understand that my master<comma><br>Sir Pellatt has wrongfully imprisoned you. If you answer my riddle<comma> I can give you something to<br>help you with your escape - nothing comes for free you know!", "What goes moo?", "Cows", Lockpick
|
||||
Exit Rooms: W-Apple Hallway
|
||||
|
||||
@@ -146,7 +146,7 @@ Room name: Evergreen Bedroom
|
||||
Room Description: Oh look! Another bedroom! How exciting! This one's walls are even green this time.<br>Cool!
|
||||
Locked: false
|
||||
Boarded: false
|
||||
Items:
|
||||
Items:Sword
|
||||
Riddler:
|
||||
Exit Rooms: N-Silver Stairs (2nd Floor), W-Aspen Bedroom
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ absorb, eat
|
||||
drink, eat
|
||||
i, inventory
|
||||
henry, henrypellatt
|
||||
pellatt, henrypellatt
|
||||
lady, ladypellatt
|
||||
shaving, shavingcream
|
||||
cream, shavingcream
|
||||
water, waterbottle
|
||||
|
||||
@@ -64,4 +64,5 @@ clock, item
|
||||
keyboard, item
|
||||
lightbulb, item
|
||||
craft, verb
|
||||
batteringram, item
|
||||
batteringram, item
|
||||
ladypellatt, enemy
|
||||
@@ -304,7 +304,7 @@ class Game {
|
||||
}else if(!command.hasDirection()){
|
||||
System.out.println("In what direction do you want to go in?");
|
||||
}else {
|
||||
System.out.println("What do you want to open the door with?");
|
||||
System.out.println("What do you want to unlock the door with?");
|
||||
}
|
||||
boolean hasCrowbar = false;
|
||||
for(int i =0; i<player.getInventory().size(); i++) {
|
||||
@@ -329,7 +329,7 @@ class Game {
|
||||
}else if(!command.hasDirection()){
|
||||
|
||||
}else {
|
||||
|
||||
System.out.println("What do you want to unboard the door with?");
|
||||
}
|
||||
break;
|
||||
case "go": case "n": case "s": case "e": case "w": case "north": case "south": case "west": case "east": case "up": case "down": case "d": case "u":
|
||||
|
||||
Reference in New Issue
Block a user