浏览代码

Add Velikan

Also add a 'video games' species tag
master
Fen Dweller 3 年前
父节点
当前提交
26ad06b776
共有 3 个文件被更改,包括 2516 次插入5 次删除
  1. +20
    -4
      media/attribution.js
  2. +2426
    -0
      media/characters/velikan/front.svg
  3. +70
    -1
      presets/characters.js

+ 20
- 4
media/attribution.js 查看文件

@@ -5474,7 +5474,7 @@ const attributionData = {
"pettyjackal" "pettyjackal"
], ],
owners: [ owners: [
"nanakisan"
"tailorderg"
] ]
}, },
{ {
@@ -20558,6 +20558,18 @@ const attributionData = {
"pyrow" "pyrow"
] ]
}, },
{
prefix: "./media/characters/velikan/",
files: [
{ name: "front.svg", source: "https://twitter.com/arcwuff/status/1492747355359223811" }
],
authors: [
"arcwuff"
],
owners: [
"tailorderg"
]
},
//characters //characters
{ {
prefix: "./media/fiction/halo/halo/", prefix: "./media/fiction/halo/halo/",
@@ -22885,9 +22897,9 @@ const attributionData = {
"name": "gigren", "name": "gigren",
"url": "https://www.furaffinity.net/user/gigren", "url": "https://www.furaffinity.net/user/gigren",
}, },
"nanakisan": {
"name": "nanakisan",
"url": "https://www.furaffinity.net/user/nanakisan",
"tailorderg": {
"name": "tailorerg",
"url": "https://www.furaffinity.net/user/tailorderg",
}, },
"pettyjackal": { "pettyjackal": {
"name": "Darrell Jackal (Petty)", "name": "Darrell Jackal (Petty)",
@@ -28677,6 +28689,10 @@ const attributionData = {
"name": "Ratafari", "name": "Ratafari",
"url": "https://www.furaffinity.net/user/ratafari" "url": "https://www.furaffinity.net/user/ratafari"
}, },
"arcwuff": {
"name": "arcwuff",
"url": "https://twitter.com/arcwuff"
},
} }
} }




+ 2426
- 0
media/characters/velikan/front.svg
文件差异内容过多而无法显示
查看文件


+ 70
- 1
presets/characters.js 查看文件

@@ -149,6 +149,9 @@ const speciesData = {
}, },
pokemon: { pokemon: {
name: "Pokemon", name: "Pokemon",
parents: [
"video-games"
]
}, },
tiger: { tiger: {
name: "Tiger", name: "Tiger",
@@ -409,6 +412,9 @@ const speciesData = {
}, },
"digimon": { "digimon": {
name: "Digimon", name: "Digimon",
parents: [
"video-games"
]
}, },
"jugani": { "jugani": {
name: "Jugani", name: "Jugani",
@@ -1508,7 +1514,7 @@ const speciesData = {
}, },
"monster-hunter": { "monster-hunter": {
name: "Monster Hunter", name: "Monster Hunter",
parents: ["monster"]
parents: ["monster", "video-games"]
}, },
"leviathan": { "leviathan": {
"name": "Leviathan", "name": "Leviathan",
@@ -2150,6 +2156,18 @@ const speciesData = {
name: "Sergix", name: "Sergix",
parents: ["demon", "sergal", "phoenix"] parents: ["demon", "sergal", "phoenix"]
}, },
"behemoth": {
name: "Behemoth",
parents: ["monster", "dragon", "final-fantasy"]
},
"final-fantasy": {
name: "Final Fantasy",
parents: ["video-games"]
},
"video-games": {
name: "Video Games",
parents: []
},
} }


//species //species
@@ -56986,6 +57004,57 @@ characterMakers.push(() => makeCharacter(
] ]
)) ))


characterMakers.push(() => makeCharacter(
{ name: "Velikan", species: ["behemoth"], tags: ["anthro"] },
{
front: {
height: math.unit(5, "meters"),
weight: math.unit(3, "tonnes"),
name: "Front",
image: {
source: "./media/characters/velikan/front.svg",
extra: 867/744,
bottom: 71/938
}
},
},
[
{
name: "Normal",
height: math.unit(5, "meters"),
default: true
},
{
name: "Macro",
height: math.unit(1, "km")
},
{
name: "Mega Macro",
height: math.unit(100, "km")
},
{
name: "Giga Macro",
height: math.unit(2, "megameters")
},
{
name: "Planetary",
height: math.unit(22, "megameters")
},
{
name: "Solar",
height: math.unit(8, "gigameters")
},
{
name: "Cosmic",
height: math.unit(10, "zettameters")
},
{
name: "Omni",
height: math.unit(9e260, "multiverses")
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


正在加载...
取消
保存