You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: simalq/tile/item.hy
+16-1
Original file line number
Diff line number
Diff line change
@@ -292,7 +292,7 @@
292
292
:flavor "Looks like the ethereal power of one of those many, many evil undead phantasms rubbed off onto this little trinket. Try not to let the magic run out when you're entirely surrounded by walls. Getting buried alive is a bad way to go.")
293
293
294
294
(deftile "! ""a potion of speed" StatusEffectItem
295
-
:color 'dark-green
295
+
:color 'red
296
296
:iq-ix 34
297
297
:acquirement-points 100
298
298
@@ -303,6 +303,21 @@
303
303
f"Lets you act twice per turn for {@duration} more turns.")
304
304
:flavor "This cool concoction puts a pep in your step and a swiftness in your sword-swings.")
305
305
306
+
(deftile "! ""an amulet of poison" StatusEffectItem
307
+
:color 'dark-green
308
+
:iq-ix 159
309
+
; IQ calls this an "amulet of poisonous touch", but no real
310
+
; touching is required, and IQ's poisonous amulets have also been
311
+
; renamed, so there should be no danger of confusion there.
312
+
:acquirement-points 250
313
+
314
+
:effect StatusEffect.Pois
315
+
:duration 15
316
+
317
+
:help (meth []
318
+
f"Surrounds you in a cloud of poison for {@duration} more turns. You are immune to the effect, but all monsters within 1 square take {G.rules.player-poison-damage} damage.")
319
+
:flavor "Finally, somebody concoted a poison that hurts monsters but not you. This handy wearable fumigator lets you apply it hands-free.")
320
+
306
321
(deftile "! ""a cloak of invisibility" StatusEffectItem
0 commit comments