Browse Source

Add a sole view for Gin, as well as giga/tera sizes

tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
7769e52d17
3 changed files with 39 additions and 1 deletions
  1. +6
    -0
      media/LICENSES.md
  2. +18
    -0
      media/characters/gin/sole.svg
  3. +15
    -1
      presets/characters.js

+ 6
- 0
media/LICENSES.md View File

@@ -862,6 +862,12 @@ https://www.furaffinity.net/view/34278152/
* front.svg
* foot.svg

**https://www.furaffinity.net/user/k437**

https://www.furaffinity.net/view/34794072/

* sole.svg

## Guy

**https://www.furaffinity.net/user/bluecatangry**


+ 18
- 0
media/characters/gin/sole.svg View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 24.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 532.07 917.61" style="enable-background:new 0 0 532.07 917.61;" xml:space="preserve">
<g>
<path d="M10.94,448.06c-0.32,1.72-0.51,2.71-0.83,4.45c-6.26-37.44-2.49-72.96,8.3-108.62c7.91-26.17,16.5-55.19,2.55-80.64
c-38-69.28-18.67-133.57,13.16-197.07c13.35-26.64,32.3-48.99,64.44-54.3c27.46-4.53,61.71,13.16,74.65,38.35
c3.39,6.6,6.39,13.41,9.66,20.33c6.39-22.47,18.41-42.44,38.77-54.37c45.74-26.82,87.26-22.46,113.99,29.35
c10.48,20.31,23.97,39.12,26.57,62.63c20.21-23.06,39.63-46.17,76.18-44.39c-2.91-0.78-3.82-1.02-4.87-1.31
c19.99-3.56,42.41,11.66,56.43,38.37c9.41,17.92,20.01,35.38,27.66,54.03c13.39,32.65,19.52,66.82,9.55,101.64
c-4.02,14.03-12.53,26.72-17.16,40.63c-11.68,35.03-15.64,71.11-11.36,107.93c2.7,23.23-2.21,45.87-5.23,68.65
c-4.71,35.52-17.23,68.53-30.48,101.66c-9.66,24.17-14.04,50.4-21.53,75.49c-11.39,38.17-16.45,77.61-23.86,116.55
c-4.14,21.75-6.24,43.82-15.92,64.18c-10.44,21.93-23.89,41.1-46.1,52.65c-39.4,20.49-80.78,34.15-125.66,33.33
c-37.22-0.68-75.01-1.35-107.95-21.98c-32.38-20.28-46.38-53.78-60.62-87.41c-21.9-51.74-3.29-101.78,3.88-152.34
c2.31-16.27,5.98-32.36,9.43-48.45c6.46-30.12-11.26-50.29-28.01-71.43c-9.98-12.6-16.42-27.49-23.23-42.2
C16.6,479.25,14.35,464.22,10.94,448.06z"/>
</g>
</svg>

+ 15
- 1
presets/characters.js View File

@@ -3855,12 +3855,18 @@ characterMakers["Gin"] = () => {
},
foot: {
height: math.unit(6/4.25, "feet"),
weight: math.unit(170, "lbs"),
name: "Foot",
image: {
source: "./media/characters/gin/foot.svg"
}
},
sole: {
height: math.unit(6/4.40, "feet"),
name: "Sole",
image: {
source: "./media/characters/gin/sole.svg"
}
},
},
[
{
@@ -3875,6 +3881,14 @@ characterMakers["Gin"] = () => {
name: "Megamacro",
height: math.unit(200, "miles"),
default: true
},
{
name: "Gigamacro",
height: math.unit(500, "megameters")
},
{
name: "Teramacro",
height: math.unit(15, "lightyears")
}
]
)


Loading…
Cancel
Save