Skip to content

Commit

Permalink
feat: animal ears are cute (#3230)
Browse files Browse the repository at this point in the history
* feat: made animal tails not ugly

...except weaponized ones

* feat: made animal ears pretty
  • Loading branch information
scarf005 authored Sep 26, 2023
1 parent 1efef0f commit 639a0e9
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -3020,7 +3020,6 @@
"name": { "str": "Stubby Tail" },
"points": 0,
"visibility": 1,
"ugliness": 2,
"description": "You have a short, stubby tail, like a rabbit's. It serves no purpose.",
"types": [ "TAIL" ],
"changes_to": [ "TAIL_LONG", "TAIL_THICK", "TAIL_FIN", "TAIL_RAT", "TAIL_RAPTOR" ],
Expand All @@ -3032,7 +3031,6 @@
"name": { "str": "Tail Fin" },
"points": -2,
"visibility": 4,
"ugliness": 2,
"description": "You have a fin-like tail. It allows you to swim more quickly, but prevents wearing non-fabric pants. Slightly increases wet benefits.",
"types": [ "TAIL" ],
"prereqs": [ "TAIL_STUB" ],
Expand All @@ -3048,7 +3046,6 @@
"name": { "str": "Long Tail" },
"points": 1,
"visibility": 6,
"ugliness": 2,
"description": "You have a long, graceful tail, like that of a big cat. It improves your balance, making your ability to dodge higher, but prevents wearing non-fabric pants.",
"types": [ "TAIL" ],
"prereqs": [ "TAIL_STUB" ],
Expand All @@ -3064,7 +3061,6 @@
"name": { "str": "Cattle Tail" },
"points": -1,
"visibility": 6,
"ugliness": 2,
"description": "You have a long tail with a tuft on the end. You find yourself instinctively swatting away flies with it, though it's not as effective at balancing you as you'd like. Prevents wearing non-fabric pants.",
"types": [ "TAIL" ],
"prereqs": [ "TAIL_LONG" ],
Expand All @@ -3079,7 +3075,6 @@
"name": { "str": "Rodent Tail" },
"points": 1,
"visibility": 6,
"ugliness": 4,
"description": "You have a long but hairless tail. It's a pretty effective balancing aid, but does look, uh, ratty. Prevents wearing non-fabric pants.",
"types": [ "TAIL" ],
"prereqs": [ "TAIL_LONG", "TAIL_STUB" ],
Expand All @@ -3094,7 +3089,6 @@
"name": { "str": "Thick Tail" },
"points": 1,
"visibility": 8,
"ugliness": 2,
"description": "You have a long, thick, lizardlike tail. It helps you balance a bit but also makes a serviceable whip. Prevents wearing non-fabric pants.",
"types": [ "TAIL" ],
"prereqs": [ "TAIL_STUB" ],
Expand All @@ -3116,7 +3110,6 @@
"name": { "str": "Raptor Tail" },
"points": 1,
"visibility": 8,
"ugliness": 2,
"description": "You have a long and semi-stiff lizardlike tail. You can't effectively lash it in combat, but it significantly improves your balance. Prevents wearing non-fabric pants.",
"types": [ "TAIL" ],
"prereqs": [ "TAIL_STUB" ],
Expand Down Expand Up @@ -3146,7 +3139,7 @@
"name": { "str": "Spiked Tail" },
"points": -1,
"visibility": 6,
"ugliness": 3,
"ugliness": 1,
"description": "You have a long tail that ends in a vicious stinger. It does not improve your balance at all, but allows for a powerful piercing attack. Prevents wearing non-fabric pants.",
"types": [ "TAIL" ],
"prereqs": [ "TAIL_LONG" ],
Expand Down Expand Up @@ -3543,8 +3536,8 @@
"name": { "str": "Canine Ears" },
"points": 1,
"visibility": 4,
"ugliness": 1,
"description": "Your ears have extended into long, pointed ones, like those of a canine. They enhance your hearing, allowing you to hear at greater distances.",
"ugliness": -2,
"description": "You've grown an extra pair of canine ears. They enhance your hearing, allowing you to hear at greater distances.",
"types": [ "EARS" ],
"category": [ "BEAST", "CATTLE", "CHIMERA" ],
"changes_to": [ "LUPINE_EARS" ],
Expand All @@ -3556,7 +3549,7 @@
"name": { "str": "Lupine Ears" },
"points": 1,
"visibility": 4,
"ugliness": 1,
"ugliness": -2,
"description": "Your hearing has evolved further and is now on par with that of wolves. You can hear things significantly farther away.",
"types": [ "EARS" ],
"category": [ "LUPINE" ],
Expand All @@ -3568,7 +3561,8 @@
"name": { "str": "Feline Ears" },
"points": 1,
"visibility": 4,
"description": "Your ears have extended into long, pointed, velvety ones, like those of a feline. You find it easier to tune in on sounds from afar.",
"ugliness": -2,
"description": "You've grown an extra pair of feline ears. You find it easier to tune in on sounds from afar. They are also very fluffy!",
"types": [ "EARS" ],
"category": [ "FELINE" ],
"hearing_modifier": 1.25
Expand All @@ -3579,8 +3573,8 @@
"name": { "str": "Ursine Ears" },
"points": 1,
"visibility": 4,
"ugliness": 1,
"description": "Your ears have grown longer and rounder, much like those of a bear. You can hear things a little farther away.",
"ugliness": -2,
"description": "You've grown an extra pair of ursine ears. You can hear things a little farther away.",
"types": [ "EARS" ],
"category": [ "URSINE" ],
"hearing_modifier": 1.25
Expand All @@ -3591,7 +3585,7 @@
"name": { "str": "Pointed Ears" },
"points": 0,
"visibility": 4,
"ugliness": 1,
"ugliness": -1,
"description": "Your upper earlobes have grown noticeably higher. Fortunately, they don't get in the way of your headgear, much. Unfortunately, they also don't seem to help your hearing any.",
"valid": false,
"types": [ "EARS" ],
Expand All @@ -3602,9 +3596,9 @@
"id": "MOUSE_EARS",
"name": { "str": "Rodent Ears" },
"points": 1,
"visibility": 8,
"ugliness": 1,
"description": "Your ears are huge, round, and gray! They're rather fascinating, and help you hear from a much greater distance.",
"visibility": 6,
"ugliness": -2,
"description": "Your extra pair of ears are huge, round, and gray! They're rather fascinating, and help you hear from a much greater distance.",
"valid": false,
"types": [ "EARS" ],
"category": [ "MOUSE", "RAT" ],
Expand Down

0 comments on commit 639a0e9

Please sign in to comment.