Skip to content

Commit db24693

Browse files
committed
feat: ability to see secret doors with thieving skills
1 parent f375812 commit db24693

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+342
-74
lines changed

README.md

Lines changed: 1 addition & 0 deletions

python/things/monsters/bat_minion.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ def tp_init(name, text_long_name):
109109
my.stat_con(self, 10)
110110
my.stat_def(self, 12)
111111
my.stat_dex(self, 12)
112+
my.stat_int(self, 4)
112113
my.stat_luck(self, 10)
114+
my.stat_psi(self, 4)
113115
my.stat_str(self, 2)
114116
my.temperature_max(self, 50)
115117
my.temperature_min(self, 0)

python/things/monsters/bear_undead.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ def tp_init(name, text_long_name):
115115
my.stat_con(self, 17)
116116
my.stat_def(self, 14)
117117
my.stat_dex(self, 12)
118+
my.stat_int(self, 8)
118119
my.stat_luck(self, 10)
120+
my.stat_psi(self, 8)
119121
my.stat_str(self, 20)
120122
my.text_a_or_an(self, "a")
121123
my.text_description_long(self, "This bear took hibernation to the extreme and became undead. Watch out for its unpleasant attack")

python/things/monsters/bearowl.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ def tp_init(name, text_long_name):
109109
my.stat_con(self, 17)
110110
my.stat_def(self, 14)
111111
my.stat_dex(self, 12)
112+
my.stat_int(self, 12)
112113
my.stat_luck(self, 10)
114+
my.stat_psi(self, 12)
113115
my.stat_str(self, 20)
114116
my.text_a_or_an(self, "a")
115117
my.text_description_long(self, "Not to be confused with the owlbear, the bearowl is a vastly different creature. Armed with its formidable multi beak attack per round, the owlbear, I mean bearowl is not to be trifled with.")

python/things/monsters/cleaner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ def tp_init(name, text_long_name, text_short_name):
153153
my.stat_dex(self, 3)
154154
my.stat_luck(self, 10)
155155
my.stat_str(self, 14)
156+
my.stat_thv(self, 14)
156157
my.temperature_max(self, 50)
157158
my.temperature_min(self, 0)
158159
my.temperature(self, 20)

python/things/monsters/cthulite.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,9 @@ def tp_init(name, text_long_name):
140140
my.stat_con(self, 20)
141141
my.stat_def(self, 14)
142142
my.stat_dex(self, 8)
143+
my.stat_int(self, 18)
143144
my.stat_luck(self, 2)
145+
my.stat_psi(self, 18)
144146
my.stat_str(self, 18)
145147
my.text_a_or_an(self, "a")
146148
my.text_description_long2(self, "Watch out as this creature oozes living slime")

python/things/monsters/demon_fire.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ def tp_init(name, text_long_name):
146146
my.stat_con(self, 20)
147147
my.stat_def(self, 14)
148148
my.stat_dex(self, 8)
149+
my.stat_int(self, 18)
149150
my.stat_luck(self, 2)
151+
my.stat_psi(self, 18)
150152
my.stat_str(self, 18)
151153
my.teleport_distance(self, 5)
152154
my.temperature_min(self, 50)

python/things/monsters/dogman.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ def tp_init(name, text_long_name):
143143
my.stat_con(self, 11)
144144
my.stat_def(self, 8)
145145
my.stat_dex(self, 12)
146+
my.stat_int(self, 8)
146147
my.stat_luck(self, 8)
148+
my.stat_psi(self, 8)
147149
my.stat_str(self, 8)
148150
my.temperature_max(self, 50)
149151
my.temperature_min(self, 0)

python/things/monsters/ettin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ def tp_init(name, text_long_name):
111111
my.stat_con(self, 8)
112112
my.stat_def(self, 12)
113113
my.stat_dex(self, 6)
114+
my.stat_int(self, 6)
114115
my.stat_luck(self, 8)
116+
my.stat_psi(self, 6)
115117
my.stat_str(self, 20)
116118
my.text_a_or_an(self, "a")
117119
my.text_description_long2(self, "Ettin are sickly and have poor vision. Best avoid them")

python/things/monsters/gargoyle_baby.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ def tp_init(name, text_long_name):
111111
my.stat_con(self, 16)
112112
my.stat_def(self, 10)
113113
my.stat_dex(self, 0)
114+
my.stat_int(self, 14)
114115
my.stat_luck(self, 10)
116+
my.stat_psi(self, 14)
115117
my.stat_str(self, 12)
116118
my.temperature(self, 20)
117119
my.temperature_sensitive_to_sudden_changes(self, True)

0 commit comments

Comments
 (0)