Просмотр исходного кода

Update Vyse Iron-Thunder's sizes

master
Fen Dweller 4 лет назад
Родитель
Сommit
36099430d0
2 измененных файлов: 27 добавлений и 3 удалений
  1. +2
    -2
      media/attribution.js
  2. +25
    -1
      presets/characters.js

+ 2
- 2
media/attribution.js Просмотреть файл

@@ -30467,8 +30467,8 @@ const attributionData = {
"url": "https://www.furaffinity.net/user/hedgievamp"
},
"trueneutral": {
"name": "True Neutral",
"url": "https://www.furaffinity.net/user/trueneutral/"
"name": "BadLuxLad",
"url": "https://twitter.com/BadLuxLad"
},
}
}


+ 25
- 1
presets/characters.js Просмотреть файл

@@ -2325,6 +2325,10 @@ const speciesData = {
name: "Komodo Dragon",
parents: ["lizard"]
},
"shiny": {
name: "Shiny",
parents: ["pokemon"]
},
}

//species
@@ -63396,7 +63400,7 @@ characterMakers.push(() => makeCharacter(
))

characterMakers.push(() => makeCharacter(
{ name: "Vyse Iron-Thunder", species: ["luxray"], tags: ["anthro"] },
{ name: "Vyse Iron-Thunder", species: ["luxray", "shiny"], tags: ["anthro"] },
{
frontDressed: {
height: math.unit(15 + 7/12, "feet"),
@@ -63463,6 +63467,26 @@ characterMakers.push(() => makeCharacter(
height: math.unit(15 + 7/12, "feet"),
default: true
},
{
name: "Macro",
height: math.unit(157, "feet")
},
{
name: "Macro+",
height: math.unit(1570, "feet")
},
{
name: "Macro++",
height: math.unit(15700, "feet")
},
{
name: "Macro+++",
height: math.unit(157000, "feet")
},
{
name: "Macro++++",
height: math.unit(1570000, "feet")
},
]
))



Загрузка…
Отмена
Сохранить