diff --git a/media/attribution.js b/media/attribution.js
index cbbe0a71..730a8650 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -1918,18 +1918,6 @@ const attributionData = {
"bigmountaincat"
]
},
- {
- prefix: "./media/characters/carley/",
- files: [
- { name: "front.svg", source: null }
- ],
- authors: [
- "msricket"
- ],
- owners: [
- "quakeroc"
- ]
- },
{
prefix: "./media/characters/carmine/",
files: [
@@ -19503,6 +19491,20 @@ const attributionData = {
"geckonite"
]
},
+ {
+ prefix: "./media/characters/carley-hartford/",
+ files: [
+ { name: "front.svg", source: "https://trello.com/c/xG1dcDqv/5-appearance" },
+ { name: "back.svg", source: "https://trello.com/c/xG1dcDqv/5-appearance" },
+ { name: "dressed.svg", source: "https://trello.com/c/xG1dcDqv/5-appearance" },
+ ],
+ authors: [
+ "msricket"
+ ],
+ owners: [
+ "quakeroc"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
diff --git a/media/characters/carley-hartford/back.svg b/media/characters/carley-hartford/back.svg
new file mode 100644
index 00000000..1e2e9d40
--- /dev/null
+++ b/media/characters/carley-hartford/back.svg
@@ -0,0 +1,1441 @@
+
+
+
diff --git a/media/characters/carley-hartford/dressed.svg b/media/characters/carley-hartford/dressed.svg
new file mode 100644
index 00000000..2fd081a9
--- /dev/null
+++ b/media/characters/carley-hartford/dressed.svg
@@ -0,0 +1,1429 @@
+
+
+
diff --git a/media/characters/carley-hartford/front.svg b/media/characters/carley-hartford/front.svg
new file mode 100644
index 00000000..7b42064b
--- /dev/null
+++ b/media/characters/carley-hartford/front.svg
@@ -0,0 +1,1755 @@
+
+
+
diff --git a/media/characters/carley/front.svg b/media/characters/carley/front.svg
deleted file mode 100644
index fd08cf0f..00000000
--- a/media/characters/carley/front.svg
+++ /dev/null
@@ -1,955 +0,0 @@
-
-
-
diff --git a/presets/characters.js b/presets/characters.js
index 8f45303a..1343caf4 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2049,6 +2049,10 @@ const speciesData = {
name: "Marowak",
parents: ["pokemon", "reptile"]
},
+ "joltik": {
+ name: "Joltik",
+ parents: ["pokemon", "insect"]
+ },
}
//species
@@ -9008,37 +9012,6 @@ characterMakers.push(() => makeCharacter(
]
))
-characterMakers.push(() => makeCharacter(
- { name: "Carley", species: ["deer"], tags: ["anthro"] },
- {
- front: {
- height: math.unit(6, "feet"),
- weight: math.unit(150, "lbs"),
- name: "Front",
- image: {
- source: "./media/characters/carley/front.svg",
- extra: 3927 / 3540,
- bottom: 29.2 / 735
- }
- }
- },
- [
- {
- name: "Normal",
- height: math.unit(6 + 3 / 12, "feet")
- },
- {
- name: "Macro",
- height: math.unit(185, "feet"),
- default: true
- },
- {
- name: "Megamacro",
- height: math.unit(8, "miles"),
- },
- ]
-))
-
characterMakers.push(() => makeCharacter(
{ name: "Citrine", species: ["kobold"], tags: ["anthro"] },
{
@@ -53365,6 +53338,50 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Carley Hartford", species: ["joltik"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(2, "inches"),
+ name: "Front",
+ image: {
+ source: "./media/characters/carley-hartford/front.svg",
+ extra: 1035/988,
+ bottom: 23/1058
+ }
+ },
+ back: {
+ height: math.unit(2, "inches"),
+ name: "Back",
+ image: {
+ source: "./media/characters/carley-hartford/back.svg",
+ extra: 1035/988,
+ bottom: 23/1058
+ }
+ },
+ dressed: {
+ height: math.unit(2, "inches"),
+ name: "Dressed",
+ image: {
+ source: "./media/characters/carley-hartford/dressed.svg",
+ extra: 651/620,
+ bottom: 0/651
+ }
+ },
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(2, "inches"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(6+ 3/12, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {