瀏覽代碼

Add Licos

master
Fen Dweller 3 年之前
父節點
當前提交
97242cf5f7
共有 3 個文件被更改,包括 1525 次插入0 次删除
  1. +16
    -0
      media/attribution.js
  2. +1486
    -0
      media/characters/licos/front.svg
  3. +23
    -0
      presets/characters.js

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

@@ -20341,6 +20341,18 @@ const attributionData = {
"leightonmarrow"
]
},
{
prefix: "./media/characters/licos/",
files: [
{ name: "front.svg", source: null }
],
authors: [
"licographics"
],
owners: [
"licographics"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -28380,6 +28392,10 @@ const attributionData = {
"name": "Leighton Marrow",
"url": "https://twitter.com/LeightonMarrow/"
},
"licographics": {
"name": "Licographics",
"url": "https://www.licographics.com"
},
}
}



+ 1486
- 0
media/characters/licos/front.svg
文件差異過大導致無法顯示
查看文件


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

@@ -56314,6 +56314,29 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Licos", species: ["werewolf"], tags: ["anthro"] },
{
front: {
height: math.unit(4, "meters"),
weight: math.unit(1200, "kg"),
name: "Front",
image: {
source: "./media/characters/licos/front.svg",
extra: 1727/1604,
bottom: 101/1828
}
},
},
[
{
name: "Normal",
height: math.unit(4, "meters"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
取消
儲存