Skip to content

Commit d72c6ba

Browse files
authored
Merge pull request #82919 from Termineitor244/taming-traits-in-mod
Animal Discord/Empathy as starting traits in Tamable Wildlife
2 parents 5bbdb08 + f6911bc commit d72c6ba

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[
2+
{
3+
"type": "mutation",
4+
"id": "ANIMALEMPATH",
5+
"copy-from": "ANIMALEMPATH",
6+
"starting_trait": true
7+
},
8+
{
9+
"type": "mutation",
10+
"id": "ANIMALDISCORD",
11+
"copy-from": "ANIMALDISCORD",
12+
"starting_trait": true
13+
}
14+
]

0 commit comments

Comments
 (0)