diff --git a/media/attribution.js b/media/attribution.js index 41aa98f4..dae42552 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15996,6 +15996,19 @@ const attributionData = { "bluefiremarkii" ] }, + { + prefix: "./media/characters/darla-mac-lochlainn/", + files: [ + { name: "front.svg", source: "https://twitter.com/SmashyFoxxo/status/1401732103209897988" }, + { name: "back.svg", source: "https://twitter.com/SmashyFoxxo/status/1401732103209897988" }, + ], + authors: [ + "sillywerewolf" + ], + owners: [ + "scavengerfox" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -22051,6 +22064,14 @@ const attributionData = { "name": "Ryuki", "url": "https://twitter.com/ryukiwolf" }, + "sillywerewolf": { + "name": "Sillywerewolf", + "url": "https://twitter.com/Silly_werewolf" + }, + "scavengerfox": { + "name": "ScavengerFox", + "url": "https://twitter.com/scavengerfox" + }, } } diff --git a/media/characters/darla-mac-lochlainn/back.svg b/media/characters/darla-mac-lochlainn/back.svg new file mode 100644 index 00000000..6921d4f6 --- /dev/null +++ b/media/characters/darla-mac-lochlainn/back.svg @@ -0,0 +1,1140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/darla-mac-lochlainn/front.svg b/media/characters/darla-mac-lochlainn/front.svg new file mode 100644 index 00000000..c7e006ad --- /dev/null +++ b/media/characters/darla-mac-lochlainn/front.svg @@ -0,0 +1,1350 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f4f12e91..7efd0904 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -573,7 +573,11 @@ const speciesData = { }, "werewolf": { name: "Werewolf", - parents: ["wolf"] + parents: ["wolf", "werebeast"] + }, + "werebeast": { + name: "Werebeast", + parents: ["monster"] }, "meerkat": { name: "Meerkat", @@ -19328,7 +19332,7 @@ characterMakers.push(() => makeCharacter( )) characterMakers.push(() => makeCharacter( - { name: "Leonardo Lycheborne", species: ["wolf", "dog", "barghest"], tags: ["anthro", "feral", "taur"] }, + { name: "Leonardo Lycheborne", species: ["wolf", "dog", "barghest", "werebeast"], tags: ["anthro", "feral", "taur"] }, { front: { height: math.unit(6 + 1 / 12, "feet"), @@ -21628,7 +21632,7 @@ characterMakers.push(() => makeCharacter( )) characterMakers.push(() => makeCharacter( - { name: "Tahajin", species: ["monster", "star-warrior", "fluudrani", "fish", "snake", "construct", "demi"], tags: ["anthro", "naga"] }, + { name: "Tahajin", species: ["werebeast", "monster", "star-warrior", "fluudrani", "fish", "snake", "construct", "demi"], tags: ["anthro", "naga"] }, { were: { height: math.unit(25 + 6 / 12, "feet"), @@ -41980,6 +41984,39 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Darla Mac Lochlainn", species: ["bear", "werebeast"], tags: ["anthro"] }, + { + front: { + height: math.unit(8 + 2/12, "feet"), + weight: math.unit(650, "lb"), + name: "Front", + image: { + source: "./media/characters/darla-mac-lochlainn/front.svg", + extra: 1174/1137, + bottom: 82/1256 + } + }, + back: { + height: math.unit(8 + 2/12, "feet"), + weight: math.unit(650, "lb"), + name: "Back", + image: { + source: "./media/characters/darla-mac-lochlainn/back.svg", + extra: 1204/1157, + bottom: 46/1250 + } + }, + }, + [ + { + name: "Wildform", + height: math.unit(8 + 2/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {