section 2

This commit is contained in:
timothyteakettle
2020-07-24 23:44:57 +01:00
parent 7fb55a02a5
commit 8360bb1a7f
44 changed files with 760 additions and 99 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"generic": ["general disfigurement"],
"bluntmoderate": [
"the bone equivalent of a faded bruise",
"a series of tiny chip marks"
],
"bluntsevere": [
"a series of faded hairline cracks",
"a small bone dent"
],
"bluntcritical": [
"large streaks of refilled cracks",
"a fractal of reformed stress marks",
"a cluster of calluses"
],
"dismember": [
"is slightly misaligned",
"has clearly been dropped recently",
"has a damaged socket"
]
}
+86
View File
@@ -0,0 +1,86 @@
{
"generic": ["general disfigurement"],
"bluntmoderate": [
"light discoloring",
"a slight blue tint"
],
"bluntsevere": [
"a faded, fist-sized bruise",
"a vaguely triangular peel scar"
],
"bluntcritical": [
"a section of janky skin lines and badly healed scars",
"a large patch of uneven skin tone",
"a cluster of calluses"
],
"slashmoderate": [
"light, faded lines",
"minor cut marks",
"a small faded slit",
"a series of small scars"
],
"slashsevere": [
"a twisted line of faded gashes",
"a gnarled sickle-shaped slice scar"
],
"slashcritical": [
"a winding path of very badly healed scar tissue",
"a series of peaks and valleys along a gruesome line of cut scar tissue",
"a grotesque snake of indentations and stitching scars"
],
"piercemoderate": [
"a small, faded bruise",
"a small twist of reformed skin",
"a thumb-sized puncture scar"
],
"piercesevere": [
"an ink-splat shaped pocket of scar tissue",
"a long-faded puncture wound",
"a tumbling puncture hole with evidence of faded stitching"
],
"piercecritical": [
"a rippling shockwave of scar tissue",
"a wide, scattered cloud of shrapnel marks",
"a gruesome multi-pronged puncture scar"
],
"burnmoderate": [
"small amoeba-shaped skinmarks",
"a faded streak of depressed skin"
],
"burnsevere": [
"a large, jagged patch of faded skin",
"random spots of shiny, smooth skin",
"spots of taut, leathery skin"
],
"burncritical": [
"massive, disfiguring keloid scars",
"several long streaks of badly discolored and malformed skin",
"unmistakeable splotches of dead tissue from serious burns"
],
"dismember": [
"is several skintone shades paler than the rest of the body",
"is a gruesome patchwork of artificial flesh",
"has a large series of attachment scars at the articulation points"
]
}
+52
View File
@@ -0,0 +1,52 @@
{
"": ["general area"],
"head": [
"left eyebrow",
"cheekbone",
"neck",
"throat",
"jawline",
"entire face"
],
"chest": [
"upper chest",
"lower abdomen",
"midsection",
"collarbone",
"lower back"
],
"l_arm": [
"outer left forearm",
"inner left wrist",
"left elbow",
"left bicep",
"left shoulder"
],
"r_arm": [
"outer right forearm",
"inner right wrist",
"right elbow",
"right bicep",
"right shoulder"
],
"l_leg": [
"inner left thigh",
"outer left calf",
"outer left hip",
"left kneecap",
"lower left shin"
],
"r_leg": [
"inner right thigh",
"outer right calf",
"outer right hip",
"right kneecap",
"lower right shin"
]
}