Browse Source

Add a maw view for Ceruleus

master
Fen Dweller 3 years ago
parent
commit
3060fccc49
3 changed files with 5896 additions and 0 deletions
  1. +16
    -0
      media/attribution.js
  2. +5872
    -0
      media/characters/ceruleus/maw.svg
  3. +8
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js View File

@@ -17426,6 +17426,18 @@ const attributionData = {
"myriad"
]
},
{
prefix: "./media/characters/ceruleus/",
files: [
{ name: "maw.svg", source: "https://twitter.com/Swamp_Jaws/status/1400414581655224324" }
],
authors: [
"swamp-jaws"
],
owners: [
"myriad"
]
},
{
prefix: "./media/characters/acouya/",
files: [
@@ -29135,6 +29147,10 @@ const attributionData = {
"name": "Draco",
"url": "https://refsheet.net/DracoOfZeradaith/draco-of-zeradaith"
},
"swamp-jaws": {
"name": "Swampy",
"url": "https://twitter.com/Swamp_Jaws"
},
}
}



+ 5872
- 0
media/characters/ceruleus/maw.svg
File diff suppressed because it is too large
View File


+ 8
- 0
presets/characters.js View File

@@ -31382,6 +31382,7 @@ characterMakers.push(() => makeCharacter(
front: {
height: math.unit(4.2, "meters"),
preyCapacity: math.unit(50, "m^3"),
weight: math.unit(30, "tonnes"),
name: "Front",
image: {
source: "./media/characters/sydney/front.svg",
@@ -47804,6 +47805,13 @@ characterMakers.push(() => makeCharacter(
bottom: 126/1194
}
},
maw: {
height: math.unit(0.8125, "meter"),
name: "Maw",
image: {
source: "./media/characters/ceruleus/maw.svg"
}
},
},
[
{


Loading…
Cancel
Save