Skip to content

Commit

Permalink
Fixed Animal Kinship (#29170)
Browse files Browse the repository at this point in the history
* Fixed Animal Kinship

* Kinship no longer a starting trait
  • Loading branch information
SantosValourion authored and ZhilkinSerg committed Apr 1, 2019
1 parent ddd6950 commit db80b3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data/json/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,15 +365,16 @@
"description" : "Peaceful animals will not run away from you, and even aggressive animals are less likely to attack. This only applies to natural animals such as woodland creatures.",
"starting_trait" : true,
"category" : ["BEAST", "ELFA"],
"changes_to" : ["ANIMALEMPATH2"],
"cancels" : ["ANIMALDISCORD"]
},{
"type" : "mutation",
"id" : "ANIMALEMPATH2",
"name" : "Animal Kinship",
"points" : 2,
"description" : "Something about your presence is calming to animals, and they will treat you with innate trust.",
"starting_trait" : true,
"description" : "Something about your presence is calming to animals, and they will treat you with innate trust. This only applies to natural animals such as woodland creatures.",
"category" : ["ELFA"],
"prereqs" : ["ANIMALEMPATH"],
"cancels" : ["ANIMALDISCORD"]
},{
"type" : "mutation",
Expand Down

0 comments on commit db80b3b

Please sign in to comment.