Update with uniqorn data.

This commit is contained in:
Feufochmar 2022-07-04 07:37:24 +02:00
parent 8199463657
commit b4ebdb386b
2 changed files with 63 additions and 10 deletions

View File

@ -1040,6 +1040,45 @@
}
]
},
{
"name": "Doppelganger",
"description": "A person with this ability is called an Ersterganger and can summon an alternate self, the Doppelganger, in a situation of conflict, when that person feels unable to resolve that conflict without resorting to violence. The Doppelganger is physically identical to the Ersterganger but has a different coloration.",
"author": "http://floraverse.com",
"conditions": [
{
"type": "species",
"species": "Uniqorn",
"gene-threshold": 40,
"automatic?": true
}
]
},
{
"name": "Touch and Know",
"description": "A person with this ability can pick up unusual information related to their interest or feelings in some way using their hands.",
"author": "http://floraverse.com",
"conditions": [
{
"type": "species",
"species": "Uniqorn",
"gene-threshold": 20,
"automatic?": true
}
]
},
{
"name": "Magic Horn",
"description": "A person with this ability can quickly learn specialized magic relating to their interests, that manifests using their horn. If that person looses their horn, their magical prowess is lost.",
"author": "http://floraverse.com",
"conditions": [
{
"type": "species",
"species": "Uniqorn",
"gene-threshold": 40,
"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

@ -653,6 +653,12 @@
}
]
},
{
"name": "Uniqorn",
"reference-link": "https://floraverse.com/comic/species/references/tzebel-s-species-references/850-uniqorn-species/",
"generable-as-character?": true,
"citizen?": true
},
{
"name": "Commons Fox",
"citizen?": true
@ -665,10 +671,6 @@
"name": "Borealan Fox",
"citizen?": true
},
{
"name": "Uniqorn",
"citizen?": true
},
{
"name": "Gorgon",
"citizen?": true
@ -1761,6 +1763,10 @@
"parents": ["Flowercat", "Kobold"],
"child": {}
},
{
"parents": ["Flowercat", "Uniqorn"],
"child": {}
},
{
"parents": ["Spiritual Foxbat", "Aurorian Fox"],
"child": {}
@ -2151,6 +2157,10 @@
"parents": ["Turf Tiger", "Kobold"],
"child": {}
},
{
"parents": ["Turf Tiger", "Uniqorn"],
"child": {}
},
{
"parents": ["Pygmy Tiger", "Bearring"],
"child": {}
@ -2175,6 +2185,10 @@
"parents": ["Pygmy Tiger", "Kobold"],
"child": {}
},
{
"parents": ["Pygmy Tiger", "Uniqorn"],
"child": {}
},
{
"parents": ["Cleardeer", "Farewhett"],
"child": {
@ -2187,12 +2201,6 @@
"name": "Fairin"
}
},
{
"parents": ["Uniqorn", "Kobold"],
"child": {
"name": "Kiriqorn"
}
},
{
"parents": ["Labor Rat", "Kobold"],
"child": {
@ -2216,6 +2224,12 @@
"child": {
"name": "Drybold"
}
},
{
"parents": ["Kobold", "Uniqorn"],
"child": {
"name": "Kirin"
}
}
]
}