From ced19e2f32cddf228df2120958f14d1dc2594b3b Mon Sep 17 00:00:00 2001 From: Pandro Date: Fri, 10 Oct 2025 01:24:45 +0200 Subject: [PATCH] Minor Tweaks to origins Changed impact ratings for dragon, protogen Fixed typo in bat description --- data/feathermc/origins/bat.json | 2 +- data/feathermc/origins/dragon.json | 2 +- data/feathermc/origins/protogen.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/feathermc/origins/bat.json b/data/feathermc/origins/bat.json index 5d207d8..61f5d23 100644 --- a/data/feathermc/origins/bat.json +++ b/data/feathermc/origins/bat.json @@ -1,6 +1,6 @@ { "name": "Bat", - "description": "A winged creature that prefers to stay in caves during the day. Adapted to low or nolight it can have difficulties dealing with day light.", + "description": "A winged creature that prefers to stay in caves during the day. Adapted to low or no light it can have difficulties dealing with day light.", "powers": [ "feathermc:frail_flight", "feathermc:armor_slow", diff --git a/data/feathermc/origins/dragon.json b/data/feathermc/origins/dragon.json index 91c3bd8..2cfa7bd 100644 --- a/data/feathermc/origins/dragon.json +++ b/data/feathermc/origins/dragon.json @@ -9,5 +9,5 @@ "origins:fire_immunity" ], "order": 6, - "impact": 2 + "impact": 3 } diff --git a/data/feathermc/origins/protogen.json b/data/feathermc/origins/protogen.json index ddbfef2..faeb411 100644 --- a/data/feathermc/origins/protogen.json +++ b/data/feathermc/origins/protogen.json @@ -8,5 +8,5 @@ "feathermc:integrated_armor" ], "order": 9, - "impact": 2 + "impact": 3 }