feat(fauna): ✨ Add JSON configuration for sulphur lichen grazer insect species
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
38a8ebab4d
commit
ef89d4299b
1 changed files with 58 additions and 0 deletions
|
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"id": "sulphur_lichen_grazer_insect",
|
||||
"name": "Sulphur Lichen Grazer",
|
||||
"description": "Tiny sap-mouthed bug that grazes sulphur-tolerant lichens crusting the warm rocks of an active caldera floor. Heavily detoxifying gut symbionts let it ingest acidic, sulphate-laden tissue that would dissolve a normal insect mouthpart. Forms dense plates on warm bedrock at first light, dispersing into rock fractures when surface temperature climbs.",
|
||||
"tags": ["domain_land", "trophic_herbivore", "tier_1"],
|
||||
"domain": "land",
|
||||
"trophic_level": "herbivore",
|
||||
"lineage": "insects_social",
|
||||
"ecology_tier": 1,
|
||||
"traits": [
|
||||
"size_tiny",
|
||||
"diet_herbivore",
|
||||
"habitat_terrestrial",
|
||||
"locomotion_walking",
|
||||
"thermal_cold_blooded",
|
||||
"repro_r_strategy",
|
||||
"social_swarm"
|
||||
],
|
||||
"prey": [
|
||||
"volcanic_lichen"
|
||||
],
|
||||
"habitat_min": 0.05,
|
||||
"migration_range": 1,
|
||||
"carrying_capacity": 4.0,
|
||||
"lifecycle": {
|
||||
"system": "volcanic",
|
||||
"stage": "active",
|
||||
"formed_by": [
|
||||
{
|
||||
"source": "egg_mass",
|
||||
"mechanism": "accumulation",
|
||||
"condition": "warm bedrock with sulphur-tolerant lichen crust"
|
||||
}
|
||||
],
|
||||
"transforms": []
|
||||
},
|
||||
"substrate_climate": [
|
||||
{
|
||||
"substrate": "rock",
|
||||
"t_band_min": 3,
|
||||
"t_band_max": 4,
|
||||
"p_band_min": 0,
|
||||
"p_band_max": 2
|
||||
}
|
||||
],
|
||||
"terrain_affinity": [
|
||||
"caldera",
|
||||
"volcano",
|
||||
"lava_field"
|
||||
],
|
||||
"hp": 1,
|
||||
"attack": 1,
|
||||
"defense": 1,
|
||||
"armor_type": "unarmored",
|
||||
"attack_type": "pierce",
|
||||
"movement": 1,
|
||||
"_derived_stats": true
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue