This commit is contained in:
2026-01-22 09:16:59 +01:00
parent a5150e34fe
commit 49148454ac
16 changed files with 123 additions and 1133 deletions

View File

@@ -20,5 +20,7 @@
"item.szar.niggerite_chestplate": "Niggerite Chestplate",
"item.szar.niggerite_leggings": "Niggerite Leggings",
"item.szar.niggerite_boots": "Niggerite Boots",
"item.szar.niggerite_helmet": "Niggerite Helmet"
"item.szar.niggerite_helmet": "Niggerite Helmet",
"death.attack.heart_attack": "%1$s got a heart attack",
"death.attack.drog_overdose": "%1$s got a drog overdose"
}

View File

@@ -0,0 +1,6 @@
{
"message_id": "drog_overdose",
"scaling": "never",
"exhaustion": 0.0,
"death_message_type": "default"
}

View File

@@ -0,0 +1,6 @@
{
"message_id": "heart_attack",
"scaling": "never",
"exhaustion": 0.0,
"death_message_type": "default"
}