refactors most spans

This commit is contained in:
Kashargul
2024-10-02 21:10:31 +02:00
parent 5417c7772c
commit a2c673ab7a
1517 changed files with 12436 additions and 12347 deletions
+5 -5
View File
@@ -6,8 +6,8 @@
name = "flimsy"
desc = "You're more fragile than most, and have less of an ability to endure harm."
on_created_text = "<span class='warning'>You feel rather weak.</span>"
on_expired_text = "<span class='notice'>You feel your strength returning to you.</span>"
on_created_text = span_warning("You feel rather weak.")
on_expired_text = span_notice("You feel your strength returning to you.")
max_health_percent = 0.8
@@ -15,8 +15,8 @@
name = "frail"
desc = "Your body is very fragile, and has even less of an ability to endure harm."
on_created_text = "<span class='warning'>You feel really weak.</span>"
on_expired_text = "<span class='notice'>You feel your strength returning to you.</span>"
on_created_text = span_warning("You feel really weak.")
on_expired_text = span_notice("You feel your strength returning to you.")
max_health_percent = 0.6
@@ -162,4 +162,4 @@
desc = "You are fully colorblind. Your condition is rare, but you can see no colors at all."
client_color = MATRIX_Monochromia
wire_colors_replace = GREYSCALE_COLOR_REPLACE
wire_colors_replace = GREYSCALE_COLOR_REPLACE