瀏覽代碼

Add Torailla

master
Fen Dweller 4 年之前
父節點
當前提交
76ee1a031e
共有 3 個檔案被更改,包括 1362 行新增0 行删除
  1. +16
    -0
      media/attribution.js
  2. +1239
    -0
      media/characters/torailla/side.svg
  3. +107
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js 查看文件

@@ -14625,6 +14625,18 @@ const attributionData = {
"cartoonbully"
]
},
{
prefix: "./media/characters/torailla/",
files: [
{ name: "side.svg", source: null, nsfw: true }
],
authors: [
"mr-iddi"
],
owners: [
"estina"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -20028,6 +20040,10 @@ const attributionData = {
"name": "CartoonBully",
"url": "https://www.furaffinity.net/view/40744030/"
},
"mr-iddi": {
"name": "Mr_Iddi",
"url": "https://aryion.com/g4/user/Mr_Iddi"
},
}
}



+ 1239
- 0
media/characters/torailla/side.svg
文件差異過大導致無法顯示
查看文件


+ 107
- 0
presets/characters.js 查看文件

@@ -38362,6 +38362,113 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Torailla", species: ["cobra", "demon"], tags: ["naga"] },
{
side: {
height: math.unit(8, "feet"),
weight: math.unit(2630, "lb"),
name: "Side",
image: {
source: "./media/characters/torailla/side.svg",
extra: 2164/2021,
bottom: 371/2535
}
},
},
[
{
name: "Mortal Interaction",
height: math.unit(8, "feet")
},
{
name: "Natural",
height: math.unit(24, "feet"),
default: true
},
{
name: "Giant",
height: math.unit(80, "feet")
},
{
name: "Kaiju",
height: math.unit(240, "feet")
},
{
name: "Macro",
height: math.unit(800, "feet")
},
{
name: "Macro+",
height: math.unit(2400, "feet")
},
{
name: "Macro++",
height: math.unit(8000, "feet")
},
{
name: "City-Crushing",
height: math.unit(24000, "feet")
},
{
name: "Mountain-Mashing",
height: math.unit(80000, "feet")
},
{
name: "District Demolisher",
height: math.unit(240000, "feet")
},
{
name: "Tri-County Terror",
height: math.unit(800000, "feet")
},
{
name: "State Smasher",
height: math.unit(2.4e6, "feet")
},
{
name: "Nation Nemesis",
height: math.unit(8e6, "feet")
},
{
name: "Continent Cracker",
height: math.unit(2.4e7, "feet")
},
{
name: "Planet-Pillaging",
height: math.unit(8e7, "feet")
},
{
name: "Earth-Eclipsing",
height: math.unit(2.4e8, "feet")
},
{
name: "Jovian-Jostling",
height: math.unit(8e8, "feet")
},
{
name: "Gas Giant Gulper",
height: math.unit(2.4e9, "feet")
},
{
name: "Astral Annihilator",
height: math.unit(8e9, "feet")
},
{
name: "Celestial Conqueror",
height: math.unit(2.4e10, "feet")
},
{
name: "Sol-Swallowing",
height: math.unit(8e10, "feet")
},
{
name: "Hunter of the Heavens",
height: math.unit(2.4e13, "feet")
},
]
))

//characters

function makeCharacters() {


Loading…
取消
儲存