|
@@ -295,7 +295,8 @@ class Setup {
|
|
|
"ratsword",
|
|
"ratsword",
|
|
|
"a steel sword, expertly crafted by the Swordsmith Rat",
|
|
"a steel sword, expertly crafted by the Swordsmith Rat",
|
|
|
"Schmorn attacks with the ratsword.",
|
|
"Schmorn attacks with the ratsword.",
|
|
|
- 10
|
|
|
|
|
|
|
+ 10,
|
|
|
|
|
+ "images/items/ratsword.png"
|
|
|
);
|
|
);
|
|
|
swordsmithRatsLair.addObject(sword);
|
|
swordsmithRatsLair.addObject(sword);
|
|
|
|
|
|
|
@@ -304,7 +305,8 @@ class Setup {
|
|
|
"a huge, menacing key, made out of black iron",
|
|
"a huge, menacing key, made out of black iron",
|
|
|
"Schmorn used the key to unlock the dark passage.",
|
|
"Schmorn used the key to unlock the dark passage.",
|
|
|
new Room[]{crossroads},
|
|
new Room[]{crossroads},
|
|
|
- crossroadsDarkEntrancePassageBlockage
|
|
|
|
|
|
|
+ crossroadsDarkEntrancePassageBlockage,
|
|
|
|
|
+ "images/items/dark_key.png"
|
|
|
);
|
|
);
|
|
|
guardRoom.addObject(darkKey);
|
|
guardRoom.addObject(darkKey);
|
|
|
|
|
|
|
@@ -313,7 +315,8 @@ class Setup {
|
|
|
"a small, golden, delicate key",
|
|
"a small, golden, delicate key",
|
|
|
"Schmorn used the key to unlock the kitchen door.",
|
|
"Schmorn used the key to unlock the kitchen door.",
|
|
|
new Room[]{crossroads},
|
|
new Room[]{crossroads},
|
|
|
- crossroadsRoyalKitchensEntrancePassageBlockage
|
|
|
|
|
|
|
+ crossroadsRoyalKitchensEntrancePassageBlockage,
|
|
|
|
|
+ "images/items/kitchen_key.png"
|
|
|
);
|
|
);
|
|
|
shadowChamber.addObject(kitchenKey);
|
|
shadowChamber.addObject(kitchenKey);
|
|
|
|
|
|
|
@@ -322,7 +325,8 @@ class Setup {
|
|
|
"a mysteriously shaped stone that is so cold it hurts to touch",
|
|
"a mysteriously shaped stone that is so cold it hurts to touch",
|
|
|
"Schmorn inserted the stone into the lift panel.",
|
|
"Schmorn inserted the stone into the lift panel.",
|
|
|
new Room[]{crossroads},
|
|
new Room[]{crossroads},
|
|
|
- crossroadsDungeonExitPassageBlockage
|
|
|
|
|
|
|
+ crossroadsDungeonExitPassageBlockage,
|
|
|
|
|
+ "images/items/frozen_stone.png"
|
|
|
);
|
|
);
|
|
|
prisonsEnd.addObject(frozenStone);
|
|
prisonsEnd.addObject(frozenStone);
|
|
|
|
|
|
|
@@ -331,7 +335,8 @@ class Setup {
|
|
|
"a blood-red stone, always wet with fresh blood, which cannot be washed off",
|
|
"a blood-red stone, always wet with fresh blood, which cannot be washed off",
|
|
|
"Schmorn inserted the stone into the lift panel.",
|
|
"Schmorn inserted the stone into the lift panel.",
|
|
|
new Room[]{crossroads},
|
|
new Room[]{crossroads},
|
|
|
- crossroadsDungeonExitPassageBlockage
|
|
|
|
|
|
|
+ crossroadsDungeonExitPassageBlockage,
|
|
|
|
|
+ "images/items/blood_stone.png"
|
|
|
);
|
|
);
|
|
|
pathwaysEnd.addObject(bloodStone);
|
|
pathwaysEnd.addObject(bloodStone);
|
|
|
|
|
|
|
@@ -340,7 +345,8 @@ class Setup {
|
|
|
"a mysteriously shaped stone that is so hot it's almost impossible to carry",
|
|
"a mysteriously shaped stone that is so hot it's almost impossible to carry",
|
|
|
"Schmorn inserted the stone into the lift panel.",
|
|
"Schmorn inserted the stone into the lift panel.",
|
|
|
new Room[]{crossroads},
|
|
new Room[]{crossroads},
|
|
|
- crossroadsDungeonExitPassageBlockage
|
|
|
|
|
|
|
+ crossroadsDungeonExitPassageBlockage,
|
|
|
|
|
+ "images/items/fire_stone.png"
|
|
|
);
|
|
);
|
|
|
kitchensEnd.addObject(fireStone);
|
|
kitchensEnd.addObject(fireStone);
|
|
|
|
|
|
|
@@ -348,7 +354,8 @@ class Setup {
|
|
|
"unbreakable ladle",
|
|
"unbreakable ladle",
|
|
|
"a mighty weapon, the most prized possession of the Head Chef, stronger than any sword",
|
|
"a mighty weapon, the most prized possession of the Head Chef, stronger than any sword",
|
|
|
"Schmorn performs a powerful attack with the mighy Unbreakable Ladle.",
|
|
"Schmorn performs a powerful attack with the mighy Unbreakable Ladle.",
|
|
|
- 20
|
|
|
|
|
|
|
+ 20,
|
|
|
|
|
+ "images/items/unbreakable_ladle.png"
|
|
|
);
|
|
);
|
|
|
royalKitchensEntrance.addObject(unbreakableLadle);
|
|
royalKitchensEntrance.addObject(unbreakableLadle);
|
|
|
|
|
|