Parcourir la source

Add Robin Phox's Reshiram form

master
Fen Dweller il y a 3 ans
Parent
révision
ed0b93f2c9
5 fichiers modifiés avec 5099 ajouts et 0 suppressions
  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 Voir le fichier

@@ -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
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 1824
- 0
media/characters/robin-phox/reshiram-front-nsfw.svg
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 1755
- 0
media/characters/robin-phox/reshiram-front.svg
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 42
- 0
presets/characters.js Voir le fichier

@@ -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",
},
}
))



Chargement…
Annuler
Enregistrer