New species: Labor Rat

This commit is contained in:
Feufochmar 2020-09-22 20:23:45 +02:00
parent 57bd0eab91
commit 71702a9a32
2 changed files with 46 additions and 0 deletions

View File

@ -1001,6 +1001,19 @@
}
]
},
{
"name": "Packed Rat",
"description": "Two or more persons with this ability can physically merge into a single entity.",
"author": "http://floraverse.com",
"conditions": [
{
"type": "species",
"species": "Labor Rat",
"gene-threshold": 20,
"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

@ -644,6 +644,21 @@
"generable-as-character?": true,
"citizen?": true
},
{
"name": "Labor Rat",
"reference-link": "https://floraverse.com/comic/floraverse-eastar-islands/malwire-reference-points/841-species-labor-rats/",
"endemic-in": ["Eastar"],
"affinity": {
"Clear": 60,
"Fire": 3, "Water": 3, "Earth": 3, "Air": 3, "Spirit": 3,
"Plasma": 3, "Acid": 3, "Lava": 3, "Light": 3, "Aura": 3,
"Ice": 3, "Clay": 3, "Cloud": 3, "Poison": 3,
"Crystal": 3, "Sand": 3, "Magnet": 3,
"Storm": 3, "Sound": 3, "PSI": 3
},
"generable-as-character?": true,
"citizen?": true
},
{
"name": "Commons Fox",
"citizen?": true
@ -2113,6 +2128,24 @@
"child": {
"name": "Kiriqorn"
}
},
{
"parents": ["Labor Rat", "Kobold"],
"child": {
"name": "Labbold"
}
},
{
"parents": ["Labor Rat", "Bearring"],
"child": {
"name": "Bearrat"
}
},
{
"parents": ["Labor Rat", "Mouse"],
"child": {
"name": "Labor Mouse"
}
}
]
}