Browse Source

Add Alexi's transformed look; update his front look to match; add sources

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
ad2d7eb63c
4 changed files with 2315 additions and 509 deletions
  1. +3
    -2
      media/attribution.js
  2. +1691
    -0
      media/characters/alexi/front-transformed.svg
  3. +609
    -505
      media/characters/alexi/front.svg
  4. +12
    -2
      presets/characters.js

+ 3
- 2
media/attribution.js View File

@@ -1236,8 +1236,9 @@ const attributionData = {
{
prefix: "./media/characters/alexi/",
files: [
{ name: "front.svg", source: null },
{ name: "back.svg", source: null }
{ name: "front.svg", source: "https://twitter.com/AlexiWerewolf/status/1235410679642730496" },
{ name: "back.svg", source: "https://twitter.com/AlexiWerewolf/status/1235410679642730496" },
{ name: "front-transformed.svg", source: "https://twitter.com/AlexiWerewolf/status/1235410679642730496" }
],
authors: [
"squishy0"


+ 1691
- 0
media/characters/alexi/front-transformed.svg
File diff suppressed because it is too large
View File


+ 609
- 505
media/characters/alexi/front.svg
File diff suppressed because it is too large
View File


+ 12
- 2
presets/characters.js View File

@@ -9120,7 +9120,7 @@ characterMakers["Alexi"] = () => {
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(250, "lb"),
name: "Front",
image: {
source: "./media/characters/alexi/front.svg",
@@ -9130,7 +9130,7 @@ characterMakers["Alexi"] = () => {
},
back: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(250, "lb"),
name: "Back",
image: {
source: "./media/characters/alexi/back.svg",
@@ -9138,6 +9138,16 @@ characterMakers["Alexi"] = () => {
bottom: 0.021
}
},
frontTransformed: {
height: math.unit(12.5, "feet"),
weight: math.unit(4000, "lb"),
name: "Front (Transformed)",
image: {
source: "./media/characters/alexi/front-transformed.svg",
extra: 5345/5100 * (1 / (1 - 0.03)),
bottom: 0.03
}
},
},
[
{


Loading…
Cancel
Save