From 2522384d9d29cb48b53afe4bbb715e15c681ce44 Mon Sep 17 00:00:00 2001 From: David Silver Date: Sun, 31 Mar 2024 20:14:20 -0700 Subject: [PATCH] Update module.json Added new traits. --- module.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index ef55322..1d59dd5 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "id": "ponyfinder-traits", "title": "Ponyfinder PF2e Traits", - "version": "1.1.4", + "version": "1.1.5", "compatibility": { "minimum": "11", "verified": "11" @@ -73,6 +73,10 @@ "flutterpony": "Flutterpony", "griffon": "Griffon", "half-construct": "Half-Construct", + "big mao": "Bear Folk", + "drakehoof": "Dragon Ponies", + "vulpony": "Fox Ponies", + "krava": "Krava", "phoenix-wolf": "Phoenix Wolf", "ponykind": "Ponykind", @@ -155,4 +159,4 @@ ], "manifest": "https://github.com/MemelyPepeartly/ponyfinder-traits/releases/latest/download/module.json", "download": "https://github.com/MemelyPepeartly/ponyfinder-traits/releases/latest/download/module.zip" -} \ No newline at end of file +}