浏览代码

Add Rekka

master
Fen Dweller 3 年前
父节点
当前提交
c24433ddd1
共有 4 个文件被更改,包括 10438 次插入0 次删除
  1. +13
    -0
      media/attribution.js
  2. +4129
    -0
      media/characters/rekka/back.svg
  3. +6247
    -0
      media/characters/rekka/front.svg
  4. +49
    -0
      presets/characters.js

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

@@ -23303,6 +23303,19 @@ const attributionData = {
"talcall"
]
},
{
prefix: "./media/characters/rekka/",
files: [
{ name: "front.svg", source: null },
{ name: "back.svg", source: null },
],
authors: [
"sillywerewolf"
],
owners: [
"scavengerfox"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


+ 4129
- 0
media/characters/rekka/back.svg
文件差异内容过多而无法显示
查看文件


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


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

@@ -68297,6 +68297,55 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Rekka", species: ["kaiju", "hyena"], tags: ["anthro"] },
{
front: {
height: math.unit(8 + 6/12, "feet"),
weight: math.unit(600, "lb"),
name: "Front",
image: {
source: "./media/characters/rekka/front.svg",
extra: 1814/1672,
bottom: 92/1906
}
},
back: {
height: math.unit(8 + 6/12, "feet"),
weight: math.unit(600, "lb"),
name: "Back",
image: {
source: "./media/characters/rekka/back.svg",
extra: 1795/1682,
bottom: 86/1881
}
},
},
[
{
name: "Normal",
height: math.unit(8 + 6/12, "feet"),
default: true
},
{
name: "Category 1",
height: math.unit(30, "feet")
},
{
name: "Category 2",
height: math.unit(150, "feet")
},
{
name: "Category 3",
height: math.unit(300, "feet")
},
{
name: "Category 4",
height: math.unit(550, "feet")
},
]
))

//characters

function makeCharacters() {


正在加载...
取消
保存