Browse Source

Add Managarmr's true divine form

master
Fen Dweller 3 years ago
parent
commit
0272bc8568
3 changed files with 4637 additions and 1 deletions
  1. +1
    -0
      media/attribution.js
  2. +4604
    -0
      media/characters/managarmr/true-divine-front.svg
  3. +32
    -1
      presets/characters.js

+ 1
- 0
media/attribution.js View File

@@ -21055,6 +21055,7 @@ const attributionData = {
files: [
{ name: "casual-front.svg", source: "https://www.furaffinity.net/view/43949583/" },
{ name: "casual-back.svg", source: "https://www.furaffinity.net/view/43949583/" },
{ name: "true-divine-front.svg", source: "https://www.furaffinity.net/view/43949583/" },
],
authors: [
"5ushiroll"


+ 4604
- 0
media/characters/managarmr/true-divine-front.svg
File diff suppressed because it is too large
View File


+ 32
- 1
presets/characters.js View File

@@ -59120,7 +59120,7 @@ characterMakers.push(() => makeCharacter(
))

characterMakers.push(() => makeCharacter(
{ name: "Managarmr", species: ["dragon"], tags: ["anthro"] },
{ name: "Managarmr", species: ["dragon", "deity"], tags: ["anthro"] },
{
casual_front: {
height: math.unit(6 + 1/12, "feet"),
@@ -59156,8 +59156,36 @@ characterMakers.push(() => makeCharacter(
extra: 580/485,
bottom: 32/612
},
extraAttributes: {
"wingspan": {
name: "Wingspan",
power: 1,
type: "length",
base: math.unit(4, "meters")
},
},
form: "base",
},
"true-divine_front": {
height: math.unit(40, "feet"),
weight: math.unit(39000, "lb"),
preyCapacity: math.unit(375, "people"),
name: "Front",
image: {
source: "./media/characters/managarmr/true-divine-front.svg",
extra: 725/573,
bottom: 120/845
},
extraAttributes: {
"wingspan": {
name: "Wingspan",
power: 1,
type: "length",
base: math.unit(20, "meters")
},
},
form: "true-divine",
},
},
[
{
@@ -59181,6 +59209,9 @@ characterMakers.push(() => makeCharacter(
"base": {
name: "Base",
},
"true-divine": {
name: "True Divine",
},
}
))



Loading…
Cancel
Save