next set of spans (#16434)

* next set of spans

* some more

* next

* next

* next

* .

* text...

* next... rest soon

* .

* .

* ok last set for the night

* .

* .

* .

* .

* some more

* next

* next

* all for now

* .

* some more easy ones

* some more easy ones

* .

* .

* some more bolds

* oups auto complete moment

* add the remaining spans

* this as well

* this as well

* .

* .,

* resync them properly
This commit is contained in:
Kashargul
2024-10-16 23:37:27 +02:00
committed by GitHub
parent 6275972fef
commit b594520a74
604 changed files with 2801 additions and 2638 deletions
+8 -8
View File
@@ -7,8 +7,8 @@
name = "cloning sickness"
desc = "You feel rather weak, having been cloned not so long ago."
on_created_text = span_warning("<font size='3'>You feel really weak.</font>")
on_expired_text = span_notice("<font size='3'>You feel your strength returning to you.</font>")
on_created_text = span_warning(span_large("You feel really weak."))
on_expired_text = span_notice(span_large("You feel your strength returning to you."))
max_health_percent = 0.6 // -40% max health.
incoming_damage_percent = 1.1 // 10% more incoming damage.
@@ -52,8 +52,8 @@
name = "reformation sickness"
desc = "Your core feels damaged, as you were reformed with the improper machinery."
on_created_text = span_warning("<font size='3'>Your core aches.</font>")
on_expired_text = span_notice("<font size='3'>You feel your core's strength returning to normal.</font>")
on_created_text = span_warning(span_large("Your core aches."))
on_expired_text = span_notice(span_large("You feel your core's strength returning to normal."))
incoming_damage_percent = 1 //Level the incoming damage from the parent modifier. They already take 200% burn.
incoming_brute_damage_percent = 1.5 //150% incoming brute damage. Decreases the effectiveness of their 0.75 modifier.
@@ -70,8 +70,8 @@
name = "surgically attached brain"
desc = "You feel weak, as your central nervous system is still recovering from being repaired."
on_created_text = span_warning("<font size='3'>You feel... off, and your head hurts.</font>")
on_expired_text = span_notice("<font size='3'>You feel some strength returning to you.</font>")
on_created_text = span_warning(span_large("You feel... off, and your head hurts."))
on_expired_text = span_notice(span_large("You feel some strength returning to you."))
max_health_percent = 0.9 // -10% max health.
incoming_damage_percent = 1.1 // 10% more incoming damage.
@@ -107,8 +107,8 @@
name = "neural recovery"
desc = "You feel out of touch, as your central nervous system is still recovering from being repaired."
on_created_text = span_warning("<font size='3'>You feel... off. Everything is fuzzy.</font>")
on_expired_text = span_notice("<font size='3'>You feel your senses returning to you.</font>")
on_created_text = span_warning(span_large("You feel... off. Everything is fuzzy."))
on_expired_text = span_notice(span_large("You feel your senses returning to you."))
incoming_hal_damage_percent = 1.5 // 50% more halloss damage.
disable_duration_percent = 1.25 // Stuns last 25% longer.