Browse Source

Add Robin Phox's Reshiram form

master
Fen Dweller 3 years ago
parent
commit
ed0b93f2c9
5 changed files with 5099 additions and 0 deletions
  1. +3
    -0
      media/attribution.js
  2. +1475
    -0
      media/characters/robin-phox/reshiram-back.svg
  3. +1824
    -0
      media/characters/robin-phox/reshiram-front-nsfw.svg
  4. +1755
    -0
      media/characters/robin-phox/reshiram-front.svg
  5. +42
    -0
      presets/characters.js

+ 3
- 0
media/attribution.js View File

@@ -20734,6 +20734,9 @@ const attributionData = {
{ name: "inteleon-front.svg", source: "https://twitter.com/Cassettewaves/status/1402430860066840579" },
{ name: "inteleon-back.svg", source: "https://twitter.com/Cassettewaves/status/1402430860066840579" },
{ name: "inteleon-front-nsfw.svg", source: null, nsfw: true},
{ name: "reshiram-front.svg", source: "https://twitter.com/Cassettewaves/status/1485750448866869248" },
{ name: "reshiram-back.svg", source: "https://twitter.com/Cassettewaves/status/1485750448866869248" },
{ name: "reshiram-front-nsfw.svg", source: null, nsfw: true},
],
authors: [
"cassettewaves"


+ 1475
- 0
media/characters/robin-phox/reshiram-back.svg
File diff suppressed because it is too large
View File


+ 1824
- 0
media/characters/robin-phox/reshiram-front-nsfw.svg
File diff suppressed because it is too large
View File


+ 1755
- 0
media/characters/robin-phox/reshiram-front.svg
File diff suppressed because it is too large
View File


+ 42
- 0
presets/characters.js View File

@@ -57768,6 +57768,39 @@ characterMakers.push(() => makeCharacter(
},
form: "inteleon",
},
reshiram_front: {
height: math.unit(10 + 6/12, "feet"),
weight: math.unit(727.5, "lb"),
name: "Front",
image: {
source: "./media/characters/robin-phox/reshiram-front.svg",
extra: 1198/940,
bottom: 123/1321
},
form: "reshiram",
},
reshiram_frontNsfw: {
height: math.unit(10 + 6/12, "feet"),
weight: math.unit(727.5, "lb"),
name: "Front-nsfw",
image: {
source: "./media/characters/robin-phox/reshiram-front-nsfw.svg",
extra: 1198/940,
bottom: 123/1321
},
form: "reshiram",
},
reshiram_back: {
height: math.unit(10 + 6/12, "feet"),
weight: math.unit(727.5, "lb"),
name: "Back",
image: {
source: "./media/characters/robin-phox/reshiram-back.svg",
extra: 1024/904,
bottom: 85/1109
},
form: "reshiram",
},
},
[
{
@@ -57800,6 +57833,12 @@ characterMakers.push(() => makeCharacter(
default: true,
form: "inteleon"
},
{
name: "Normal",
height: math.unit(10 + 6/12, "feet"),
default: true,
form: "reshiram"
},
{
name: "Macro",
height: math.unit(500, "feet"),
@@ -57838,6 +57877,9 @@ characterMakers.push(() => makeCharacter(
"inteleon": {
name: "Inteleon",
},
"reshiram": {
name: "Reshiram",
},
}
))



Loading…
Cancel
Save