From 9e1338b49d23c3fed046d61a436ab452b7c08691 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 8 Jun 2022 11:38:55 -0700 Subject: Remove redundant 0 visibility and 0 ugliness fields. Source assumes 0 when not specified. Remove negative visibility fields. Source treats negative values as 0. Slightly buff Red Iris. Make Deadened Body ugly 1/visible 3, just like Pale Skin. Update Deadened Body with upstreamed BREATHE_UNDERWATER flag to reduce source code burden. --- vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'vamp_stuff/Modification_Files/Mutation') diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json index 6dfad8a..9abf28e 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -100,7 +100,6 @@ "id": "BEAUTIFULVAMP", "name": "Moon-lit Grace", "points": 6, - "visibility": -7, "ugliness": -7, "description": "Aside from your appearances, your movements are incredibly graceful and allow you to seemingly glide through every task.", "valid": false, @@ -128,7 +127,7 @@ "eye_blue", "eye_brown", "eye_hazel", "eye_amber", "eye_gray", "eye_green" ], "category": [ "VAMP" ], - "social_modifiers": { "lie": 5, "persuade": 10, "intimidate": 1 }, + "social_modifiers": { "lie": 5, "persuade": 10, "intimidate": 5 }, "types": [ "eye_color" ] }, { @@ -157,6 +156,8 @@ "id": "VAMP_SKIN", "name": "Deadened Body", "points": 4, + "visibility": 3, + "ugliness": 1, "description": "You look very pale and your skin is cold to the touch, and you no longer breathe nor does your heart beat. On the other hand you are immune to most conditions that would debilitate the living, as well as being resistant to regular injuries.", "valid": false, "purifiable": false, @@ -168,15 +169,14 @@ "ALBINO", "PALE", "SUNBURN", "SKIN_DARK", "SKIN_LIGHT", "SKIN_MEDIUM", "SKIN_PINK", "SKIN_TAN" ], - "types": [ "skin_tone" ] + "types": [ "SKIN", "skin_tone" ], + "flags": [ "BREATHE_UNDERWATER" ] }, { "type": "mutation", "id": "VAMP_FANGS", "name": "Vampire Fangs", "points": 2, - "visibility": 0, - "ugliness": 0, "description": "Your canine teeth have grown into fangs, which can be retracted at will. This enables you to avoid looking any differently, while still allowing you to make an extra attack when conditions favor it.", "valid": false, "purifiable": false, @@ -199,8 +199,6 @@ "id": "VAMP_CLAWS", "name": { "str": "Vampire Claws" }, "points": 2, - "visibility": 0, - "ugliness": 0, "cut_dmg_bonus": 10, "butchering_quality": 4, "description": "Your fingernails have grown into sharp claws, which can be retracted at will. If you aren't wearing gloves, your unarmed attacks deal additional cutting damage.", -- cgit v1.2.1