Bläddra i källkod

Add Managarmr's true divine form

master
Fen Dweller 4 år sedan
förälder
incheckning
0272bc8568
3 ändrade filer med 4637 tillägg och 1 borttagningar
  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 Visa fil

@@ -21055,6 +21055,7 @@ const attributionData = {
files: [ files: [
{ name: "casual-front.svg", source: "https://www.furaffinity.net/view/43949583/" }, { name: "casual-front.svg", source: "https://www.furaffinity.net/view/43949583/" },
{ name: "casual-back.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: [ authors: [
"5ushiroll" "5ushiroll"


+ 4604
- 0
media/characters/managarmr/true-divine-front.svg
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 32
- 1
presets/characters.js Visa fil

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


characterMakers.push(() => makeCharacter( characterMakers.push(() => makeCharacter(
{ name: "Managarmr", species: ["dragon"], tags: ["anthro"] },
{ name: "Managarmr", species: ["dragon", "deity"], tags: ["anthro"] },
{ {
casual_front: { casual_front: {
height: math.unit(6 + 1/12, "feet"), height: math.unit(6 + 1/12, "feet"),
@@ -59156,8 +59156,36 @@ characterMakers.push(() => makeCharacter(
extra: 580/485, extra: 580/485,
bottom: 32/612 bottom: 32/612
}, },
extraAttributes: {
"wingspan": {
name: "Wingspan",
power: 1,
type: "length",
base: math.unit(4, "meters")
},
},
form: "base", 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": { "base": {
name: "Base", name: "Base",
}, },
"true-divine": {
name: "True Divine",
},
} }
)) ))




Laddar…
Avbryt
Spara