Merge pull request #13858 from VOREStation/Cameron653-patch-1

tweaks armor descriptors
This commit is contained in:
Casey
2022-10-09 23:02:33 -04:00
committed by GitHub
+4 -4
View File
@@ -2,9 +2,9 @@
if(armor[armor_type])
switch(armor[armor_type])
if(1 to 20)
return "It barely protects against [descriptive_attack_type]."
return "It provides negligibly small defense against [descriptive_attack_type]."
if(21 to 30)
return "It provides a very small defense against [descriptive_attack_type]."
return "It provides very small defense against [descriptive_attack_type]."
if(31 to 40)
return "It offers a small amount of protection against [descriptive_attack_type]."
if(41 to 50)
@@ -14,7 +14,7 @@
if(61 to 70)
return "It is very strong against [descriptive_attack_type]."
if(71 to 80)
return "This gives a very robust defense against [descriptive_attack_type]."
return "This gives extremely strong defense against [descriptive_attack_type]."
if(81 to 99)
return "Wearing this would make you nigh-invulerable against [descriptive_attack_type]."
if(100)
@@ -80,4 +80,4 @@
if(slots.len)
armor_stats += "It can be worn on your [english_list(slots)]. \n"
return armor_stats
return armor_stats