gemwarrior 0.15.4 → 0.15.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +3 -1
- data/README.md +44 -44
- data/bin/gemwarrior +6 -5
- data/data/default_world.yaml +66 -66
- data/data/fantasy_names.yaml +4223 -4223
- data/gemwarrior.gemspec +44 -43
- data/lib/gemwarrior/entities/entity.rb +1 -0
- data/lib/gemwarrior/entities/item.rb +3 -3
- data/lib/gemwarrior/entities/items/apple.rb +11 -0
- data/lib/gemwarrior/entities/items/cup.rb +5 -0
- data/lib/gemwarrior/entities/items/dehumidifier.rb +6 -1
- data/lib/gemwarrior/entities/items/feather.rb +5 -0
- data/lib/gemwarrior/entities/items/flower.rb +5 -0
- data/lib/gemwarrior/entities/items/keystone.rb +5 -0
- data/lib/gemwarrior/entities/items/pedestal.rb +20 -20
- data/lib/gemwarrior/entities/items/stonemite.rb +5 -0
- data/lib/gemwarrior/entities/people/arena_master.rb +49 -49
- data/lib/gemwarrior/entities/people/rockney.rb +2 -2
- data/lib/gemwarrior/entities/people/ware_hawker.rb +3 -3
- data/lib/gemwarrior/entities/person.rb +3 -2
- data/lib/gemwarrior/entities/player.rb +15 -11
- data/lib/gemwarrior/entities/weapon.rb +1 -1
- data/lib/gemwarrior/evaluator.rb +4 -3
- data/lib/gemwarrior/inventory.rb +11 -5
- data/lib/gemwarrior/misc/audio.rb +65 -36
- data/lib/gemwarrior/misc/audio_cues.rb +71 -7
- data/lib/gemwarrior/misc/bloops_cues.rb +63 -5
- data/lib/gemwarrior/misc/name_generator.rb +7 -7
- data/lib/gemwarrior/repl.rb +131 -17
- data/lib/gemwarrior/version.rb +1 -1
- data/tests/compare_versions.rb +18 -0
- data/tests/getch_test.rb +9 -0
- data/tests/hooch.rb +16 -0
- data/tests/item_hashes.rb +7 -0
- data/tests/json_api_call.rb +42 -0
- data/tests/module_hashes.rb +90 -0
- data/tests/test-class/test-class.rb +50 -0
- data/tests/test-feep/test-feep.rb +35 -0
- data/tests/test-save-load/save-load.rb +181 -0
- data/tests/test-save-load/save.conf +2 -0
- data/tests/test-singleton/game.rb +4 -0
- data/tests/test-singleton/game_options.rb +15 -0
- metadata +58 -33
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 53cf6c29c63f888d1f27bc240cb2dd388b3c8b5b3e2775b7289c477efbc24fd3
|
4
|
+
data.tar.gz: d10dd5cde465184947f529db48c4521bb14221b796238a3041178b5a6ce13259
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27bb912be2904bb2a79c8e897f5cab74344c7bd428d7f15542a9d193d769ea7996e01e67f1d69e28d13643e9ce8c8026daaa51d3ef4f5a61885fab9ff0df4288
|
7
|
+
data.tar.gz: a69c3f7773889d1d19610063bfd1109e633da238379e197e0018f38f053501be682186d4f3f4443e1a14302d0a360b89bb9cfa40a02c322540be64c0f3220745
|
data/.gitignore
CHANGED
data/README.md
CHANGED
@@ -1,44 +1,44 @@
|
|
1
|
-
```
|
2
|
-
/-+-+-+ +-+-+-+-+-+-+-\
|
3
|
-
|G|E|M| |W|A|R|R|I|O|R|
|
4
|
-
\-+-+-+ +-+-+-+-+-+-+-/
|
5
|
-
```
|
6
|
-
<small>logo courtesy of [ascii generator](http://www.network-science.de/ascii/)</small>
|
7
|
-
|
8
|
-
[![Gem Version](https://badge.fury.io/rb/gemwarrior.svg)](http://badge.fury.io/rb/gemwarrior)
|
9
|
-
|
10
|
-
**Gem Warrior** is a text adventure that takes place in the land of **Jool**, where randomized fortune is just as likely as *mayhem*.
|
11
|
-
|
12
|
-
You take up the mantle of **1.upto(rand(5..10)) {print rand(65..90).chr}**, a gifted young acolyte who has been tasked by the queen herself, **Ruby**, to venture off into the unknown to recapture a **Shiny Thing<sup>tm</sup>** that holds great power within its crystallized boundaries. Unfortunately, it was stolen recently by a crazed madperson named **Emerald**, bent on using its frightening power for **Evil**. You are **Good**, obviously, and the rightful caretaker of such power, but he will not give it up willingly, and has cursed all the creatures of the land into doing his bidding, which is largely tearing you limb from limb.
|
13
|
-
|
14
|
-
Start in your poor, super lame cottage, where you live alone, subsisting off the sale of polished rocks you scavenge all day for in the neighboring caves. Once tasked with your quest, travel throughout the land of Jool, eventually reaching the sky tower that Emerald resides in with his stolen goods, laughing to himself, occasionally.
|
15
|
-
|
16
|
-
As you travel you will discover sights and sounds of the land, all of which are new to you because you don't really get out much. Visit towns with merchants willing to trade coin for wares they bought off of other adventurers who didn't last the previous attempts at thwartion. Sleep in a tent (or on the ground, if that's all that's available) to regain your enumerated status points, which are conveniently located in your peripheral vision (i.e. the console window). Eventually, if you're skilled, you'll reach **Emerald's Sky Tower**, part him from his **ShinyThing<sup>tm</sup>**, and then do what is "right".
|
17
|
-
|
18
|
-
## How to Get to Jool
|
19
|
-
|
20
|
-
1. `ruby -v` should return `ruby 2.something`; else install [Ruby](https://www.ruby-lang.org)
|
21
|
-
2. `gem -v` should return `2.something`; else install [RubyGems](https://rubygems.org)
|
22
|
-
2. `(sudo) gem install gemwarrior`
|
23
|
-
3. `gemwarrior`
|
24
|
-
|
25
|
-
Run the commands above and you'll be whisked away to Jool, ready to start or continue your quest to defeat Emerald and take back the coveted Shiny Thing(tm) that you will bring back to Queen Ruby (or will you...?).
|
26
|
-
|
27
|
-
## Main Commands
|
28
|
-
|
29
|
-
`> character` - character check for visual identity
|
30
|
-
`> inventory [object]` - check your inventory (or an individual item within)
|
31
|
-
`> rest` - take a load off and replenish hp
|
32
|
-
`> look [object]` - look at current location and its items and monsters
|
33
|
-
`> take [object]` - take an item from a location
|
34
|
-
`> use [object]` - use an item from your inventory or current location
|
35
|
-
`> drop [object]` - drop an item from your inventory
|
36
|
-
`> equip [object]` - designate an item in your inventory your weapon
|
37
|
-
`> unequip [object]` - stop using an item in your inventory as your weapon
|
38
|
-
`> go [direction]` - go in a direction, if possible (north|east|south|west work as shortcuts)
|
39
|
-
`> attack [monster]` - attack a monster
|
40
|
-
`> change [attribute]` - change some things about yourself
|
41
|
-
`> help` - display available commands
|
42
|
-
`> version` - display current game version
|
43
|
-
`> quit` - quit this nonsense w/ prompt
|
44
|
-
`> quit!` - quit this nonsense w/o prompt
|
1
|
+
```
|
2
|
+
/-+-+-+ +-+-+-+-+-+-+-\
|
3
|
+
|G|E|M| |W|A|R|R|I|O|R|
|
4
|
+
\-+-+-+ +-+-+-+-+-+-+-/
|
5
|
+
```
|
6
|
+
<small>logo courtesy of [ascii generator](http://www.network-science.de/ascii/)</small>
|
7
|
+
|
8
|
+
[![Gem Version](https://badge.fury.io/rb/gemwarrior.svg)](http://badge.fury.io/rb/gemwarrior)
|
9
|
+
|
10
|
+
**Gem Warrior** is a text adventure that takes place in the land of **Jool**, where randomized fortune is just as likely as *mayhem*.
|
11
|
+
|
12
|
+
You take up the mantle of **1.upto(rand(5..10)) {print rand(65..90).chr}**, a gifted young acolyte who has been tasked by the queen herself, **Ruby**, to venture off into the unknown to recapture a **Shiny Thing<sup>tm</sup>** that holds great power within its crystallized boundaries. Unfortunately, it was stolen recently by a crazed madperson named **Emerald**, bent on using its frightening power for **Evil**. You are **Good**, obviously, and the rightful caretaker of such power, but he will not give it up willingly, and has cursed all the creatures of the land into doing his bidding, which is largely tearing you limb from limb.
|
13
|
+
|
14
|
+
Start in your poor, super lame cottage, where you live alone, subsisting off the sale of polished rocks you scavenge all day for in the neighboring caves. Once tasked with your quest, travel throughout the land of Jool, eventually reaching the sky tower that Emerald resides in with his stolen goods, laughing to himself, occasionally.
|
15
|
+
|
16
|
+
As you travel you will discover sights and sounds of the land, all of which are new to you because you don't really get out much. Visit towns with merchants willing to trade coin for wares they bought off of other adventurers who didn't last the previous attempts at thwartion. Sleep in a tent (or on the ground, if that's all that's available) to regain your enumerated status points, which are conveniently located in your peripheral vision (i.e. the console window). Eventually, if you're skilled, you'll reach **Emerald's Sky Tower**, part him from his **ShinyThing<sup>tm</sup>**, and then do what is "right".
|
17
|
+
|
18
|
+
## How to Get to Jool
|
19
|
+
|
20
|
+
1. `ruby -v` should return `ruby 2.something`; else install [Ruby](https://www.ruby-lang.org)
|
21
|
+
2. `gem -v` should return `2.something`; else install [RubyGems](https://rubygems.org)
|
22
|
+
2. `(sudo) gem install gemwarrior`
|
23
|
+
3. `gemwarrior`
|
24
|
+
|
25
|
+
Run the commands above and you'll be whisked away to Jool, ready to start or continue your quest to defeat Emerald and take back the coveted Shiny Thing(tm) that you will bring back to Queen Ruby (or will you...?).
|
26
|
+
|
27
|
+
## Main Commands
|
28
|
+
|
29
|
+
`> character` - character check for visual identity
|
30
|
+
`> inventory [object]` - check your inventory (or an individual item within)
|
31
|
+
`> rest` - take a load off and replenish hp
|
32
|
+
`> look [object]` - look at current location and its items and monsters
|
33
|
+
`> take [object]` - take an item from a location
|
34
|
+
`> use [object]` - use an item from your inventory or current location
|
35
|
+
`> drop [object]` - drop an item from your inventory
|
36
|
+
`> equip [object]` - designate an item in your inventory your weapon
|
37
|
+
`> unequip [object]` - stop using an item in your inventory as your weapon
|
38
|
+
`> go [direction]` - go in a direction, if possible (north|east|south|west work as shortcuts)
|
39
|
+
`> attack [monster]` - attack a monster
|
40
|
+
`> change [attribute]` - change some things about yourself
|
41
|
+
`> help` - display available commands
|
42
|
+
`> version` - display current game version
|
43
|
+
`> quit` - quit this nonsense w/ prompt
|
44
|
+
`> quit!` - quit this nonsense w/o prompt
|
data/bin/gemwarrior
CHANGED
@@ -22,9 +22,9 @@ GW_DEFAULT_WRAP_WIDTH = 80
|
|
22
22
|
def parse_options_cli
|
23
23
|
# default options
|
24
24
|
options = {
|
25
|
-
beast_mode: false,
|
26
|
-
debug_mode: false,
|
27
|
-
god_mode: false,
|
25
|
+
beast_mode: false,
|
26
|
+
debug_mode: false,
|
27
|
+
god_mode: false,
|
28
28
|
new_skip: false,
|
29
29
|
resume_skip: false,
|
30
30
|
sound_enabled: false,
|
@@ -38,7 +38,7 @@ def parse_options_cli
|
|
38
38
|
# options file has next precedence
|
39
39
|
unless (opts_file = read_options_file).nil?
|
40
40
|
options[:sound_enabled] = (opts_file[:sound_enabled].eql?('false') ? false : true) if opts_file[:sound_enabled]
|
41
|
-
options[:sound_system] = (opts_file[:sound_system]
|
41
|
+
options[:sound_system] = (opts_file[:sound_system]) if opts_file[:sound_system]
|
42
42
|
options[:sound_volume] = (opts_file[:sound_volume].to_f) if opts_file[:sound_volume]
|
43
43
|
options[:use_wordnik] = (opts_file[:use_wordnik].eql?('false') ? false : true) if opts_file[:use_wordnik]
|
44
44
|
options[:fight_completion] = (opts_file[:fight_completion].eql?('false') ? false : true) if opts_file[:fight_completion]
|
@@ -121,9 +121,10 @@ def init_config
|
|
121
121
|
Dir.mkdir(GW_HOME) unless Dir.exist?(GW_HOME)
|
122
122
|
|
123
123
|
sound_system_default = OS.windows? ? 'win32-sound' : 'bloops'
|
124
|
+
save_file_mode_default = 'Y' # YAML
|
124
125
|
|
125
126
|
GameOptions.add 'sound_system', sound_system_default
|
126
|
-
GameOptions.add 'save_file_mode',
|
127
|
+
GameOptions.add 'save_file_mode', save_file_mode_default
|
127
128
|
GameOptions.add 'default_world_path_yaml', GW_DEFAULT_WORLD_YAML
|
128
129
|
GameOptions.add 'default_world_path_bin', GW_DEFAULT_WORLD_BIN
|
129
130
|
GameOptions.add 'save_file_yaml_path', GW_SAVE_FILE_YAML
|
data/data/default_world.yaml
CHANGED
@@ -15,14 +15,14 @@ locations:
|
|
15
15
|
:south: false
|
16
16
|
:west: true
|
17
17
|
danger_level: :none
|
18
|
-
monster_level_range:
|
18
|
+
monster_level_range:
|
19
19
|
items:
|
20
20
|
- !ruby/object:Gemwarrior::Bed
|
21
21
|
equipped: false
|
22
22
|
consumable: false
|
23
23
|
used: false
|
24
24
|
used_again: false
|
25
|
-
number_of_uses:
|
25
|
+
number_of_uses:
|
26
26
|
name: bed
|
27
27
|
name_display: Bed
|
28
28
|
description: The place where you sleep when you are not adventuring.
|
@@ -35,7 +35,7 @@ locations:
|
|
35
35
|
consumable: false
|
36
36
|
used: false
|
37
37
|
used_again: false
|
38
|
-
number_of_uses:
|
38
|
+
number_of_uses:
|
39
39
|
name: chest
|
40
40
|
name_display: Chest
|
41
41
|
description: Well-crafted with solid oak, this family chest has intricate inlays all around the front and sides. It's the one thing from home you took with you when you left.
|
@@ -48,7 +48,7 @@ locations:
|
|
48
48
|
consumable: false
|
49
49
|
used: false
|
50
50
|
used_again: false
|
51
|
-
number_of_uses:
|
51
|
+
number_of_uses:
|
52
52
|
name: letter
|
53
53
|
name_display: Letter
|
54
54
|
description: A single page of thin paper, folded at the middle, with some excellent
|
@@ -61,7 +61,7 @@ locations:
|
|
61
61
|
consumable: false
|
62
62
|
used: false
|
63
63
|
used_again: false
|
64
|
-
number_of_uses:
|
64
|
+
number_of_uses:
|
65
65
|
name: stone
|
66
66
|
name_display: Stone
|
67
67
|
description: A small, yet quite sharp, sedimentary pebble, suitable for tossing in
|
@@ -139,7 +139,7 @@ locations:
|
|
139
139
|
consumable: false
|
140
140
|
used: false
|
141
141
|
used_again: false
|
142
|
-
number_of_uses:
|
142
|
+
number_of_uses:
|
143
143
|
name: stalactite
|
144
144
|
name_display: Stalactite
|
145
145
|
description: Long protrusion of cave adornment, broken off and fallen to the ground,
|
@@ -150,12 +150,13 @@ locations:
|
|
150
150
|
talkable: false
|
151
151
|
useable: false
|
152
152
|
equippable: true
|
153
|
+
is_weapon: true
|
153
154
|
- !ruby/object:Gemwarrior::Stonemite
|
154
155
|
equipped: false
|
155
156
|
consumable: false
|
156
157
|
used: false
|
157
158
|
used_again: false
|
158
|
-
number_of_uses:
|
159
|
+
number_of_uses:
|
159
160
|
name: stonemite
|
160
161
|
name_display: Stonemite
|
161
162
|
description: Stubby cave debris that is neat to look at, as it is off-grey and
|
@@ -163,7 +164,6 @@ locations:
|
|
163
164
|
takeable: true
|
164
165
|
useable: false
|
165
166
|
equippable: false
|
166
|
-
is_weapon: true
|
167
167
|
monsters_abounding: []
|
168
168
|
bosses_abounding: []
|
169
169
|
checked_for_monsters: false
|
@@ -216,7 +216,7 @@ locations:
|
|
216
216
|
consumable: false
|
217
217
|
used: false
|
218
218
|
used_again: false
|
219
|
-
number_of_uses:
|
219
|
+
number_of_uses:
|
220
220
|
name: ladder
|
221
221
|
name_display: Ladder
|
222
222
|
description: Rickety and crudely-fashioned, this ladder descends down into the
|
@@ -455,7 +455,7 @@ locations:
|
|
455
455
|
consumable: false
|
456
456
|
used: false
|
457
457
|
used_again: false
|
458
|
-
number_of_uses:
|
458
|
+
number_of_uses:
|
459
459
|
name: small_hole
|
460
460
|
name_display: Small Hole
|
461
461
|
description: Amongst the rubble of the alcove, a small hole, barely big enough
|
@@ -519,7 +519,7 @@ locations:
|
|
519
519
|
consumable: false
|
520
520
|
used: false
|
521
521
|
used_again: false
|
522
|
-
number_of_uses:
|
522
|
+
number_of_uses:
|
523
523
|
name: rope
|
524
524
|
name_display: Rope
|
525
525
|
description: For some reason, a sturdy rope hangs down from a small opening in
|
@@ -677,7 +677,7 @@ locations:
|
|
677
677
|
consumable: false
|
678
678
|
used: false
|
679
679
|
used_again: false
|
680
|
-
number_of_uses:
|
680
|
+
number_of_uses:
|
681
681
|
name: snowman
|
682
682
|
name_display: Snowman
|
683
683
|
description: Standing solemnly in the snow, a man of snow solemnly stands.
|
@@ -762,7 +762,7 @@ locations:
|
|
762
762
|
consumable: false
|
763
763
|
used: false
|
764
764
|
used_again: false
|
765
|
-
number_of_uses:
|
765
|
+
number_of_uses:
|
766
766
|
name: red_key
|
767
767
|
name_display: Red Key
|
768
768
|
description: Redder than an embarrassed tomato in front of a moderate fire, but still very capable of being a key.
|
@@ -822,7 +822,7 @@ locations:
|
|
822
822
|
consumable: false
|
823
823
|
used: false
|
824
824
|
used_again: false
|
825
|
-
number_of_uses:
|
825
|
+
number_of_uses:
|
826
826
|
name: map
|
827
827
|
name_display: Map
|
828
828
|
description: The land of Jool is contained on this piece of canvas, in a useful,
|
@@ -859,7 +859,7 @@ locations:
|
|
859
859
|
consumable: false
|
860
860
|
used: false
|
861
861
|
used_again: false
|
862
|
-
number_of_uses:
|
862
|
+
number_of_uses:
|
863
863
|
name: tree
|
864
864
|
name_display: Tree
|
865
865
|
description: A mighty representation of nature, older than your father's father's
|
@@ -920,7 +920,7 @@ locations:
|
|
920
920
|
consumable: false
|
921
921
|
used: false
|
922
922
|
used_again: false
|
923
|
-
number_of_uses:
|
923
|
+
number_of_uses:
|
924
924
|
name: feather
|
925
925
|
name_display: Feather
|
926
926
|
description: A blue and green feather. It is soft and tender, unlike the craven
|
@@ -957,7 +957,7 @@ locations:
|
|
957
957
|
consumable: false
|
958
958
|
used: false
|
959
959
|
used_again: false
|
960
|
-
number_of_uses:
|
960
|
+
number_of_uses:
|
961
961
|
name: bookcase
|
962
962
|
name_display: Bookcase
|
963
963
|
description: This oaken monstrosity has six shelves, each about 3 feet high. Mathing, you determine it to be "huge", featuring many books within it.
|
@@ -1085,7 +1085,7 @@ locations:
|
|
1085
1085
|
consumable: false
|
1086
1086
|
used: false
|
1087
1087
|
used_again: false
|
1088
|
-
number_of_uses:
|
1088
|
+
number_of_uses:
|
1089
1089
|
talkable: false
|
1090
1090
|
name: locker_corner
|
1091
1091
|
name_display: Locker (Corner)
|
@@ -1264,7 +1264,7 @@ locations:
|
|
1264
1264
|
consumable: false
|
1265
1265
|
used: false
|
1266
1266
|
used_again: false
|
1267
|
-
number_of_uses:
|
1267
|
+
number_of_uses:
|
1268
1268
|
name: arena_door
|
1269
1269
|
name_display: Arena Door
|
1270
1270
|
description: The Arena is massive, with its numerous columns and stone walls stretching
|
@@ -1295,14 +1295,14 @@ locations:
|
|
1295
1295
|
:south: false
|
1296
1296
|
:west: true
|
1297
1297
|
danger_level: :none
|
1298
|
-
monster_level_range:
|
1298
|
+
monster_level_range:
|
1299
1299
|
items:
|
1300
1300
|
- !ruby/object:Gemwarrior::ArenaMaster
|
1301
1301
|
equipped: false
|
1302
1302
|
consumable: false
|
1303
1303
|
used: false
|
1304
1304
|
used_again: false
|
1305
|
-
number_of_uses:
|
1305
|
+
number_of_uses:
|
1306
1306
|
talkable: true
|
1307
1307
|
name: arena_master
|
1308
1308
|
name_display: Arena Master
|
@@ -1353,14 +1353,14 @@ locations:
|
|
1353
1353
|
:south: false
|
1354
1354
|
:west: false
|
1355
1355
|
danger_level: :none
|
1356
|
-
monster_level_range:
|
1356
|
+
monster_level_range:
|
1357
1357
|
items:
|
1358
1358
|
- !ruby/object:Gemwarrior::Hut
|
1359
1359
|
equipped: false
|
1360
1360
|
consumable: false
|
1361
1361
|
used: false
|
1362
1362
|
used_again: false
|
1363
|
-
number_of_uses:
|
1363
|
+
number_of_uses:
|
1364
1364
|
talkable: false
|
1365
1365
|
name: hut
|
1366
1366
|
name_display: Hut
|
@@ -1517,7 +1517,7 @@ locations:
|
|
1517
1517
|
consumable: false
|
1518
1518
|
used: false
|
1519
1519
|
used_again: false
|
1520
|
-
number_of_uses:
|
1520
|
+
number_of_uses:
|
1521
1521
|
talkable: false
|
1522
1522
|
name: bullet
|
1523
1523
|
name_display: Bullet
|
@@ -1544,14 +1544,14 @@ locations:
|
|
1544
1544
|
:south: true
|
1545
1545
|
:west: false
|
1546
1546
|
danger_level: :none
|
1547
|
-
monster_level_range:
|
1547
|
+
monster_level_range:
|
1548
1548
|
items:
|
1549
1549
|
- !ruby/object:Gemwarrior::WareHawker
|
1550
1550
|
equipped: false
|
1551
1551
|
consumable: false
|
1552
1552
|
used: false
|
1553
1553
|
used_again: false
|
1554
|
-
number_of_uses:
|
1554
|
+
number_of_uses:
|
1555
1555
|
talkable: true
|
1556
1556
|
name: ware_hawker
|
1557
1557
|
name_display: Ware Hawker
|
@@ -1580,20 +1580,20 @@ locations:
|
|
1580
1580
|
:south: false
|
1581
1581
|
:west: true
|
1582
1582
|
danger_level: :none
|
1583
|
-
monster_level_range:
|
1583
|
+
monster_level_range:
|
1584
1584
|
items:
|
1585
1585
|
- !ruby/object:Gemwarrior::ThinMan
|
1586
1586
|
equipped: false
|
1587
1587
|
consumable: false
|
1588
1588
|
used: false
|
1589
1589
|
used_again: false
|
1590
|
-
number_of_uses:
|
1590
|
+
number_of_uses:
|
1591
1591
|
talkable: true
|
1592
1592
|
name: thin_man
|
1593
1593
|
name_display: Thin Man
|
1594
|
-
description: An almost shockingly gaunt man is sitting on the ground, resting against a wall. He
|
1595
|
-
wears a patchwork quilt of a hat, and his slender frame is covered by a simple brown tunic. His feet
|
1596
|
-
point comically toward the sky in brown boots while his head dips down slightly, eyes watching
|
1594
|
+
description: An almost shockingly gaunt man is sitting on the ground, resting against a wall. He
|
1595
|
+
wears a patchwork quilt of a hat, and his slender frame is covered by a simple brown tunic. His feet
|
1596
|
+
point comically toward the sky in brown boots while his head dips down slightly, eyes watching
|
1597
1597
|
something in the distance you can't see.
|
1598
1598
|
takeable: false
|
1599
1599
|
useable: true
|
@@ -1603,12 +1603,12 @@ locations:
|
|
1603
1603
|
consumable: false
|
1604
1604
|
used: false
|
1605
1605
|
used_again: false
|
1606
|
-
number_of_uses:
|
1606
|
+
number_of_uses:
|
1607
1607
|
talkable: true
|
1608
1608
|
name: drunk_man
|
1609
1609
|
name_display: Drunk Man
|
1610
|
-
description: Some supernatural force is surely keeping this obviously smashed individual from
|
1611
|
-
toppling over to the ground. The inebriated fellow somehow continues to stumble about in a small
|
1610
|
+
description: Some supernatural force is surely keeping this obviously smashed individual from
|
1611
|
+
toppling over to the ground. The inebriated fellow somehow continues to stumble about in a small
|
1612
1612
|
circle near a smattering of shipping crates, looking simultaneously dazed and cheerful.
|
1613
1613
|
takeable: false
|
1614
1614
|
useable: true
|
@@ -1632,14 +1632,14 @@ locations:
|
|
1632
1632
|
:south: true
|
1633
1633
|
:west: true
|
1634
1634
|
danger_level: :none
|
1635
|
-
monster_level_range:
|
1635
|
+
monster_level_range:
|
1636
1636
|
items:
|
1637
1637
|
- !ruby/object:Gemwarrior::Pig
|
1638
1638
|
equipped: false
|
1639
1639
|
consumable: false
|
1640
1640
|
used: false
|
1641
1641
|
used_again: false
|
1642
|
-
number_of_uses:
|
1642
|
+
number_of_uses:
|
1643
1643
|
talkable: true
|
1644
1644
|
name: pig
|
1645
1645
|
name_display: Pig
|
@@ -1652,7 +1652,7 @@ locations:
|
|
1652
1652
|
consumable: false
|
1653
1653
|
used: false
|
1654
1654
|
used_again: false
|
1655
|
-
number_of_uses:
|
1655
|
+
number_of_uses:
|
1656
1656
|
talkable: true
|
1657
1657
|
name: cow
|
1658
1658
|
name_display: Cow
|
@@ -1665,7 +1665,7 @@ locations:
|
|
1665
1665
|
consumable: false
|
1666
1666
|
used: false
|
1667
1667
|
used_again: false
|
1668
|
-
number_of_uses:
|
1668
|
+
number_of_uses:
|
1669
1669
|
talkable: true
|
1670
1670
|
name: goat
|
1671
1671
|
name_display: Goat
|
@@ -1678,7 +1678,7 @@ locations:
|
|
1678
1678
|
consumable: false
|
1679
1679
|
used: false
|
1680
1680
|
used_again: false
|
1681
|
-
number_of_uses:
|
1681
|
+
number_of_uses:
|
1682
1682
|
talkable: false
|
1683
1683
|
name: shovel
|
1684
1684
|
name_display: Shovel
|
@@ -1707,19 +1707,19 @@ locations:
|
|
1707
1707
|
:south: true
|
1708
1708
|
:west: false
|
1709
1709
|
danger_level: :none
|
1710
|
-
monster_level_range:
|
1710
|
+
monster_level_range:
|
1711
1711
|
items:
|
1712
1712
|
- !ruby/object:Gemwarrior::ShiftyWoman
|
1713
1713
|
equipped: false
|
1714
1714
|
consumable: false
|
1715
1715
|
used: false
|
1716
1716
|
used_again: false
|
1717
|
-
number_of_uses:
|
1717
|
+
number_of_uses:
|
1718
1718
|
talkable: true
|
1719
1719
|
name: shifty_woman
|
1720
1720
|
name_display: Shifty Woman
|
1721
|
-
description: Sharply dressed with impeccable style, you still can't shake the feeling that this
|
1722
|
-
otherwise ordinary woman is up to something. It might be the way she almost impulsively looks
|
1721
|
+
description: Sharply dressed with impeccable style, you still can't shake the feeling that this
|
1722
|
+
otherwise ordinary woman is up to something. It might be the way she almost impulsively looks
|
1723
1723
|
back and forth along the town street while rubbing her hands together menacingly.
|
1724
1724
|
takeable: false
|
1725
1725
|
useable: true
|
@@ -1753,7 +1753,7 @@ locations:
|
|
1753
1753
|
consumable: false
|
1754
1754
|
used: false
|
1755
1755
|
used_again: false
|
1756
|
-
number_of_uses:
|
1756
|
+
number_of_uses:
|
1757
1757
|
name: gun
|
1758
1758
|
name_display: Gun
|
1759
1759
|
description: Pew pew goes this firearm, you suspect (if it has bullets).
|
@@ -1769,7 +1769,7 @@ locations:
|
|
1769
1769
|
consumable: false
|
1770
1770
|
used: false
|
1771
1771
|
used_again: false
|
1772
|
-
number_of_uses:
|
1772
|
+
number_of_uses:
|
1773
1773
|
name: pedestal
|
1774
1774
|
name_display: Pedestal
|
1775
1775
|
description: A pedestal about 4 feet in height rises up from the ground, with
|
@@ -1785,22 +1785,22 @@ locations:
|
|
1785
1785
|
switches:
|
1786
1786
|
- - alexandrat
|
1787
1787
|
- antdxlarea
|
1788
|
-
-
|
1788
|
+
-
|
1789
1789
|
- - iolita
|
1790
1790
|
- alitoi
|
1791
|
-
-
|
1791
|
+
-
|
1792
1792
|
- - emerald
|
1793
1793
|
- eelmrda
|
1794
|
-
-
|
1794
|
+
-
|
1795
1795
|
- - amberoo
|
1796
1796
|
- raoobem
|
1797
|
-
-
|
1797
|
+
-
|
1798
1798
|
- - ruby
|
1799
1799
|
- ruyb
|
1800
|
-
-
|
1800
|
+
-
|
1801
1801
|
- - rockney
|
1802
1802
|
- eyrcnok
|
1803
|
-
-
|
1803
|
+
-
|
1804
1804
|
monsters_abounding: []
|
1805
1805
|
bosses_abounding: []
|
1806
1806
|
checked_for_monsters: false
|
@@ -1830,7 +1830,7 @@ locations:
|
|
1830
1830
|
consumable: false
|
1831
1831
|
used: false
|
1832
1832
|
used_again: false
|
1833
|
-
number_of_uses:
|
1833
|
+
number_of_uses:
|
1834
1834
|
name: floor_tile
|
1835
1835
|
name_display: Floor Tile
|
1836
1836
|
description: One of the floor tiles, rough-hewn but immaculate, looks...off. Pressable,
|
@@ -1867,7 +1867,7 @@ locations:
|
|
1867
1867
|
consumable: false
|
1868
1868
|
used: false
|
1869
1869
|
used_again: false
|
1870
|
-
number_of_uses:
|
1870
|
+
number_of_uses:
|
1871
1871
|
name: flower
|
1872
1872
|
name_display: Flower
|
1873
1873
|
description: Petals the color of clear sky and a stem of bright white. A most
|
@@ -1881,7 +1881,7 @@ locations:
|
|
1881
1881
|
consumable: false
|
1882
1882
|
used: false
|
1883
1883
|
used_again: false
|
1884
|
-
number_of_uses:
|
1884
|
+
number_of_uses:
|
1885
1885
|
name: keystone
|
1886
1886
|
name_display: Keystone
|
1887
1887
|
description: Certainly greater than the sum of its parts, this smallish stone
|
@@ -1895,7 +1895,7 @@ locations:
|
|
1895
1895
|
consumable: false
|
1896
1896
|
used: false
|
1897
1897
|
used_again: false
|
1898
|
-
number_of_uses:
|
1898
|
+
number_of_uses:
|
1899
1899
|
name: pond
|
1900
1900
|
name_display: Pond
|
1901
1901
|
description: 'This tiny pool of water self-ripples every minute or so. Small,
|
@@ -1935,7 +1935,7 @@ locations:
|
|
1935
1935
|
consumable: false
|
1936
1936
|
used: false
|
1937
1937
|
used_again: false
|
1938
|
-
number_of_uses:
|
1938
|
+
number_of_uses:
|
1939
1939
|
name: dehumidifier
|
1940
1940
|
name_display: Dehumidifier
|
1941
1941
|
description: Petals the color of clear sky and a stem of bright white. A most
|
@@ -1995,7 +1995,7 @@ locations:
|
|
1995
1995
|
consumable: false
|
1996
1996
|
used: false
|
1997
1997
|
used_again: false
|
1998
|
-
number_of_uses:
|
1998
|
+
number_of_uses:
|
1999
1999
|
name: waterfall
|
2000
2000
|
name_display: Waterfall
|
2001
2001
|
description: Gallons of murky, sparkling water fall downward from an unknown spot
|
@@ -2033,7 +2033,7 @@ locations:
|
|
2033
2033
|
consumable: false
|
2034
2034
|
used: false
|
2035
2035
|
used_again: false
|
2036
|
-
number_of_uses:
|
2036
|
+
number_of_uses:
|
2037
2037
|
name: massive_door
|
2038
2038
|
name_display: Massive Door
|
2039
2039
|
description: Translucent, but not transparent, this door constructed of condensed
|
@@ -2072,7 +2072,7 @@ locations:
|
|
2072
2072
|
consumable: false
|
2073
2073
|
used: false
|
2074
2074
|
used_again: false
|
2075
|
-
number_of_uses:
|
2075
|
+
number_of_uses:
|
2076
2076
|
name: throne
|
2077
2077
|
name_display: Throne
|
2078
2078
|
description: Made of what appears to be unfulfilled desires and latent, flawed happiness, the well-crafted seat still looks kinda comfy. The wizard Emerald sits in it, glaring at you.
|
@@ -2109,7 +2109,7 @@ locations:
|
|
2109
2109
|
consumable: false
|
2110
2110
|
used: false
|
2111
2111
|
used_again: false
|
2112
|
-
number_of_uses:
|
2112
|
+
number_of_uses:
|
2113
2113
|
name: couch
|
2114
2114
|
name_display: Couch
|
2115
2115
|
description: Ever wanted to sit on a cloud? Now is your chance.
|
@@ -2170,7 +2170,7 @@ locations:
|
|
2170
2170
|
consumable: false
|
2171
2171
|
used: false
|
2172
2172
|
used_again: false
|
2173
|
-
number_of_uses:
|
2173
|
+
number_of_uses:
|
2174
2174
|
name: apple
|
2175
2175
|
name_display: Apple
|
2176
2176
|
description: Reddish-orangeish in color, this fruit looks sweet, but it is heavy
|
@@ -2183,7 +2183,7 @@ locations:
|
|
2183
2183
|
consumable: false
|
2184
2184
|
used: false
|
2185
2185
|
used_again: false
|
2186
|
-
number_of_uses:
|
2186
|
+
number_of_uses:
|
2187
2187
|
name: cup
|
2188
2188
|
name_display: Cup
|
2189
2189
|
description: A nice stone mug, perfect for putting things into and then using
|
@@ -2210,14 +2210,14 @@ locations:
|
|
2210
2210
|
:south: false
|
2211
2211
|
:west: false
|
2212
2212
|
danger_level: :none
|
2213
|
-
monster_level_range:
|
2213
|
+
monster_level_range:
|
2214
2214
|
items:
|
2215
2215
|
- !ruby/object:Gemwarrior::QueenRuby
|
2216
2216
|
equipped: false
|
2217
2217
|
consumable: false
|
2218
2218
|
used: false
|
2219
2219
|
used_again: false
|
2220
|
-
number_of_uses:
|
2220
|
+
number_of_uses:
|
2221
2221
|
name: queen_ruby
|
2222
2222
|
description: Queen Ruby glimmers like she was made from the substance of her name. She wears a wan smile, and her hands are delicately intertwined as she sits patiently.
|
2223
2223
|
takeable: false
|
@@ -2243,9 +2243,9 @@ player: !ruby/object:Gemwarrior::Player
|
|
2243
2243
|
defense: 1
|
2244
2244
|
dexterity: 3
|
2245
2245
|
inventory: !ruby/object:Gemwarrior::Inventory
|
2246
|
-
armor:
|
2246
|
+
armor:
|
2247
2247
|
items: []
|
2248
|
-
weapon:
|
2248
|
+
weapon:
|
2249
2249
|
rox: 0
|
2250
2250
|
cur_coords: *2
|
2251
2251
|
special_abilities: []
|