Selaa lähdekoodia

Add CORE-T

master
Fen Dweller 4 vuotta sitten
vanhempi
commit
7953becf40
3 muutettua tiedostoa jossa 1279 lisäystä ja 0 poistoa
  1. +12
    -0
      media/attribution.js
  2. +1240
    -0
      media/characters/core-t/front.svg
  3. +27
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js Näytä tiedosto

@@ -18845,6 +18845,18 @@ const attributionData = {
"vx1000fox"
]
},
{
prefix: "./media/characters/core-t/",
files: [
{ name: "front.svg", source: "https://twitter.com/protoBASILISK/status/1448688661244035075" }
],
authors: [
"goopomancer"
],
owners: [
"goopomancer"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


+ 1240
- 0
media/characters/core-t/front.svg
File diff suppressed because it is too large
Näytä tiedosto


+ 27
- 0
presets/characters.js Näytä tiedosto

@@ -1976,6 +1976,10 @@ const speciesData = {
name: "Regional Pokemon",
parents: ["pokemon"]
},
"cybeast": {
name: "Cybeast",
parents: ["computer-virus"]
},
}

//species
@@ -51119,6 +51123,29 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "CORE-T", species: ["cybeast"], tags: ["anthro"] },
{
front: {
height: math.unit(3, "meters"),
weight: math.unit(7000, "lb"),
name: "Front",
image: {
source: "./media/characters/core-t/front.svg",
extra: 5729/4941,
bottom: 1129/6858
}
},
},
[
{
name: "Big",
height: math.unit(3, "meters"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Peruuta
Tallenna