New species: Curator.

This commit is contained in:
Feufochmar 2024-04-02 17:51:02 +02:00
parent b49512a388
commit cb5406341a
2 changed files with 32 additions and 0 deletions

View File

@ -1131,6 +1131,19 @@
}
]
},
{
"name": "Chatterbox",
"description": "A person with this ability can build chatterboxes, spherical rooms that are larger in the inside that how they look on the outside. Those spherical rooms are filled with meaningfull items related to the builder's history and special interest. Entering such a room may be mentally taxing for those whose values doesn't align with the builder's values.",
"author": "http://floraverse.com",
"conditions": [
{
"type": "species",
"species": "Curator",
"gene-threshold": 80,
"automatic?": true
}
]
},
{
"name": "Dispelling Touch",
"description": "A person with this ability can remove magical effects affecting other individuals or items by touching them with a specific body part (ex: hand, tail, horn, ...). The ability works by transferring the effects from the target to the user. The transferred effects affect the user to a lesser extent than the target while they are dispersing them with their body. The duration of the dispersion varies depending on the dispelled effect and a user need to rest after several minutes of Dispelling Touch use. If the target is affected by several magical effects, the most powerful effects are transfered and dispersed first. A user can only disperse an effect at a time cannot choose the dispersed effect. Dispersing the same effect, or several effect with the same affinity, several times in a row may lead the user to temporary or definitively gain the affinity of the dispersed effect, disabling their Dispelling Touch temporary or definitively.",

View File

@ -674,6 +674,21 @@
"generable-as-character?": true,
"citizen?": true
},
{
"name": "Curator",
"reference-link": "https://floraverse.com/comic/species/references/bonifas-s-species-references/862-curator-species/",
"endemic-in": ["Eastar", "Owel"],
"affinity": {
"Clear": 10,
"Fire": 10, "Water": 10, "Earth": 200, "Air": 10, "Spirit": 10,
"Plasma": 5, "Acid": 5, "Lava": 100, "Light": 5, "Aura": 5,
"Ice": 5, "Clay": 100, "Cloud": 5, "Poison": 5,
"Crystal": 100, "Sand": 100, "Magnet": 100,
"Storm": 5, "Sound": 5, "PSI": 5
},
"generable-as-character?": true,
"citizen?": true
},
{
"name": "Commons Fox",
"citizen?": true
@ -2244,6 +2259,10 @@
"child": {
"name": "Kirin"
}
},
{
"parents": ["Curator", "Pygmy Pyzky"],
"child": {}
}
]
}