diff --git a/species/spacekidds.raceeffect b/species/spacekidds.raceeffect new file mode 100644 index 0000000000..8bc3219d20 --- /dev/null +++ b/species/spacekidds.raceeffect @@ -0,0 +1,37 @@ +{ + "stats" : [ + { "stat" : "fuCharisma", "basemultiplier" : 1.35 }, + { "stat" : "fireResistance", "amount" : -0.2 }, + { "stat" : "radioactiveResistance", "amount" : -0.2 }, + { "stat" : "shadowResistance", "amount" : 0.2 }, + { "stat" : "iceResistance", "amount" : 0.3 }, + { "stat" : "cosmicResistance", "amount" : 0.2 } + ], + "diet" : "herbivore", + "controlModifiers" : { + "speedModifier" : 1.08 + }, + "envEffects" : [ + { + "biomes" : [ "lush", "garden", "arboreal", "tundra" ], + "stats" : [ + { "stat" : "maxHealth", "baseMultiplier" : 1.2 }, + { "stat" : "maxEnergy", "baseMultiplier" : 1.25 } + ] + } + ], + "weaponEffects" : [ + { + "weapons" : [ "scythe" ], + "stats" : [ + { "stat" : "powerMultiplier", "baseMultiplier" : 1.1 } + ] + }, + { + "weapons" : [ "dagger" ], + "stats" : [ + { "stat" : "protection", "effectiveMultiplier" : 1.15 } + ] + } + ] +} diff --git a/species/spacekidds.species.patch b/species/spacekidds.species.patch new file mode 100644 index 0000000000..491d2fbcb9 --- /dev/null +++ b/species/spacekidds.species.patch @@ -0,0 +1,23 @@ +[ + { "op": "replace", + "path" : "/charCreationTooltip/description" , + "value" : "A space faring race of sheep people... Sheeple? They were cast out from their home system and now look to the stars." + +Diet: Herbivore + +^orange;Perks^reset;: +^green;+8%^reset; speed +Resist: ^green;20%^reset; Cosmic, Shadow +Great Traders: ^green;+35%^reset; Charisma + +^orange;Environment^reset;: +Gain additional vitality and protection in ^green;Lush, Garden, Tundra; biomes + +^orange;Weapons^reset;: +Scythe: ^green;+10%^reset; Damage +Dagger: ^green;+15%^reset; Protection + +^red;Weaknesses^reset;: +^red;20%^reset; Fire, Radiation" + } +]