소스 검색

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

tags/v0.1.0
Fen Dweller 6 년 전
부모
커밋
ad2d7eb63c
4개의 변경된 파일2315개의 추가작업 그리고 509개의 파일을 삭제
  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 파일 보기

@@ -1236,8 +1236,9 @@ const attributionData = {
{ {
prefix: "./media/characters/alexi/", prefix: "./media/characters/alexi/",
files: [ 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: [ authors: [
"squishy0" "squishy0"


+ 1691
- 0
media/characters/alexi/front-transformed.svg
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 609
- 505
media/characters/alexi/front.svg
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 12
- 2
presets/characters.js 파일 보기

@@ -9120,7 +9120,7 @@ characterMakers["Alexi"] = () => {
{ {
front: { front: {
height: math.unit(6, "feet"), height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(250, "lb"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/alexi/front.svg", source: "./media/characters/alexi/front.svg",
@@ -9130,7 +9130,7 @@ characterMakers["Alexi"] = () => {
}, },
back: { back: {
height: math.unit(6, "feet"), height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(250, "lb"),
name: "Back", name: "Back",
image: { image: {
source: "./media/characters/alexi/back.svg", source: "./media/characters/alexi/back.svg",
@@ -9138,6 +9138,16 @@ characterMakers["Alexi"] = () => {
bottom: 0.021 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
}
},
}, },
[ [
{ {


불러오는 중...
취소
저장