Ver código fonte

Add Trouble

master
Fen Dweller 3 anos atrás
pai
commit
bdda714972
3 arquivos alterados com 4783 adições e 0 exclusões
  1. +20
    -0
      media/attribution.js
  2. +4732
    -0
      media/characters/trouble/front.svg
  3. +31
    -0
      presets/characters.js

+ 20
- 0
media/attribution.js Ver arquivo

@@ -22977,6 +22977,18 @@ const attributionData = {
"dhaeleena"
]
},
{
prefix: "./media/characters/trouble/",
files: [
{ name: "front.svg", source: "https://twitter.com/phenokage/status/1534205024594579456/photo/1" }
],
authors: [
"knucklebone"
],
owners: [
"phenokage"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -31761,6 +31773,14 @@ const attributionData = {
"name": "Dhaeleena",
"url": "https://www.furaffinity.net/user/dhaeleena/"
},
"knucklebone": {
"name": "_knucklebone",
"url": "https://twitter.com/_knucklebone"
},
"phenokage": {
"name": "Clover Arizona",
"url": "https://twitter.com/phenokage"
},
}
}



+ 4732
- 0
media/characters/trouble/front.svg
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


+ 31
- 0
presets/characters.js Ver arquivo

@@ -67049,6 +67049,37 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Trouble", species: ["wolf"], tags: ["anthro"] },
{
front: {
height: math.unit(80, "feet"),
weight: math.unit(410000, "lb"),
name: "Front",
image: {
source: "./media/characters/trouble/front.svg",
extra: 780/723,
bottom: 11/791
},
extraAttributes: {
"pawArea": {
name: "Paw Area",
power: 2,
type: "area",
base: math.unit(49, "feet^2")
},
}
},
},
[
{
name: "Normal",
height: math.unit(80, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Carregando…
Cancelar
Salvar