Skip to content

Commit 3940257

Browse files
Faalagornpull[bot]
authored andcommitted
Fix mutations minor typos
1 parent 86329a1 commit 3940257

File tree

5 files changed

+82
-82
lines changed

5 files changed

+82
-82
lines changed

data/json/mutations/mutations.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3345,8 +3345,8 @@
33453345
"cancels": [ "FANGS", "MANDIBLES" ],
33463346
"active": true,
33473347
"attacks": {
3348-
"attack_text_u": "You tear into %s with your rasping tongue.",
3349-
"attack_text_npc": "%1$s tears into %2$s with their rasping tongue.",
3348+
"attack_text_u": "You tear into %s with your rasping tongue",
3349+
"attack_text_npc": "%1$s tears into %2$s with their rasping tongue",
33503350
"body_part": "mouth",
33513351
"chance": 15,
33523352
"base_damage": { "damage_type": "cut", "amount": 15 },
@@ -3365,8 +3365,8 @@
33653365
"category": [ "GASTROPOD" ],
33663366
"active": true,
33673367
"attacks": {
3368-
"attack_text_u": "You stab into %s with your harpoon tongue.",
3369-
"attack_text_npc": "%1$s stabs into %2$s with their harpoon tongue.",
3368+
"attack_text_u": "You stab into %s with your harpoon tongue",
3369+
"attack_text_npc": "%1$s stabs into %2$s with their harpoon tongue",
33703370
"body_part": "mouth",
33713371
"chance": 25,
33723372
"base_damage": { "damage_type": "stab", "amount": 15 },
@@ -5174,8 +5174,8 @@
51745174
"category": [ "BATRACHIAN" ],
51755175
"active": true,
51765176
"attacks": {
5177-
"attack_text_u": "You bash %s with your tongue.",
5178-
"attack_text_npc": "%1$s smacks into %2$s with their tongue.",
5177+
"attack_text_u": "You bash %s with your tongue",
5178+
"attack_text_npc": "%1$s smacks into %2$s with their tongue",
51795179
"body_part": "mouth",
51805180
"chance": 15,
51815181
"base_damage": { "damage_type": "bash", "amount": 15 },
@@ -7169,7 +7169,7 @@
71697169
{
71707170
"type": "mutation",
71717171
"id": "PROF_HUB01_ANCILLIARY",
7172-
"name": { "str": "Hub 01 Ancilliary" },
7172+
"name": { "str": "Hub 01 Ancillary" },
71737173
"points": 0,
71747174
"description": "You are known to be a capable and resourceful mercenary at the employ of Hub 01.",
71757175
"cancels": [ "PROF_FED" ],
@@ -7393,7 +7393,7 @@
73937393
"name": { "str": "Debug Tail" },
73947394
"points": 99,
73957395
"valid": false,
7396-
"description": "Gain a tail bodypart",
7396+
"description": "Gain a tail bodypart.",
73977397
"enchantments": [ "ENCH_DEBUG_TAIL" ],
73987398
"debug": true
73997399
},

data/json/npcs/BG_trait_groups.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"//": "This group picks out background traits that could apply to any survivor. Eventually these should be implemented as the catch-all for NPCs of an unknown class, eg those introduced by mods.",
3+
"//": "This group picks out background traits that could apply to any survivor. Eventually these should be implemented as the catch-all for NPCs of an unknown class, e.g. those introduced by mods.",
44
"type": "trait_group",
55
"id": "BG_survival_story_UNIVERSAL",
66
"subtype": "distribution",

0 commit comments

Comments
 (0)