new 3.7 status fields (weapon, terrain, armor)

This commit is contained in:
2026-04-22 22:38:54 -05:00
parent 2c77dc523a
commit b429c3b453
3 changed files with 18 additions and 2 deletions

17
main.rc
View File

@@ -94,7 +94,7 @@ OPTIONS=disclose:yi ya nv ng yc no
{% if comments %} {% if comments %}
# altmeta: enables extended command shortcuts using the alt key # altmeta: enables extended command shortcuts using the alt key
{% endif %} {% endif %}
OPTIONS=altmeta OPTIONS=!altmeta
{% if comments %} {% if comments %}
# autodig: automatically dig when wielding a digging tool moving into a place that can be dug # autodig: automatically dig when wielding a digging tool moving into a place that can be dug
@@ -150,6 +150,21 @@ OPTIONS=quick_farsight
OPTIONS=cond_held,cond_ice,cond_lava,cond_woundedlegs,cond_slip OPTIONS=cond_held,cond_ice,cond_lava,cond_woundedlegs,cond_slip
{% if comments %}
# weaponstatus: show extra status field listing wielded weapon(s)
{% endif %}
OPTIONS=weaponstatus
{% if comments %}
# armorstatus: show extra status field summarizing worn armor
{% endif %}
OPTIONS=!armorstatus
{% if comments %}
# terrainstatus: show extra status field describing current location
{% endif %}
OPTIONS=!terrainstatus
{% endif -%} {% endif -%}
{% if comments %} {% if comments %}

View File

@@ -92,6 +92,7 @@ MSGTYPE=stop "won't move|still eating"
MSGTYPE=stop "Closed for inventory" MSGTYPE=stop "Closed for inventory"
MSGTYPE=stop "You wrest .*" MSGTYPE=stop "You wrest .*"
MSGTYPE=stop "You feel a strange vibration" MSGTYPE=stop "You feel a strange vibration"
MSGTYPE=stop "eucalyptus leaf glows brown"
## Gremlin stealing your intrinsic at night ## Gremlin stealing your intrinsic at night
MSGTYPE=stop "The gremlin chuckles." MSGTYPE=stop "The gremlin chuckles."

View File

@@ -1,7 +1,7 @@
{% if comments %} {% if comments %}
# fruit: set name of user-definable fruit # fruit: set name of user-definable fruit
{% endif %} {% endif %}
OPTIONS=fruit:word OPTIONS=fruit:plum
{% if comments %} {% if comments %}
# catname: set name of starting cat # catname: set name of starting cat