Browse Source

Add Ash Leung

master
Fen Dweller 3 years ago
parent
commit
0e2d441f04
3 changed files with 2902 additions and 0 deletions
  1. +16
    -0
      media/attribution.js
  2. +2848
    -0
      media/characters/ash-leung/front.svg
  3. +38
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js View File

@@ -20745,6 +20745,18 @@ const attributionData = {
"robinphox"
]
},
{
prefix: "./media/characters/ash-leung/",
files: [
{ name: "front.svg", source: "https://twitter.com/RuthRedmane/status/1496957948928884736" }
],
authors: [
"ruthredmane"
],
owners: [
"rrerradmiral"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -28922,6 +28934,10 @@ const attributionData = {
"name": "Robin Phox",
"url": "https://twitter.com/RobinPhox"
},
"rrerradmiral": {
"name": "RrerrAdmiral",
"url": "https://twitter.com/RrerrAdmiral"
},
}
}



+ 2848
- 0
media/characters/ash-leung/front.svg
File diff suppressed because it is too large
View File


+ 38
- 0
presets/characters.js View File

@@ -57883,6 +57883,44 @@ characterMakers.push(() => makeCharacter(
}
))

characterMakers.push(() => makeCharacter(
{ name: "Ash Leung", species: ["red-panda"], tags: ["anthro"] },
{
front: {
height: math.unit(4, "feet"),
name: "Front",
image: {
source: "./media/characters/ash-leung/front.svg",
extra: 1916/1792,
bottom: 50/1966
}
},
},
[
{
name: "Atomic",
height: math.unit(1, "angstrom")
},
{
name: "Microscopic",
height: math.unit(4000, "angstroms")
},
{
name: "Speck",
height: math.unit(1, "mm")
},
{
name: "Small",
height: math.unit(1, "inch")
},
{
name: "Normal",
height: math.unit(4, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save