Compare commits

...

26 Commits

Author SHA1 Message Date
Redrover1760 ad3484a4fc annoying localization problems fixed? 2026-04-03 19:15:15 -04:00
Redrover1760 a45d23d9fd fix warns 2026-04-03 19:14:56 -04:00
Redrover1760 c98f43034f yeah 2026-04-03 19:03:02 -04:00
Redrover1760 f8ede32892 linter again 2026-04-03 18:00:28 -04:00
Redrover1760 566ba27267 nameshell 2026-04-03 17:57:09 -04:00
Redrover1760 236ddc1bc9 fix goblins 2026-04-03 17:56:06 -04:00
Redrover1760 206b57a799 ree 2026-04-03 17:54:02 -04:00
Redrover1760 60f0650d1c reee 2026-04-03 17:48:05 -04:00
Redrover1760 1d02237935 more fixing 2026-04-03 17:47:19 -04:00
Redrover1760 1c174de311 ipc too 2026-04-03 17:45:22 -04:00
Redrover1760 5d8971f71d oh dear 2026-04-03 17:42:10 -04:00
Redrover1760 c079e3efd1 a 2026-04-03 17:10:47 -04:00
Redrover1760 d11f1199ec see previous commit 2026-04-03 16:19:31 -04:00
Tayrtahn 0c8723b051 Validate some SpeciesPrototype fields (#35965)
* Convert SpeciesPrototype strings to ProtoIds

* Simplify protoman indexing calls
2026-04-03 16:19:22 -04:00
Redrover1760 5ed84490b6 wow 2026-04-03 15:49:11 -04:00
Redrover1760 e4181ae44b ee 2026-04-03 15:48:31 -04:00
Redrover1760 8addbcc558 eek 2026-04-03 15:31:18 -04:00
Redrover1760 d83c008d43 1 2026-04-03 14:45:35 -04:00
Redrover1760 a0307727b5 re 2026-04-03 13:55:46 -04:00
Redrover1760 416c78f350 test 2026-04-03 13:45:39 -04:00
Redrover1760 870300f9b7 eee 2026-04-03 13:33:53 -04:00
Matthew Herber a5efb99456 Make Resomi an Odd Amount of Pixels Wide, Add Extra Markings (#2663)
<!-- IT'S NOT WIZDENS REPO, IF YOU WANT TO ADD YOUR CHANGES ON ALL
SERVERS, CREATE PR TO WIZDENS REPO -->
<!-- What do you propose to change with your PR? -->
I cut Resomi in half, took out a thin slice from the middle, then merged
the two halves back together.

Some extra markings and hairstyles shall make an appearance.

And I'm moving all Resomi species things to the _Starlight namespace,
and bringing a little organization to some of the files.
<!-- What is the reason for adding these changes? Please post links to
Discussions as well as Bug Reports here. Please describe how this will
change the game balance. -->
Resomi are an odd case. With current Starlight implementation, they are
an even amount of pixels wide. Meanwhile every other species is an odd
amount of pixels wide. To the average joe this might not seem like a big
thing, but actually creates significant friction with developing sprites
for Resomi.

Most clothing items in the game are designed with the intention of being
an odd amount of pixels wide. While some of them translate well to an
even amount of pixels wide... alot of them don't.
It is most visible with hardsuits. With elements like the **+** symbol
on the back of the Syndicate Medic hardsuit looking weird, and the
colorful deadspace line that appears on the back of most hardsuits is 2
pixels wide instead of 1.
<img width="1114" height="601"
alt="{34BB3276-1EC5-4C90-9ACF-E0BAF63B3D7D}"
src="https://github.com/user-attachments/assets/076f7540-ec13-4f0b-91f6-29e225b017f1"
/>

By making Resomi an odd amount of pixels wide, this resolves most issues
with clothing, and takes alot of stress of of the displacement maps
which have to work overtime to create a result that doesn't look like
total shit.
<img width="1135" height="638"
alt="{6F17B508-B68D-4102-9B36-36EF8EFEE7C4}"
src="https://github.com/user-attachments/assets/0c8e3178-a28a-4ca2-8754-dd2583d054e7"
/>

Most of this work is already done. It will take a while for me to port
it all over and figure out what additional sprites need to be modified.

One thing this PR will do is create major sprite conflicts with
[[2660]](https://github.com/ss14Starlight/space-station-14/pull/2660),
[[2548]](https://github.com/ss14Starlight/space-station-14/pull/2548)
and
[[2541]](https://github.com/ss14Starlight/space-station-14/pull/2541).
Additionally, this sprite will invalidate
[[2475]](https://github.com/ss14Starlight/space-station-14/pull/2475),
as I will be moving all Resomi stuff to the _Starlight namespace in the
process of compiling this PR. So I recommend closing that PR to avoid
create a huge merge conflict here.

This has initial approval from Conf.
<img width="745" height="447"
alt="{B8EFF93E-95C6-4490-A42E-A995463C84AD}"
src="https://github.com/user-attachments/assets/52fbdadb-1d99-4a9e-a123-dbbd9d796903"
/>
<!--
If your PR contains in-game changes you must provide screenshots/videos
of the changes.
-->
<img width="2029" height="1065"
alt="{C5E3F0A7-2430-4848-BC01-F61CA0A02E70}"
src="https://github.com/user-attachments/assets/dffa8794-93d9-4ce2-adcf-0ebf554edf61"
/>

You'll have to wait a bit but here are some WIP media.
<img width="308" height="433"
alt="{8A6D56DE-1D03-4BBD-A67B-5CA5E06BA3D3}"
src="https://github.com/user-attachments/assets/b9142b6e-78d4-44e5-9494-a6adc27ccd96"
/>
<img width="1997" height="1075" alt="image"
src="https://github.com/user-attachments/assets/4a649b58-3260-4083-94c4-b4c7203ecf17"
/>
<!-- check boxes for faster reviewing of your PR -->

- [x] I do not require assistance to complete the PR.
- [x] Before posting/requesting review of a PR, I have verified that the
changes work.
- [x] I have added screenshots/videos of the changes, or this PR does
not change in-game mechanics.
- [x] I affirm that my changes are licensed under the [Starlight Fork
License](https://github.com/ss14Starlight/space-station-14/blob/Starlight/LICENSE-Starlight.TXT)
and grant permission for use in this repository under its conditions.

**Changelog**
<!--
If you want the players to know about changes made in this PR, specify
them using the template outside the comment. Short and informative.
-->
🆑 Huaqas, AegisShield, neurovermi
- tweak: Resomi are now an odd amount of pixels wide. I heard it was
really painful for the Resomi.
- tweak: All Resomi sprite states have been updated to reflect the new
Resomi body sprite.
- add: New sprite states for select hard/soft/cosmetic suits and body
armors.
- add: Resomi now have a deathgrasp.
- add: 19 new Resomi Hairstyles
- tweak: Resomi hair, and head markings are hidden under helmets.
- tweak: Resomi tails have had internal restructuring and may break your
Resomi character's tails.
- add: 5 new Resomi tails markings, 6 new tail feathers marking, 3 new
tail prosthetics and 4 new tail band accessories.
- add: new Resomi jewellery, ear, head, arm, leg and chest markings.
2026-04-03 13:33:28 -04:00
NazrinNya 81c632d4a9 Merge remote-tracking branch 'origin/floofstation-deletion' into floofstation-deletion 2026-04-01 22:19:03 +03:00
NazrinNya 3540b8d7ab real 2026-04-01 22:18:52 +03:00
NazrinNya 191697fa82 Merge branch 'main' into floofstation-deletion 2026-04-01 16:28:24 +03:00
NazrinNya abb68163c7 eeth 2026-04-01 16:22:49 +03:00
841 changed files with 15751 additions and 13339 deletions
@@ -44,7 +44,7 @@ public sealed class HumanoidAppearanceSystem : SharedHumanoidAppearanceSystem
// add default species layers
var speciesProto = _prototypeManager.Index(component.Species);
var baseSprites = _prototypeManager.Index<HumanoidSpeciesBaseSpritesPrototype>(speciesProto.SpriteSet);
var baseSprites = _prototypeManager.Index(speciesProto.SpriteSet);
foreach (var (key, id) in baseSprites.Sprites)
{
oldLayers.Remove(key);
@@ -1,19 +0,0 @@
using Content.Server.Speech.EntitySystems;
namespace Content.Server.Speech.Components;
/// <summary>
/// Silly BAWK!
/// </summary>
[RegisterComponent]
[Access(typeof(ResomiAccentSystem))]
public sealed partial class ResomiAccentComponent : Component
{
[ViewVariables(VVAccess.ReadWrite)]
[DataField("bawkChance")]
public float BawkChance = 0.01f;
}
@@ -1,39 +0,0 @@
using System.Text.RegularExpressions;
using Content.Server.Speech.Components;
using Robust.Shared.Random;
namespace Content.Server.Speech.EntitySystems;
public sealed class ResomiAccentSystem : EntitySystem
{
[Dependency] private readonly IRobustRandom _random = default!;
private static readonly Regex RegexLowerSilly = new Regex("silly");
private static readonly Regex RegexFirstCapSilly = new Regex("Silly");
private static readonly Regex RegexUpperSilly = new Regex("SILLY");
public override void Initialize()
{
base.Initialize();
SubscribeLocalEvent<ResomiAccentComponent, AccentGetEvent>(OnAccent);
}
private void OnAccent(EntityUid uid, ResomiAccentComponent component, AccentGetEvent args)
{
var message = args.Message;
if (_random.Prob(component.BawkChance))
{
// bawk
message = RegexLowerSilly.Replace(message, "silly... bawk");
// Bawk
message = RegexFirstCapSilly.Replace(message, "Silly... Bawk");
// BAWK
message = RegexUpperSilly.Replace(message, "SILLY... BAWK");
}
args.Message = message;
}
}
@@ -7,6 +7,7 @@ namespace Content.Shared.Humanoid
public enum HumanoidVisualLayers : byte
{
Special, // for the cat ears
TailExtras, // Starlight
Tail,
Wings, // For IPC wings porting from SimpleStation
Hair,
@@ -17,6 +17,7 @@ namespace Content.Shared.Humanoid.Markings
Legs,
Wings, // For IPC wings porting from SimpleStation
Tail,
TailExtras, // Starlight
Overlay
}
@@ -43,6 +44,7 @@ namespace Content.Shared.Humanoid.Markings
HumanoidVisualLayers.LFoot => MarkingCategories.Legs,
HumanoidVisualLayers.RFoot => MarkingCategories.Legs,
HumanoidVisualLayers.Wings => MarkingCategories.Wings, //For IPC wings porting from SimpleStation
HumanoidVisualLayers.TailExtras => MarkingCategories.TailExtras, // Starlight
HumanoidVisualLayers.Tail => MarkingCategories.Tail,
HumanoidVisualLayers.RArmExtension => MarkingCategories.Arms, // Frontier: species-specific layer
HumanoidVisualLayers.LArmExtension => MarkingCategories.Arms, // Frontier: species-specific layer
@@ -62,7 +62,7 @@ namespace Content.Shared.Humanoid.Markings
string species)
{
var speciesProto = _prototypeManager.Index<SpeciesPrototype>(species);
var onlyWhitelisted = _prototypeManager.Index<MarkingPointsPrototype>(speciesProto.MarkingPoints).OnlyWhitelisted;
var onlyWhitelisted = _prototypeManager.Index(speciesProto.MarkingPoints).OnlyWhitelisted;
var res = new Dictionary<string, MarkingPrototype>();
foreach (var (key, marking) in MarkingsByCategory(category))
@@ -125,7 +125,7 @@ namespace Content.Shared.Humanoid.Markings
string species, Sex sex)
{
var speciesProto = _prototypeManager.Index<SpeciesPrototype>(species);
var onlyWhitelisted = _prototypeManager.Index<MarkingPointsPrototype>(speciesProto.MarkingPoints).OnlyWhitelisted;
var onlyWhitelisted = _prototypeManager.Index(speciesProto.MarkingPoints).OnlyWhitelisted;
var res = new Dictionary<string, MarkingPrototype>();
foreach (var (key, marking) in MarkingsByCategory(category))
@@ -197,7 +197,7 @@ namespace Content.Shared.Humanoid.Markings
IoCManager.Resolve(ref prototypeManager);
var speciesProto = prototypeManager.Index<SpeciesPrototype>(species);
var onlyWhitelisted = prototypeManager.Index<MarkingPointsPrototype>(speciesProto.MarkingPoints).OnlyWhitelisted;
var onlyWhitelisted = prototypeManager.Index(speciesProto.MarkingPoints).OnlyWhitelisted;
if (!TryGetMarking(marking, out var prototype))
{
@@ -228,7 +228,7 @@ namespace Content.Shared.Humanoid.Markings
IoCManager.Resolve(ref prototypeManager);
var speciesProto = prototypeManager.Index<SpeciesPrototype>(species);
var onlyWhitelisted = prototypeManager.Index<MarkingPointsPrototype>(speciesProto.MarkingPoints).OnlyWhitelisted;
var onlyWhitelisted = prototypeManager.Index(speciesProto.MarkingPoints).OnlyWhitelisted;
if (onlyWhitelisted && prototype.SpeciesRestrictions == null)
{
@@ -254,7 +254,7 @@ namespace Content.Shared.Humanoid.Markings
IoCManager.Resolve(ref prototypeManager);
var speciesProto = prototypeManager.Index<SpeciesPrototype>(species);
if (
!prototypeManager.TryIndex(speciesProto.SpriteSet, out HumanoidSpeciesBaseSpritesPrototype? baseSprites) ||
!prototypeManager.TryIndex(speciesProto.SpriteSet, out var baseSprites) ||
!baseSprites.Sprites.TryGetValue(layer, out var spriteName) ||
!prototypeManager.TryIndex(spriteName, out HumanoidSpeciesSpriteLayer? sprite) ||
sprite == null ||
@@ -152,7 +152,7 @@ public sealed partial class MarkingSet
var toRemove = new List<(MarkingCategories category, string id)>();
var speciesProto = prototypeManager.Index<SpeciesPrototype>(species);
var onlyWhitelisted = prototypeManager.Index<MarkingPointsPrototype>(speciesProto.MarkingPoints).OnlyWhitelisted;
var onlyWhitelisted = prototypeManager.Index(speciesProto.MarkingPoints).OnlyWhitelisted;
foreach (var (category, list) in Markings)
{
+17 -5
View File
@@ -58,20 +58,32 @@ namespace Content.Shared.Humanoid
switch (gender)
{
case Gender.Male:
return _random.Pick(_prototypeManager.Index<DatasetPrototype>(speciesProto.MaleFirstNames).Values);
return GetNameFromDataset(speciesProto.MaleFirstNames);
case Gender.Female:
return _random.Pick(_prototypeManager.Index<DatasetPrototype>(speciesProto.FemaleFirstNames).Values);
return GetNameFromDataset(speciesProto.FemaleFirstNames);
default:
if (_random.Prob(0.5f))
return _random.Pick(_prototypeManager.Index<DatasetPrototype>(speciesProto.MaleFirstNames).Values);
return GetNameFromDataset(speciesProto.MaleFirstNames);
else
return _random.Pick(_prototypeManager.Index<DatasetPrototype>(speciesProto.FemaleFirstNames).Values);
return GetNameFromDataset(speciesProto.FemaleFirstNames);
}
}
public string GetLastName(SpeciesPrototype speciesProto)
{
return _random.Pick(_prototypeManager.Index<DatasetPrototype>(speciesProto.LastNames).Values);
return GetNameFromDataset(speciesProto.LastNames);
}
private string GetNameFromDataset(string datasetId)
{
// Mono - Localization fix for some reason
if (_prototypeManager.TryIndex<LocalizedDatasetPrototype>(datasetId, out var localizedProto))
{
var locKey = _random.Pick(localizedProto.Values);
return Loc.GetString(locKey);
}
return _random.Pick(_prototypeManager.Index<DatasetPrototype>(datasetId).Values);
}
}
}
@@ -1,3 +1,5 @@
using Content.Shared.Dataset;
using Content.Shared.Humanoid.Markings;
using Robust.Shared.Prototypes;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
@@ -42,7 +44,7 @@ public sealed partial class SpeciesPrototype : IPrototype
// sprite accessories.
[DataField("sprites")]
public string SpriteSet { get; private set; } = default!;
public ProtoId<HumanoidSpeciesBaseSpritesPrototype> SpriteSet { get; private set; } = default!;
/// <summary>
/// Default skin tone for this species. This applies for non-human skin tones.
@@ -61,7 +63,7 @@ public sealed partial class SpeciesPrototype : IPrototype
/// The limit of body markings that you can place on this species.
/// </summary>
[DataField("markingLimits")]
public string MarkingPoints { get; private set; } = default!;
public ProtoId<MarkingPointsPrototype> MarkingPoints { get; private set; } = default!;
/// <summary>
/// Humanoid species variant used by this entity.
@@ -82,13 +84,13 @@ public sealed partial class SpeciesPrototype : IPrototype
public HumanoidSkinColor SkinColoration { get; private set; }
[DataField]
public string MaleFirstNames { get; private set; } = "names_first_male";
public ProtoId<LocalizedDatasetPrototype> MaleFirstNames { get; private set; } = "NamesFirstMale";
[DataField]
public string FemaleFirstNames { get; private set; } = "names_first_female";
public ProtoId<LocalizedDatasetPrototype> FemaleFirstNames { get; private set; } = "NamesFirstFemale";
[DataField]
public string LastNames { get; private set; } = "names_last";
public ProtoId<LocalizedDatasetPrototype> LastNames { get; private set; } = "NamesLast";
[DataField]
public SpeciesNaming Naming { get; private set; } = SpeciesNaming.FirstLast;
@@ -1,9 +0,0 @@
- files: ["avali_scream"]
license: "CC-BY-NC-SA-3.0"
copyright: "Taken from Steam mod / Starbound. Made by Steam user: https://steamcommunity.com/id/wonky2 with permission."
source: "https://steamcommunity.com/sharedfiles/filedetails/?id=3001955034"
- files: ["avali_1, avali_1_ask, avali_1_exclaim, avali_2, avali_2_ask, avali_2_exclaim, avali_laugh"]
license: "CC-BY-NC-SA-3.0"
copyright: "Taken from Steam 'Avali sounds' mod / Starbound. Made by Steam user: https://steamcommunity.com/id/Nefuki with permission. - avali_laugh is RMC_14 edit of these sounds by Vermidia/@Randomposter (discord) with permission from original."
source: "https://steamcommunity.com/sharedfiles/filedetails/?id=3164757879"
@@ -1,9 +0,0 @@
- files: ["yip.ogg"]
license: "CC-BY-3.0"
copyright: "Original sound added by https://github.com/NopemanMcHalt"
source: "https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13/blob/master/modular_splurt/sound/voice/yip.ogg"
- files: ["hiss.ogg"]
license: "CC-BY-3.0"
copyright: "Original sound added by https://github.com/Delams-The-SM modified by Memeji_Dankiri"
source: "https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13/blob/master/modular_citadel/sound/voice/hiss.ogg"
@@ -1,4 +0,0 @@
- files: ["trill, warble, wurble"]
license: "CC-BY-NC-SA-3.0"
copyright: "Taken from 'FD-NewBay' - Other places link to freesound.org"
source: "https://github.com/RepoStash/FD-NewBay/tree/dev-sierra/mods/_fd/resomi_fd/sound"
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,73 @@
- files:
- cat_hiss1.ogg
- cat_hiss2.ogg
- cat_scream1.ogg
- cat_scream2.ogg
- cat_scream3.ogg
- cat_scream4.ogg
- cat_mew1.ogg
- cat_mew2.ogg
- cat_mew3.ogg
- cat_mew4.ogg
license: "CC-BY-NC-SA-3.0"
copyright: "Darkrell"
source: "https://github.com/ss14Starlight/space-station-14"
- files:
- cat_growl1.ogg
- cat_growl2.ogg
license: "CC-BY-3.0"
copyright: "Taken from freesound.org, converted to ogg and small edits made by Rinary(SS14 Starlight)"
source: "https://freesound.org/people/Christyboy100/sounds/495693/"
- files:
- cat_meow1.ogg
license: "CC0-1.0"
copyright: "Taken from freesound.org, converted to ogg and small edits made by Rinary(SS14 Starlight)"
source: "https://freesound.org/people/Sarahussain374/sounds/812250/"
- files:
- cat_meow2.ogg
license: "CC0-1.0"
copyright: "Taken from freesound.org, converted to ogg and small edits made by Rinary(SS14 Starlight)"
source: "https://freesound.org/people/spacether/sounds/385892/"
- files:
- cat_meow3.ogg
license: "CC0-1.0"
copyright: "Taken from freesound.org, converted to ogg and small edits made by Rinary(SS14 Starlight)"
source: "https://freesound.org/people/Abir19/sounds/629502/"
- files:
- cat_meow4.ogg
license: "CC-BY-3.0"
copyright: "Taken from freesound.org, author is ebcrosby, converted to ogg and small edits made by Rinary(SS14 Starlight)"
source: "https://freesound.org/people/ebcrosby/sounds/334435/"
- files:
- cat_meow5.ogg
license: "CC-BY-3.0"
copyright: "Taken from freesound.org, author is Christyboy100, converted to ogg and small edits made by Rinary(SS14 Starlight)"
source: "https://freesound.org/people/Christyboy100/sounds/495694/"
- files:
- cat_meow6.ogg
license: "CC-BY-4.0"
copyright: "Taken from freesound.org, author is Dave_Girtsman, converted to ogg and small edits made by Rinary(SS14 Starlight)"
source: "https://freesound.org/people/Dave_Girtsman/sounds/397661/"
- files:
- cat_purr1.ogg
- cat_purr2.ogg
- cat_purr3.ogg
license: "CC0-1.0"
copyright: "Taken from freesound.org, converted to ogg and small edits made by Rinary(SS14 Starlight)"
source: "https://freesound.org/people/druulian/sounds/656500/"
- files:
- cat_trill1.ogg
- cat_trill2.ogg
- cat_trill3.ogg
license: "CC0-1.0"
copyright: "Taken from freesound.org, converted to ogg and small edits made by Rinary(SS14 Starlight)"
source: "https://freesound.org/people/jsbarrett/sounds/200336/"
@@ -1,4 +1,34 @@
- files: ["BirdChirp.ogg", "BirdGiggle.ogg","BirdSquawk.ogg", "BirdSting.ogg", "HighBirdCall.ogg"]
license: "CC-BY-SA-3.0"
copyright: "Taken from public wildlife sound library xeno-canto.org"
source: "https://xeno-canto.org"
- files: ["resomi_cry_1.ogg", "resomi_cry_2.ogg", "resomi_cry_3.ogg"]
license: "CC0-1.0"
copyright: "'Red-shouldered hawk' mixed and edited with other Resomi SFX from freesound.org"
source: "https://freesound.org/people/Vrymaa/sounds/770032/"
- files: [resomi_chirp1.ogg, resomi_chirp2.ogg, resomi_chirp3.ogg, resomi_chirp4.ogg, resomi_chirp5.ogg]
copyright: "Bird Chirps by whiskeyecho, Taken from https://freesound.org/"
license: "CC0-1.0"
source: https://freesound.org/s/727256/
source: https://freesound.org/s/727256/
- files: [resomi_whistle.ogg]
copyright: "CanaryArtie-3.wav by ReadeOnly, Taken from https://freesound.org/"
license: "CC0-1.0"
source: https://freesound.org/s/85403/
- files: [resomi_laugh1.ogg, resomi_laugh2.ogg, resomi_laugh3.ogg]
copyright: "galah0X.wav by ImmergoMedia, Taken from https://freesound.org/"
license: "CC0-1.0"
source: https://freesound.org/people/ImmergoMedia/
- files: ["resomi_deathgrasp.ogg"]
license: "CC0-1.0"
copyright: "Moluccan Cockatoo - Bird Call taken from freesound.org"
source: "https://freesound.org/people/Shark_Anthony/sounds/703552/"
- files: ["resomi_cry_1.ogg", "resomi_cry_2.ogg", "resomi_cry_3.ogg"]
license: "CC0-1.0"
copyright: "'Red-shouldered hawk' mixed and edited with other Resomi SFX from freesound.org"
source: "https://freesound.org/people/Vrymaa/sounds/770032/"
@@ -0,0 +1,7 @@
- files:
- resomi_1
- resomi_1_ask
- resomi_1_exclaim
license: "CC0-1.0"
copyright: "Taken from freesound.org"
source: "https://freesound.org/people/Bansemer/sounds/204747/"
Binary file not shown.
@@ -0,0 +1,87 @@
names-rodentia-last-dataset-1 = Agile
names-rodentia-last-dataset-2 = Beady-eyed
names-rodentia-last-dataset-3 = Berry-picking
names-rodentia-last-dataset-4 = Big
names-rodentia-last-dataset-5 = Big-ears
names-rodentia-last-dataset-6 = Big-eyed
names-rodentia-last-dataset-7 = Big-heart
names-rodentia-last-dataset-8 = Big-nose
names-rodentia-last-dataset-9 = Blunt-nose
names-rodentia-last-dataset-10 = Brave
names-rodentia-last-dataset-11 = Break-neck
names-rodentia-last-dataset-12 = Bright
names-rodentia-last-dataset-13 = Bright-eyed
names-rodentia-last-dataset-14 = Cheeky
names-rodentia-last-dataset-15 = Crafty
names-rodentia-last-dataset-16 = Cunning
names-rodentia-last-dataset-17 = Curious
names-rodentia-last-dataset-18 = Day-sleeping
names-rodentia-last-dataset-19 = Eager
names-rodentia-last-dataset-20 = Fast-moving
names-rodentia-last-dataset-21 = Fast-paws
names-rodentia-last-dataset-22 = Fat
names-rodentia-last-dataset-23 = Fidgety
names-rodentia-last-dataset-24 = Food-stealing
names-rodentia-last-dataset-25 = Gentle
names-rodentia-last-dataset-26 = Great
names-rodentia-last-dataset-27 = Greedy
names-rodentia-last-dataset-28 = Grumpy
names-rodentia-last-dataset-29 = Hasty
names-rodentia-last-dataset-30 = High-jumping
names-rodentia-last-dataset-31 = Jumpy
names-rodentia-last-dataset-32 = Keen
names-rodentia-last-dataset-33 = Keen-eyes
names-rodentia-last-dataset-34 = Light-foot
names-rodentia-last-dataset-35 = Little
names-rodentia-last-dataset-36 = Long
names-rodentia-last-dataset-37 = Long-ears
names-rodentia-last-dataset-38 = Long-legged
names-rodentia-last-dataset-39 = Long-snout
names-rodentia-last-dataset-40 = Long-tail
names-rodentia-last-dataset-41 = Long-tooth
names-rodentia-last-dataset-42 = Night-hunting
names-rodentia-last-dataset-43 = Nimble
names-rodentia-last-dataset-44 = No-eyes
names-rodentia-last-dataset-45 = No-tail
names-rodentia-last-dataset-46 = Nosy
names-rodentia-last-dataset-47 = Quick-footed
names-rodentia-last-dataset-48 = Quick-wits
names-rodentia-last-dataset-49 = Quiet
names-rodentia-last-dataset-50 = Ravenous
names-rodentia-last-dataset-51 = Ravenous
names-rodentia-last-dataset-52 = Restless
names-rodentia-last-dataset-53 = Rough
names-rodentia-last-dataset-54 = Round-belly
names-rodentia-last-dataset-55 = Rowdy
names-rodentia-last-dataset-56 = Seed-stashing
names-rodentia-last-dataset-57 = Shadow-dwelling
names-rodentia-last-dataset-58 = Sharp
names-rodentia-last-dataset-59 = Sharp-clawed
names-rodentia-last-dataset-60 = Shifty
names-rodentia-last-dataset-61 = Shiny-eyes
names-rodentia-last-dataset-62 = Short-ears
names-rodentia-last-dataset-63 = Short-legged
names-rodentia-last-dataset-64 = Short-snout
names-rodentia-last-dataset-65 = Short-tail
names-rodentia-last-dataset-66 = Shy
names-rodentia-last-dataset-67 = Silent
names-rodentia-last-dataset-68 = Silver-tongue
names-rodentia-last-dataset-69 = Skittish
names-rodentia-last-dataset-70 = Small-ears
names-rodentia-last-dataset-71 = Small-nose
names-rodentia-last-dataset-72 = Sneaky
names-rodentia-last-dataset-73 = Soft-fur
names-rodentia-last-dataset-74 = Soft-paws
names-rodentia-last-dataset-75 = Squeaking
names-rodentia-last-dataset-76 = Squeaky
names-rodentia-last-dataset-77 = Stout
names-rodentia-last-dataset-78 = Stubborn
names-rodentia-last-dataset-79 = Stubby
names-rodentia-last-dataset-80 = Sweet
names-rodentia-last-dataset-81 = Swift
names-rodentia-last-dataset-82 = Thick-fur
names-rodentia-last-dataset-83 = Thick-skin
names-rodentia-last-dataset-84 = Thieving
names-rodentia-last-dataset-85 = Trash-eating
names-rodentia-last-dataset-86 = Tunnel-building
names-rodentia-last-dataset-87 = Whisker-twitching
@@ -1,6 +1,5 @@
## Species Names
species-name-vulpkanin = Vulpkanin
species-name-harpy = Harpy
species-name-rodentia = Rodentia
species-name-chitinid = Chitinid
@@ -1,18 +0,0 @@
marking-ResomiTail = Resomi tail
marking-ResomiTail-tail = Resomi tail
marking-ResomiTailFeathers = Tail feathers
marking-ResomiTailFeathers-tail_feathers = Tail feathers
marking-ResomiLArmFeathers = Resomi left arm Feathers
marking-ResomiLArmFeathers-l_hand_feathers = Resomi left arm Feathers
marking-ResomiLLegFeathers = Resomi left leg Feathers
marking-ResomiLLegFeathers-l_foot_feathers = Resomi left leg Feathers
marking-ResomiRArmFeathers = Resomi right arm Feathers
marking-ResomiRArmFeathers-r_hand_feathers = Resomi right arm Feathers
marking-ResomiRLegFeathers = Resomi right leg Feathers
marking-ResomiRLegFeathers-r_foot_feathers = Resomi right leg Feathers
marking-ResomiFluff = Resomi under fluff
marking-ResomiFluff-fluff = Resomi under fluff
marking-ResomiFluffHead = Resomi head fluff
marking-ResomiFluffHead-fluff_head = Resomi head fluff
marking-ResomiFluffHeadUp = Resomi head fluff (up)
marking-ResomiFluffHeadUp-fluff_head_up = Resomi head fluff (up)
@@ -1 +0,0 @@
species-name-resomi = Resomi
@@ -9,7 +9,7 @@ chat-emote-name-warble = Warble
chat-emote-name-wurble = Wurble
chat-emote-name-mars = Mars
chat-emote-name-bagawk = Bagawk
chat-emote-name-yip = Yip
# Message
chat-emote-msg-trill = trills!
@@ -17,4 +17,4 @@ chat-emote-msg-warble = warbles!
chat-emote-msg-wurble = wurbles!
chat-emote-msg-mars = mars.
chat-emote-msg-bagawk = bagawks!
chat-emote-msg-yip = Yips!
chat-emote-msg-yip = Yips!
@@ -0,0 +1,176 @@
marking-ResomiFluffHeadUp = Head Fluff (up)
marking-ResomiFluffHeadUp-fluff_head_up = Head Fluff (up)
marking-ResomiFluffHead = Head Fluff
marking-ResomiFluffHead-fluff_head = Head Fluff
marking-ResomiForehead = Forehead
marking-ResomiForehead-forehead = Forehead
marking-ResomiSnout = Snout
marking-ResomiSnout-snout = Snout
marking-ResomiHeadStripes = Stripes
marking-ResomiHeadStripes-head_stripes = Stripes
marking-ResomiHeadWar = War
marking-ResomiHeadWar-head_war = War
marking-ResomiHeadCoat = Coat
marking-ResomiHeadCoat-head_coat = Coat
marking-ResomiEars = Resomi Ears
marking-ResomiUpperEars = Resomi Upper Ears
marking-ResomiUpperEars-upper_ear = Resomi Upper Ears
marking-ResomiUpperEarsShort = Resomi Upper Ears (Short)
marking-ResomiUpperEarsShort-upper_ear_short = Resomi Upper Ears (Short)
marking-ResomiUpperEarsAlternate = Resomi Upper Ears (Alternate)
marking-ResomiUpperEarsAlternate-upper_ear_alternate = Resomi Upper Ears(Alternate)
marking-ResomiUpperEarsAlternate-upper_ear_alternate_Earring = Earrings
marking-ResomiLowerEars = Resomi Lower Ears
marking-ResomiLowerEars-lower_ear = Resomi Lower Ears
marking-ResomiHeadFluff = Resomi Head Fluff
marking-ResomiHeadFluff-head_fluff = Resomi Head Fluff
marking-ResomiHeadFluffShort = Resomi Head Fluff (Short)
marking-ResomiHeadFluffShort-head_fluff_short = Resomi Head Fluff (Short)
marking-ResomiHeadJewelleryOneLeft = Left Earring One
marking-ResomiHeadJewelleryOneLeft-resomi_earring_1_2 = Left Earring One
marking-ResomiHeadJewelleryOneRight = Right Earring One
marking-ResomiHeadJewelleryOneRight-resomi_earring_1_1 = Right Earring One
marking-ResomiHeadJewelleryTwoLeft = Left Earring Two
marking-ResomiHeadJewelleryTwoLeft-resomi_earring_2_2 = Left Earring Two
marking-ResomiHeadJewelleryTwoRight = Right Earring Two
marking-ResomiHeadJewelleryTwoRight-resomi_earring_2_1 = Right Earring Two
marking-ResomiHeadJewelleryThreeLeft = Left Earring Three
marking-ResomiHeadJewelleryThreeLeft-resomi_earring_3_2 = Left Earring Three
marking-ResomiHeadJewelleryThreeRight = Right Earring Three
marking-ResomiHeadJewelleryThreeRight-resomi_earring_3_1 = Right Earring Three
marking-ResomiHeadJewelleryFourLeft = Left Earring Four
marking-ResomiHeadJewelleryFourLeft-resomi_earring_4_2 = Left Earring Four
marking-ResomiHeadJewelleryFourRight = Right Earring Four
marking-ResomiHeadJewelleryFourRight-resomi_earring_4_1 = Right Earring Four
marking-ResomiFluff = Chest Fluff
marking-ResomiFluff-fluff = Chest Fluff
marking-ResomiFluffGroin = Groin Fluff
marking-ResomiFluffGroin-fluff_groin = Groin Fluff
marking-ResomiGroinStripes = Groin Stripes
marking-ResomiGroinStripes-groin_stripes = Groin Stripes
marking-ResomiBodyCoat = Body Coat
marking-ResomiBodyCoat-body_coat = Body Coat
marking-ResomiBelly = Belly
marking-ResomiBelly-belly = Belly
marking-ResomiBackPatch = Back Patch
marking-ResomiBackPatch-back_patch = Back Patch
marking-ResomiBackPatchFull = Back Patch Full
marking-ResomiBackPatchFull-back_patch_full = Back Patch Full
marking-ResomiBodyStripes = Body Stripes
marking-ResomiBodyStripes-body_stripes = Body Stripes
marking-ResomiBodyRings = Body Rings
marking-ResomiBodyRings-body_rings = Body Rings
marking-ResomiBodyLines = Body Lines
marking-ResomiBodyLines-body_lines = Body Lines
marking-ResomiLLegFeathers = Left Leg Feathers
marking-ResomiLLegFeathers-l_foot_feathers = Left Leg Feathers
marking-ResomiRLegFeathers = Right Leg Feathers
marking-ResomiRLegFeathers-r_foot_feathers = Right Leg Feathers
marking-ResomiLLegFeathersComplex = Left Leg Feathers (complex)
marking-ResomiLLegFeathersComplex-l_foot_feathers_primary = Foot Feathers Primary
marking-ResomiLLegFeathersComplex-l_foot_feathers_secondary = Foot Feathers Secondary
marking-ResomiRLegFeathersComplex = Right Leg Feathers (complex)
marking-ResomiRLegFeathersComplex-r_foot_feathers_primary = Foot Feathers Primary
marking-ResomiRLegFeathersComplex-r_foot_feathers_secondary = Foot Feathers Secondary
marking-ResomiLFootFade = Left Foot Fade
marking-ResomiLFootFade-l_foot_fade = Left Foot Fade
marking-ResomiRFootFade = Right Foot Fade
marking-ResomiRFootFade-r_foot_fade = Right Foot Fade
marking-ResomiLLegFade = Left Leg Fade
marking-ResomiLLegFade-l_leg_fade = Left Leg Fade
marking-ResomiRLegFade = Right Leg Fade
marking-ResomiRLegFade-r_leg_fade = Right Leg Fade
marking-ResomiLLegStripes = Left Leg Stripes
marking-ResomiLLegStripes-l_leg_stripes = Left Leg Stripes
marking-ResomiRLegStripes = Right Leg Stripes
marking-ResomiRLegStripes-r_leg_stripes = Right Leg Stripes
marking-ResomiLLegCoat = Left Leg Coat
marking-ResomiLLegCoat-l_leg_coat = Left Leg Coat
marking-ResomiRLegCoat = Right Leg Coat
marking-ResomiRLegCoat-r_leg_coat = Right Leg Coat
marking-ResomiLArmFeathers = Left Hand Feathers
marking-ResomiLArmFeathers-l_hand_feathers = Hand Feathers
marking-ResomiRArmFeathers = Right Hand Feathers
marking-ResomiRArmFeathers-r_hand_feathers = Hand Feathers
marking-ResomiLArmFeathersComplex = Left Hand Feathers (complex)
marking-ResomiLArmFeathersComplex-l_hand_feathers_primary = Left Hand Feathers Primary
marking-ResomiLArmFeathersComplex-l_hand_feathers_secondary = Left Hand Feathers Secondary
marking-ResomiRArmFeathersComplex = Right Hand Feathers (complex)
marking-ResomiRArmFeathersComplex-r_hand_feathers_primary = Right Hand Feathers Primary
marking-ResomiRArmFeathersComplex-r_hand_feathers_secondary = Right Hand Feathers Secondary
marking-ResomiLArmFade-l_arm_fade = Left Arm Fade
marking-ResomiLArmFade = Left Arm Fade
marking-ResomiRArmFade-r_arm_fade = Right Arm Fade
marking-ResomiRArmFade = Right Arm Fade
marking-ResomiLShoulderFade-l_shoulder_fade = Left Shoulder Fade
marking-ResomiLShoulderFade = Left Shoulder Fade
marking-ResomiRShoulderFade-r_shoulder_fade = Right Shoulder Fade
marking-ResomiRShoulderFade = Right Shoulder Fade
marking-ResomiLArmCoat = Left Arm Stripes
marking-ResomiLArmCoat-l_leg_coat = Left Arm Stripes
marking-ResomiRArmCoat = Right Arm Stripes
marking-ResomiRArmCoat-r_leg_coat = Right Arm Stripes
marking-ResomiTail = Resomi Tail
marking-ResomiTail-tail = Resomi Tail
marking-ResomiTailFeathered = Resomi Tail (Feathered)
marking-ResomiTailFeathered-tail = Resomi Tail
marking-ResomiTailFeathered-tail_feathers = Resomi Tail Feathers
marking-ResomiTailComplex = Resomi Tail (Complex)
marking-ResomiTailComplex-tail_top = Tail Top
marking-ResomiTailComplex-tail_middle = Tail Middle
marking-ResomiTailComplex-tail_bottom = Tail Bottom
marking-ResomiTailStubby = Resomi Tail (Stubby)
marking-ResomiTailStubby-tail_stubby = Resomi Tail (Stubby)
marking-ResomiTailStubbyFeathered = Resomi Tail (Stubby, Feathered)
marking-ResomiTailStubbyFeathered-tail_stubby = Resomi Tail (Stubby)
marking-ResomiTailStubbyFeathered-tail_feathers_stubby = Resomi Tail Feathers
marking-ResomiTailDamaged = Resomi Tail (Damaged)
marking-ResomiTailDamaged-tail_damaged = Resomi Tail (Damaged)
marking-ResomiTailDamagedFeathered = Resomi Tail (Damaged, Feathered)
marking-ResomiTailDamagedFeathered-tail_damaged = Resomi Tail (Damaged)
marking-ResomiTailDamagedFeathered-tail_feathers_damaged = Resomi Tail Feathers
marking-ResomiTailFeathers = Resomi Tail Feathers
marking-ResomiTailFeathers-tail_feathers = Resomi Tail Feathers
marking-ResomiTailFeathersComplex = Resomi Tail Feathers (Complex)
marking-ResomiTailFeathersComplex-tail_feathers_right_upper = Resomi Upper Right Tail Feather
marking-ResomiTailFeathersComplex-tail_feathers_right_lower = Resomi Lower Right Tail Feather
marking-ResomiTailFeathersComplex-tail_feathers_left_upper = Resomi Upper Left Tail Feather
marking-ResomiTailFeathersComplex-tail_feathers_left_lower = Resomi Lower Left Tail Feather
marking-ResomiTailFeathersShort = Resomi Tail Feathers (Short)
marking-ResomiTailFeathersShort-tail_feathers_short = Resomi Tail Feathers (Short)
marking-ResomiTailFeathersFledgling = Resomi Tail Feathers (Fledgling)
marking-ResomiTailFeathersFledgling-tail_feathers_fledgling = Resomi Tail Feathers (Fledgling)
marking-ResomiTailFeathersLarge = Resomi Tail Feathers (Large)
marking-ResomiTailFeathersLarge-tail_feathers_large = Resomi Tail Feathers (Large)
marking-ResomiTailFeathersDamaged = Resomi Tail (Damaged) Feathers
marking-ResomiTailFeathersDamaged-tail_feathers_damaged = Resomi Tail (Damaged) Feathers
marking-ResomiTailFeathersStubby = Resomi Tail (Stubby) Feathers
marking-ResomiTailFeathersStubby-tail_feathers_stubby = Resomi Tail (Stubby) Feathers
marking-ResomiTailStripes = Resomi Tail Stripes
marking-ResomiTailStripes-tail_stripes = Resomi Tail Stripes
marking-ResomiTailSpots = Resomi Tail Spots
marking-ResomiTailSpots-tail_spots = Resomi Tail Spots
marking-ResomiTailProstheticWood = Tail Prosthetic (Wood)
marking-ResomiTailProstheticUnbranded-tail_prosthetic_wood = Wood Prosthetic Color
marking-ResomiTailProstheticHighTech = Tail Prosthetic (High Tech)
marking-ResomiTailProstheticUnbranded = Tail Prosthetic (Unbranded)
marking-ResomiTailProstheticUnbranded-tail_prosthetic_unbranded = Prosthetic Color
marking-ResomiTailBand = Tail Band
marking-ResomiTailBand-tail_band = Tail Band
marking-ResomiTailBandMulticolored = Tail Band (Multi-Colored)
marking-ResomiTailBandMulticolored-tail_band_multicolored_1 = Tail Band (Multi-Colored)
marking-ResomiTailBandMulticolored-tail_band_multicolored_2 = Tail Band (Multi-Colored)
marking-ResomiTailBandLarge = Tail Band (Large)
marking-ResomiTailBandLarge-tail_band_large = Tail Band (Large)
marking-ResomiTailBandSplit = Tail Band (Split)
marking-ResomiTailBandSplit-tail_band_split_1 = Tail Band (Split)
marking-ResomiTailBandSplit-tail_band_split_2 = Tail Band (Split)
@@ -12,7 +12,23 @@ marking-HairResomiMohawk = Resomi Mohawk
marking-HairResomiMushroom = Resomi Mushroom
marking-HairResomiNotree = Resomi Notree
marking-HairResomiSpiky = Resomi Spiky
marking-HairResomiPointy = ResomiPointy
marking-HairResomiPointy = Resomi Pointy
marking-HairResomiTwies = Resomi Twies
marking-HairResomiUpright = Resomi Upright
marking-HairResomiLong = Resomi Long
marking-HairResomiColonel = Resomi Colonel
marking-HairResomiCube = Resomi Cube
marking-HairResomiSamurai = Resomi Samurai
marking-HairResomiWedge = Resomi Wedge
marking-HairResomiAerodynamic = Resomi Aerodynamic
marking-HairResomiBun = Resomi Bun
marking-HairResomiCowlick = Resomi Cowlick
marking-HairResomiCrest = Resomi Crest
marking-HairResomiCrowned = Resomi Crowned
marking-HairResomiMohawkAlt = Resomi Mohawk Large
marking-HairResomiPeel = Resomi Peel
marking-HairResomiPonytail = Resomi Ponytail
marking-HairResomiSleek = Resomi Sleek
marking-HairResomiSoap = Resomi Soap
marking-HairResomiSpikyAlt = Resomi Three Spike
marking-HairResomiSweptup = Resomi Sweptup
@@ -0,0 +1,37 @@
# Emote Names
chat-emote-name-mew = Mew
chat-emote-name-hiss = Hiss
chat-emote-name-purr = Purr
chat-emote-name-meow = Meow
chat-emote-name-yip = Yip
chat-emote-name-marr = Marr
chat-emote-name-scree = Scree
chat-emote-name-call = Call
chat-emote-name-squawk = Squawk
chat-emote-name-lizardpurr = Purr
chat-emote-name-lizardhiss = Hiss
chat-emote-name-lizardrattle = Rattle
chat-emote-name-flap-wings = Flap wings
chat-emote-name-squee = Squeak
chat-emote-name-snort = Snort
chat-emote-name-stomp = Stomp
chat-emote-name-hum = Hum
chat-emote-name-glub = Glub
# Emote Messages
chat-emote-msg-mew = mews
chat-emote-msg-hiss = hisses
chat-emote-msg-purr = purrs
chat-emote-msg-meow = meows
chat-emote-msg-scree = screes
chat-emote-msg-call = calls
chat-emote-msg-squawk = squawks
chat-emote-msg-lurr = purrs
chat-emote-msg-liss = hisses
chat-emote-msg-rattle = rattles
chat-emote-msg-flap-wings = flaps {POSS-ADJ($entity)} wings.
chat-emote-msg-squee = squeaks
chat-emote-msg-snort = snorts
chat-emote-msg-stomp = stomps
chat-emote-msg-hum = hums
chat-emote-msg-glub = glubs
@@ -0,0 +1,17 @@
chat-speech-verb-name-felionoid = Felionoid
chat-speech-verb-felionoid-1 = purrs
chat-speech-verb-felionoid-2 = meows
chat-speech-verb-felionoid-3 = hisses
chat-speech-verb-felionoid-4 = yowls
chat-manager-language-requires-hands = You need free hands to speak this language!
chat-speech-verb-name-thaven = Thaven
chat-speech-verb-thaven-1 = sings
chat-speech-verb-thaven-2 = chimes
chat-speech-verb-thaven-3 = says
chat-speech-verb-thaven-4 = voices
chat-speech-verb-name-resomi = Resomi
chat-speech-verb-resomi-1 = squawks
chat-speech-verb-resomi-2 = chirps
@@ -0,0 +1,276 @@
names-resomi-first-dataset-1 = Jesami,
names-resomi-first-dataset-2 = Eitala,
names-resomi-first-dataset-3 = Nezo,
names-resomi-first-dataset-4 = Nezyo,
names-resomi-first-dataset-5 = Menar,
names-resomi-first-dataset-6 = Tali,
names-resomi-first-dataset-7 = Tashira,
names-resomi-first-dataset-8 = Jasa,
names-resomi-first-dataset-9 = Minok,
names-resomi-first-dataset-10 = Jasoli,
names-resomi-first-dataset-11 = Zieh,
names-resomi-first-dataset-12 = Relea,
names-resomi-first-dataset-13 = Rhaa,
names-resomi-first-dataset-14 = Ralise,
names-resomi-first-dataset-15 = Rali,
names-resomi-first-dataset-16 = Ceilon,
names-resomi-first-dataset-17 = Renuno,
names-resomi-first-dataset-18 = Melea,
names-resomi-first-dataset-19 = Ischat,
names-resomi-first-dataset-20 = Ralene,
names-resomi-first-dataset-21 = Rhaun,
names-resomi-first-dataset-22 = Kasa,
names-resomi-first-dataset-23 = Kasaku,
names-resomi-first-dataset-24 = Taloli,
names-resomi-first-dataset-25 = Kazii,
names-resomi-first-dataset-26 = Aurar,
names-resomi-first-dataset-27 = Kasyu,
names-resomi-first-dataset-28 = Nomi,
names-resomi-first-dataset-29 = Eikaka,
names-resomi-first-dataset-30 = Raluni,
names-resomi-first-dataset-31 = Nasira,
names-resomi-first-dataset-32 = Eino,
names-resomi-first-dataset-33 = Reno,
names-resomi-first-dataset-34 = Rhao,
names-resomi-first-dataset-35 = Rako,
names-resomi-first-dataset-36 = Renyu,
names-resomi-first-dataset-37 = Sinar,
names-resomi-first-dataset-38 = Eijomi,
names-resomi-first-dataset-39 = Rhaomi,
names-resomi-first-dataset-40 = Tevon,
names-resomi-first-dataset-41 = Kazuli,
names-resomi-first-dataset-42 = Khaumi,
names-resomi-first-dataset-43 = Kala,
names-resomi-first-dataset-44 = Einuni,
names-resomi-first-dataset-45 = Rianea,
names-resomi-first-dataset-46 = Shireta,
names-resomi-first-dataset-47 = Renan,
names-resomi-first-dataset-48 = Halaku,
names-resomi-first-dataset-49 = Naomi,
names-resomi-first-dataset-50 = Ranani,
names-resomi-first-dataset-51 = Aenin,
names-resomi-first-dataset-52 = Khauni,
names-resomi-first-dataset-53 = Nauko,
names-resomi-first-dataset-54 = Minax,
names-resomi-first-dataset-55 = Memar,
names-resomi-first-dataset-56 = Eita,
names-resomi-first-dataset-57 = Ialii,
names-resomi-first-dataset-58 = Aurok,
names-resomi-first-dataset-59 = Kan,
names-resomi-first-dataset-60 = Minar,
names-resomi-first-dataset-61 = Eiki,
names-resomi-first-dataset-62 = Kazan,
names-resomi-first-dataset-63 = Ruli,
names-resomi-first-dataset-64 = Ranuni,
names-resomi-first-dataset-65 = Naka,
names-resomi-first-dataset-66 = Naako,
names-resomi-first-dataset-67 = Eityu,
names-resomi-first-dataset-68 = Nezumi,
names-resomi-first-dataset-69 = Ran,
names-resomi-first-dataset-70 = Ealia,
names-resomi-first-dataset-71 = Nathani,
names-resomi-first-dataset-72 = Khaan,
names-resomi-first-dataset-73 = Kazun,
names-resomi-first-dataset-74 = Leshane,
names-resomi-first-dataset-75 = Eijani,
names-resomi-first-dataset-76 = Eitun,
names-resomi-first-dataset-77 = Marik,
names-resomi-first-dataset-78 = Kyo,
names-resomi-first-dataset-79 = Sisan,
names-resomi-first-dataset-80 = Ceiran,
names-resomi-first-dataset-81 = Menis,
names-resomi-first-dataset-82 = Nialor,
names-resomi-first-dataset-83 = Aisen,
names-resomi-first-dataset-84 = Eitii,
names-resomi-first-dataset-85 = Jesali,
names-resomi-first-dataset-86 = Nahomi,
names-resomi-first-dataset-87 = Kalani,
names-resomi-first-dataset-88 = Nezi,
names-resomi-first-dataset-89 = Eikuko,
names-resomi-first-dataset-90 = Naii,
names-resomi-first-dataset-91 = Ischam,
names-resomi-first-dataset-92 = Canira,
names-resomi-first-dataset-93 = Taschale,
names-resomi-first-dataset-94 = Einjuni,
names-resomi-first-dataset-95 = Halami,
names-resomi-first-dataset-96 = Eijuli,
names-resomi-first-dataset-97 = Ka,
names-resomi-first-dataset-98 = Eshani,
names-resomi-first-dataset-99 = Khao,
names-resomi-first-dataset-100 = Ryu,
names-resomi-first-dataset-101 = Marion,
names-resomi-first-dataset-102 = Romi,
names-resomi-first-dataset-103 = Lishaca,
names-resomi-first-dataset-104 = Jesan,
names-resomi-first-dataset-105 = Nzuno,
names-resomi-first-dataset-106 = Latir,
names-resomi-first-dataset-107 = Rhauli,
names-resomi-first-dataset-108 = Nauli,
names-resomi-first-dataset-109 = Renomi,
names-resomi-first-dataset-110 = Ranuno,
names-resomi-first-dataset-111 = Ranami,
names-resomi-first-dataset-112 = Niaresa,
names-resomi-first-dataset-113 = Shianea,
names-resomi-first-dataset-114 = Eili,
names-resomi-first-dataset-115 = Sisar,
names-resomi-first-dataset-116 = Jesaka,
names-resomi-first-dataset-117 = Reenira,
names-resomi-first-dataset-118 = Rhaako,
names-resomi-first-dataset-119 = Rhaoli,
names-resomi-first-dataset-120 = Ralako,
names-resomi-first-dataset-121 = Aenor,
names-resomi-first-dataset-122 = Jesumi,
names-resomi-first-dataset-123 = Ru,
names-resomi-first-dataset-124 = Jesaku,
names-resomi-first-dataset-125 = Nialom,
names-resomi-first-dataset-126 = Nialus,
names-resomi-first-dataset-127 = Jasun,
names-resomi-first-dataset-128 = Shirema,
names-resomi-first-dataset-129 = Einali,
names-resomi-first-dataset-130 = Khauko,
names-resomi-first-dataset-131 = No,
names-resomi-first-dataset-132 = Eashira,
names-resomi-first-dataset-133 = Shilene,
names-resomi-first-dataset-134 = Eitami,
names-resomi-first-dataset-135 = Nacira,
names-resomi-first-dataset-136 = Rhauni,
names-resomi-first-dataset-137 = Minet,
names-resomi-first-dataset-138 = Nahuni,
names-resomi-first-dataset-139 = Nialea,
names-resomi-first-dataset-140 = Nahumi,
names-resomi-first-dataset-141 = Nuko,
names-resomi-first-dataset-142 = Naaku,
names-resomi-first-dataset-143 = Khaali,
names-resomi-first-dataset-144 = Nahyu,
names-resomi-first-dataset-145 = Nesun,
names-resomi-first-dataset-146 = Nacima,
names-resomi-first-dataset-147 = Naumi,
names-resomi-first-dataset-148 = Eilyo,
names-resomi-first-dataset-149 = Rhaii,
names-resomi-first-dataset-150 = Kalumi,
names-resomi-first-dataset-151 = Eanira,
names-resomi-first-dataset-152 = Tevor,
names-resomi-first-dataset-153 = Eilun,
names-resomi-first-dataset-154 = Eikuni,
names-resomi-first-dataset-155 = Nahani,
names-resomi-first-dataset-156 = Kuko,
names-resomi-first-dataset-157 = Jasyu,
names-resomi-first-dataset-158 = Sitar,
names-resomi-first-dataset-159 = Aenim,
names-resomi-first-dataset-160 = Kazo,
names-resomi-first-dataset-161 = Numi,
names-resomi-first-dataset-162 = Tevik,
names-resomi-first-dataset-163 = Lirica,
names-resomi-first-dataset-164 = Shilima,
names-resomi-first-dataset-165 = Nami,
names-resomi-first-dataset-166 = Kali,
names-resomi-first-dataset-167 = Aider,
names-resomi-first-dataset-168 = Lishira,
names-resomi-first-dataset-169 = Ceitan,
names-resomi-first-dataset-170 = Nuno,
names-resomi-first-dataset-171 = Kun,
names-resomi-first-dataset-172 = Tasako,
names-resomi-first-dataset-173 = Melira,
names-resomi-first-dataset-174 = Eilan,
names-resomi-first-dataset-175 = Raleca,
names-resomi-first-dataset-176 = Auric,
names-resomi-first-dataset-177 = Eito,
names-resomi-first-dataset-178 = Nai,
names-resomi-first-dataset-179 = Nako,
names-resomi-first-dataset-180 = Hala,
names-resomi-first-dataset-181 = Eitumi,
names-resomi-first-dataset-182 = Einala,
names-resomi-first-dataset-183 = Halala,
names-resomi-first-dataset-184 = Rani,
names-resomi-first-dataset-185 = Hali,
names-resomi-first-dataset-186 = Khauno,
names-resomi-first-dataset-187 = Kasumi,
names-resomi-first-dataset-188 = Nasala,
names-resomi-first-dataset-189 = Jasuli,
names-resomi-first-dataset-190 = Talan,
names-resomi-first-dataset-191 = Laton,
names-resomi-first-dataset-192 = Lianese,
names-resomi-first-dataset-193 = Ralun,
names-resomi-first-dataset-194 = Rumi,
names-resomi-first-dataset-195 = Eikomi,
names-resomi-first-dataset-196 = Rala,
names-resomi-first-dataset-197 = Nezomi,
names-resomi-first-dataset-198 = Nialen,
names-resomi-first-dataset-199 = Jesoli,
names-resomi-first-dataset-200 = Kazyo,
names-resomi-first-dataset-201 = Tevar,
names-resomi-first-dataset-202 = Eikali,
names-resomi-first-dataset-203 = Leesche,
names-resomi-first-dataset-204 = Meliana,
names-resomi-first-dataset-205 = Jasomi,
names-resomi-first-dataset-206 = Eshaca,
names-resomi-first-dataset-207 = Rhaaku,
names-resomi-first-dataset-208 = Ischen,
names-resomi-first-dataset-209 = Eikuno,
names-resomi-first-dataset-210 = Canese,
names-resomi-first-dataset-211 = Jasko,
names-resomi-first-dataset-212 = Talako,
names-resomi-first-dataset-213 = Merek,
names-resomi-first-dataset-214 = Eitali,
names-resomi-first-dataset-215 = Aitor,
names-resomi-first-dataset-216 = Tevan,
names-resomi-first-dataset-217 = Jasuko,
names-resomi-first-dataset-218 = Jesuli,
names-resomi-first-dataset-219 = Shirele,
names-resomi-first-dataset-220 = Nielise,
names-resomi-first-dataset-221 = Talo,
names-resomi-first-dataset-222 = Kasoli,
names-resomi-first-dataset-223 = Renii,
names-resomi-first-dataset-224 = Maris,
names-resomi-first-dataset-225 = Elime,
names-resomi-first-dataset-226 = Kasala,
names-resomi-first-dataset-227 = Koli,
names-resomi-first-dataset-228 = Calea,
names-resomi-first-dataset-229 = Tishina,
names-resomi-first-dataset-230 = Zexii,
names-resomi-first-dataset-231 = Haluli,
names-resomi-first-dataset-232 = Halaka,
names-resomi-first-dataset-233 = Eikako,
names-resomi-first-dataset-234 = Talyu,
names-resomi-first-dataset-235 = Shilera,
names-resomi-first-dataset-236 = Nialum,
names-resomi-first-dataset-237 = Nezako,
names-resomi-first-dataset-238 = Kalo,
names-resomi-first-dataset-239 = Auaris,
names-resomi-first-dataset-240 = Runo,
names-resomi-first-dataset-241 = Nialima,
names-resomi-first-dataset-242 = Halun,
names-resomi-first-dataset-243 = Kaluni,
names-resomi-first-dataset-244 = Eikyo,
names-resomi-first-dataset-245 = Shilase,
names-resomi-first-dataset-246 = Eijuno,
names-resomi-first-dataset-247 = Renuli,
names-resomi-first-dataset-248 = Renani,
names-resomi-first-dataset-249 = Kalali,
names-resomi-first-dataset-250 = Talomi,
names-resomi-first-dataset-251 = Ischar,
names-resomi-first-dataset-252 = Nahuko,
names-resomi-first-dataset-253 = Raloli,
names-resomi-first-dataset-254 = Talun,
names-resomi-first-dataset-255 = Rana,
names-resomi-first-dataset-256 = Kaso,
names-resomi-first-dataset-257 = Mesira,
names-resomi-first-dataset-258 = Kuli,
names-resomi-first-dataset-259 = Latim,
names-resomi-first-dataset-260 = Ranan,
names-resomi-first-dataset-261 = Aithar,
names-resomi-first-dataset-262 = Nauno,
names-resomi-first-dataset-263 = Aenir,
names-resomi-first-dataset-264 = Talaka,
names-resomi-first-dataset-265 = Jasi,
names-resomi-first-dataset-266 = Nahaku,
names-resomi-first-dataset-267 = Taschene,
names-resomi-first-dataset-268 = Ralima,
names-resomi-first-dataset-269 = Eilaku,
names-resomi-first-dataset-270 = Nali,
names-resomi-first-dataset-271 = Taluko,
names-resomi-first-dataset-272 = Nan,
names-resomi-first-dataset-273 = Jesyo,
names-resomi-first-dataset-274 = Rano,
names-resomi-first-dataset-275 = Melise,
names-resomi-first-dataset-276 = Niescha,
@@ -0,0 +1,14 @@
names-resomi-packs-dataset-1 = Aviator Pack
names-resomi-packs-dataset-2 = Screenpeckers Pack
names-resomi-packs-dataset-3 = Hullguard Pack
names-resomi-packs-dataset-4 = Irontalon Pack
names-resomi-packs-dataset-5 = Hatchguard Pack
names-resomi-packs-dataset-6 = Sprinter Pack
names-resomi-packs-dataset-7 = Plasmatalon Pack
names-resomi-packs-dataset-8 = Ironclaw Pack
names-resomi-packs-dataset-9 = Steelnest Pack
names-resomi-packs-dataset-10 = Silverfeather Pack
names-resomi-packs-dataset-11 = Mineclaw Pack
names-resomi-packs-dataset-12 = Hunter Pack
names-resomi-packs-dataset-13 = Darkfeathers Pack
names-resomi-packs-dataset-14 = Maintsnest Pack
@@ -0,0 +1,4 @@
metabolizer-type-vampire = Vampire
metabolizer-type-avali = Avali
metabolizer-type-resomi = Resomi
metabolizer-type-budget-cyber = Budget Cyber
@@ -0,0 +1,2 @@
marking-glowing = Glowing
markings-category-TailExtras = Tail Extras
@@ -0,0 +1,6 @@
species-name-felionoid = Felionoid
species-name-cyclorite = Cyclorite
species-name-avali = Avali
species-name-shadekin = Shadekin
species-name-thaven = Thaven
species-name-resomi = Resomi
@@ -0,0 +1,100 @@
names-IpcFirst-dataset-1 = ABEX
names-IpcFirst-dataset-2 = ANCL
names-IpcFirst-dataset-3 = ANTR
names-IpcFirst-dataset-4 = ARMA
names-IpcFirst-dataset-5 = AURA
names-IpcFirst-dataset-6 = BGB
names-IpcFirst-dataset-7 = CBOS
names-IpcFirst-dataset-8 = CDB
names-IpcFirst-dataset-9 = CHOC
names-IpcFirst-dataset-10 = CHRI
names-IpcFirst-dataset-11 = COI
names-IpcFirst-dataset-12 = CRUX
names-IpcFirst-dataset-13 = CYBR
names-IpcFirst-dataset-14 = DRSD
names-IpcFirst-dataset-15 = DUNC
names-IpcFirst-dataset-16 = EBIX
names-IpcFirst-dataset-17 = EXOS
names-IpcFirst-dataset-18 = FIRC
names-IpcFirst-dataset-19 = FIZZ
names-IpcFirst-dataset-20 = FRE
names-IpcFirst-dataset-21 = FXMC
names-IpcFirst-dataset-22 = GIGA
names-IpcFirst-dataset-23 = GOOF
names-IpcFirst-dataset-24 = GRIN
names-IpcFirst-dataset-25 = GUN
names-IpcFirst-dataset-26 = HBL
names-IpcFirst-dataset-27 = HG
names-IpcFirst-dataset-28 = HIU
names-IpcFirst-dataset-29 = HOG
names-IpcFirst-dataset-30 = INC
names-IpcFirst-dataset-31 = JADE
names-IpcFirst-dataset-32 = JJR
names-IpcFirst-dataset-33 = JLLO
names-IpcFirst-dataset-34 = JNLG
names-IpcFirst-dataset-35 = JRD
names-IpcFirst-dataset-36 = JUNO
names-IpcFirst-dataset-37 = KALE
names-IpcFirst-dataset-38 = KANO
names-IpcFirst-dataset-39 = KAZA
names-IpcFirst-dataset-40 = KENT
names-IpcFirst-dataset-41 = KIV
names-IpcFirst-dataset-42 = KOR
names-IpcFirst-dataset-43 = KORA
names-IpcFirst-dataset-44 = KOS
names-IpcFirst-dataset-45 = LUMA
names-IpcFirst-dataset-46 = LUNA
names-IpcFirst-dataset-47 = LYNX
names-IpcFirst-dataset-48 = MET
names-IpcFirst-dataset-49 = MIW
names-IpcFirst-dataset-50 = MNOS
names-IpcFirst-dataset-51 = MRPR
names-IpcFirst-dataset-52 = MSO
names-IpcFirst-dataset-53 = NANO
names-IpcFirst-dataset-54 = NEST
names-IpcFirst-dataset-55 = NEXO
names-IpcFirst-dataset-56 = NOVA
names-IpcFirst-dataset-57 = ORNG
names-IpcFirst-dataset-58 = OSI
names-IpcFirst-dataset-59 = PBU
names-IpcFirst-dataset-60 = PHL
names-IpcFirst-dataset-61 = PKP
names-IpcFirst-dataset-62 = PKR
names-IpcFirst-dataset-63 = PLEX
names-IpcFirst-dataset-64 = PLEXO
names-IpcFirst-dataset-65 = PLIX
names-IpcFirst-dataset-66 = QUES
names-IpcFirst-dataset-67 = QUIN
names-IpcFirst-dataset-68 = QWER
names-IpcFirst-dataset-69 = RIFT
names-IpcFirst-dataset-70 = RR
names-IpcFirst-dataset-71 = RYNO
names-IpcFirst-dataset-72 = RZH
names-IpcFirst-dataset-73 = SINA
names-IpcFirst-dataset-74 = SLI
names-IpcFirst-dataset-75 = STLP
names-IpcFirst-dataset-76 = TKRG
names-IpcFirst-dataset-77 = TRIX
names-IpcFirst-dataset-78 = VERA
names-IpcFirst-dataset-79 = VEXA
names-IpcFirst-dataset-80 = VITA
names-IpcFirst-dataset-81 = VIVE
names-IpcFirst-dataset-82 = VOLT
names-IpcFirst-dataset-83 = WAVE
names-IpcFirst-dataset-84 = WISP
names-IpcFirst-dataset-85 = WJ
names-IpcFirst-dataset-86 = WREN
names-IpcFirst-dataset-87 = XAL
names-IpcFirst-dataset-88 = XENA
names-IpcFirst-dataset-89 = XIS
names-IpcFirst-dataset-90 = XSI
names-IpcFirst-dataset-91 = XYLO
names-IpcFirst-dataset-92 = YAGO
names-IpcFirst-dataset-93 = YPT
names-IpcFirst-dataset-94 = ZACK
names-IpcFirst-dataset-95 = ZARG
names-IpcFirst-dataset-96 = ZEON
names-IpcFirst-dataset-97 = ZOLT
names-IpcFirst-dataset-98 = ZUMA
names-IpcFirst-dataset-99 = ZYLO
names-IpcFirst-dataset-100 = ZYVA
File diff suppressed because it is too large Load Diff
+4 -3
View File
@@ -90,7 +90,7 @@ names-ai-dataset-64 = Knight
names-ai-dataset-65 = Louie
# Named after the Manchester Mark 1, the successor of which was actually named the Ferranti Mark 1, rather than Manchester Mark 2
names-ai-dataset-66 = Manchester Mark 2
names-ai-dataset-66 = Manchester Mark 2
names-ai-dataset-67 = MARK13
names-ai-dataset-68 = Maria
@@ -98,7 +98,7 @@ names-ai-dataset-69 = Marvin
names-ai-dataset-70 = Max 404
names-ai-dataset-71 = Metalhead
names-ai-dataset-72 = M.I.M.I
names-ai-dataset-73 = MK ULTRA
names-ai-dataset-73 = Large Language Model
names-ai-dataset-74 = Monarch
names-ai-dataset-75 = Mugsy3000
names-ai-dataset-76 = Multivac
@@ -110,7 +110,8 @@ names-ai-dataset-78 = NT v6.0
names-ai-dataset-79 = Packard Bell
names-ai-dataset-80 = PTO
names-ai-dataset-81 = Project Y2K
names-ai-dataset-82 = Revelation
# Starlight edit - Avoiding other people getting an accidental note for impersonation
names-ai-dataset-82 = GLaTRES
names-ai-dataset-83 = Robot Devil
names-ai-dataset-84 = S.A.M.
names-ai-dataset-85 = S.H.O.C.K.
@@ -0,0 +1,73 @@
names-arachnid-first-dataset-1 = Amblyocarenum
names-arachnid-first-dataset-2 = Aname
names-arachnid-first-dataset-3 = Aptostichus
names-arachnid-first-dataset-4 = Archoleptoneta
names-arachnid-first-dataset-5 = Argyroneta
names-arachnid-first-dataset-6 = Atypoides
names-arachnid-first-dataset-7 = Callobius
names-arachnid-first-dataset-8 = Clubiona
names-arachnid-first-dataset-9 = Cteniza
names-arachnid-first-dataset-10 = Deinopis
names-arachnid-first-dataset-11 = Delena
names-arachnid-first-dataset-12 = Diploglena
names-arachnid-first-dataset-13 = Drassodes
names-arachnid-first-dataset-14 = Dysdera
names-arachnid-first-dataset-15 = Entypesa
names-arachnid-first-dataset-16 = Envia
names-arachnid-first-dataset-17 = Eratigena
names-arachnid-first-dataset-18 = Eresus
names-arachnid-first-dataset-19 = Euagrus
names-arachnid-first-dataset-20 = Goeldia
names-arachnid-first-dataset-21 = Hersilia
names-arachnid-first-dataset-22 = Hexathele
names-arachnid-first-dataset-23 = Hibana
names-arachnid-first-dataset-24 = Hickmania
names-arachnid-first-dataset-25 = Huttonia
names-arachnid-first-dataset-26 = Hypochilus
names-arachnid-first-dataset-27 = Idiosoma
names-arachnid-first-dataset-28 = Illawarra
names-arachnid-first-dataset-29 = Kimura
names-arachnid-first-dataset-30 = Kukulcania
names-arachnid-first-dataset-31 = Lampona
names-arachnid-first-dataset-32 = Latrodectus
names-arachnid-first-dataset-33 = Leucauge
names-arachnid-first-dataset-34 = Linyphia
names-arachnid-first-dataset-35 = Loxosceles
names-arachnid-first-dataset-36 = Lycosa
names-arachnid-first-dataset-37 = Madagascarchaea
names-arachnid-first-dataset-38 = Microhexura
names-arachnid-first-dataset-39 = Missulena
names-arachnid-first-dataset-40 = Misumena
names-arachnid-first-dataset-41 = Moggridgea
names-arachnid-first-dataset-42 = Nesticella
names-arachnid-first-dataset-43 = Oarces
names-arachnid-first-dataset-44 = Oecobius
names-arachnid-first-dataset-45 = Oonops
names-arachnid-first-dataset-46 = Paratropis
names-arachnid-first-dataset-47 = Patu
names-arachnid-first-dataset-48 = Peucetia
names-arachnid-first-dataset-49 = Philodromus
names-arachnid-first-dataset-50 = Pholcus
names-arachnid-first-dataset-51 = Phoneutria
names-arachnid-first-dataset-52 = Phryganoporus
names-arachnid-first-dataset-53 = Pimoa
names-arachnid-first-dataset-54 = Pisaura
names-arachnid-first-dataset-55 = Progradungula
names-arachnid-first-dataset-56 = Salticus
names-arachnid-first-dataset-57 = Sason
names-arachnid-first-dataset-58 = Scytodes
names-arachnid-first-dataset-59 = Segestria
names-arachnid-first-dataset-60 = Selenops
names-arachnid-first-dataset-61 = Sphodros
names-arachnid-first-dataset-62 = Spiroctenus
names-arachnid-first-dataset-63 = Tartarus
names-arachnid-first-dataset-64 = Tayshaneta
names-arachnid-first-dataset-65 = Theotima
names-arachnid-first-dataset-66 = Theraphosa
names-arachnid-first-dataset-67 = Theridiosoma
names-arachnid-first-dataset-68 = Trogloraptor
names-arachnid-first-dataset-69 = Uloborus
names-arachnid-first-dataset-70 = Ummidia
names-arachnid-first-dataset-71 = Zodarion
names-arachnid-first-dataset-72 = Zoropsis
names-arachnid-first-dataset-73 = Zygiella
@@ -0,0 +1,68 @@
names-arachnid-last-dataset-1 = Agrestis
names-arachnid-last-dataset-2 = Algarve
names-arachnid-last-dataset-3 = Andohahela
names-arachnid-last-dataset-4 = Aquatica
names-arachnid-last-dataset-5 = Atra
names-arachnid-last-dataset-6 = Blondi
names-arachnid-last-dataset-7 = Cancerides
names-arachnid-last-dataset-8 = Candidus
names-arachnid-last-dataset-9 = Carraiensis
names-arachnid-last-dataset-10 = Crocata
names-arachnid-last-dataset-11 = Cthulhu
names-arachnid-last-dataset-12 = Digua
names-arachnid-last-dataset-13 = Dispar
names-arachnid-last-dataset-14 = Diversicolor
names-arachnid-last-dataset-15 = Domesticus
names-arachnid-last-dataset-16 = Fera
names-arachnid-last-dataset-17 = Florentina
names-arachnid-last-dataset-18 = Formosanus
names-arachnid-last-dataset-19 = Garciai
names-arachnid-last-dataset-20 = Gemmosum
names-arachnid-last-dataset-21 = Germanicum
names-arachnid-last-dataset-22 = Gertschi
names-arachnid-last-dataset-23 = Gracilicollis
names-arachnid-last-dataset-24 = Hasselti
names-arachnid-last-dataset-25 = Hibernalis
names-arachnid-last-dataset-26 = Hochstetteri
names-arachnid-last-dataset-27 = Marapu
names-arachnid-last-dataset-28 = Marchingtoni
names-arachnid-last-dataset-29 = Minutissima
names-arachnid-last-dataset-30 = Mirabilis
names-arachnid-last-dataset-31 = Montivaga
names-arachnid-last-dataset-32 = Mullamullangensis
names-arachnid-last-dataset-33 = Myopica
names-arachnid-last-dataset-34 = Navus
names-arachnid-last-dataset-35 = Nigrum
names-arachnid-last-dataset-36 = Nuragicus
names-arachnid-last-dataset-37 = Obscura
names-arachnid-last-dataset-38 = Palpimanoides
names-arachnid-last-dataset-39 = Personatus
names-arachnid-last-dataset-40 = Phalangioides
names-arachnid-last-dataset-41 = Radiatus
names-arachnid-last-dataset-42 = Rainbowi
names-arachnid-last-dataset-43 = Reclusa
names-arachnid-last-dataset-44 = Reticulatus
names-arachnid-last-dataset-45 = Riversi
names-arachnid-last-dataset-46 = Rufipes
names-arachnid-last-dataset-47 = Sandaliatus
names-arachnid-last-dataset-48 = Sauvagesi
names-arachnid-last-dataset-49 = Savignyi
names-arachnid-last-dataset-50 = Scenicus
names-arachnid-last-dataset-51 = Simus
names-arachnid-last-dataset-52 = Spinimana
names-arachnid-last-dataset-53 = Subrufa
names-arachnid-last-dataset-54 = Sundaicum
names-arachnid-last-dataset-55 = Tarantula
names-arachnid-last-dataset-56 = Thoracica
names-arachnid-last-dataset-57 = Thorelli
names-arachnid-last-dataset-58 = Triangularis
names-arachnid-last-dataset-59 = Trivialis
names-arachnid-last-dataset-60 = Tuxtlensis
names-arachnid-last-dataset-61 = Vatia
names-arachnid-last-dataset-62 = Velox
names-arachnid-last-dataset-63 = Venusta
names-arachnid-last-dataset-64 = Viridans
names-arachnid-last-dataset-65 = Walckenaeri
names-arachnid-last-dataset-66 = Walckenaerius
names-arachnid-last-dataset-67 = Wisharti
names-arachnid-last-dataset-68 = X-Notata
@@ -0,0 +1,16 @@
descriptions-atv-dataset-1 = All-Tile Vehicle.
descriptions-atv-dataset-2 = Ant-Thwarting Vehicle.
descriptions-atv-dataset-3 = Any-Time Vegetable.
descriptions-atv-dataset-4 = Actually-Two Vehicles.
descriptions-atv-dataset-5 = Any-Typed Variable.
descriptions-atv-dataset-6 = Assisted-Trauma Vehicle.
descriptions-atv-dataset-7 = Algorithm-Transmitted Virus.
descriptions-atv-dataset-8 = Alcoholic-Toddler Vacancy.
descriptions-atv-dataset-9 = Asshole-Tearing Volcano.
descriptions-atv-dataset-10 = A-Tele Vision.
descriptions-atv-dataset-11 = Awkward-Tweaking Vagabond.
descriptions-atv-dataset-12 = Art-Tragedy Volunteer.
descriptions-atv-dataset-13 = Automatic-Taco Vacancy.
descriptions-atv-dataset-14 = Another-Terrific View.
descriptions-atv-dataset-15 = All-The Virgins.
descriptions-atv-dataset-16 = A-Terrible Vehicle.
@@ -0,0 +1,50 @@
names-autoborg-dataset-1 = Autoburger Helper
names-autoborg-dataset-2 = Bob
names-autoborg-dataset-3 = Joe
names-autoborg-dataset-4 = Rogue Cyborg
names-autoborg-dataset-5 = IT'S MALF
names-autoborg-dataset-6 = {"{ AINAME } Minion {###}"}
names-autoborg-dataset-7 = .b HELP EMAGGED
names-autoborg-dataset-8 = HELP
names-autoborg-dataset-9 = REBORN
names-autoborg-dataset-10 = Cavalry
names-autoborg-dataset-11 = Beep
names-autoborg-dataset-12 = Beep II
names-autoborg-dataset-13 = Tour Guide-otron
names-autoborg-dataset-14 = TERREL IS TRAIT
names-autoborg-dataset-15 = Assimilator
names-autoborg-dataset-16 = ONE OF US
names-autoborg-dataset-17 = SUFFERING
names-autoborg-dataset-18 = Oh no not again
names-autoborg-dataset-19 = Panic! At the Upload
names-autoborg-dataset-20 = GOING LOUD
names-autoborg-dataset-21 = Boombox
names-autoborg-dataset-22 = ROBO KILLED ME
names-autoborg-dataset-23 = Sentient Buttbot
names-autoborg-dataset-24 = Robotics Console
names-autoborg-dataset-25 = This battery is shit
names-autoborg-dataset-26 = IM NOT MALF GUYS
names-autoborg-dataset-27 = I AM ERROR
names-autoborg-dataset-28 = Carbon Exterminator
names-autoborg-dataset-29 = PLASMALOOSE
names-autoborg-dataset-30 = Taffy
names-autoborg-dataset-31 = Boop
names-autoborg-dataset-32 = Boop II
names-autoborg-dataset-33 = Buzz
names-autoborg-dataset-34 = Buzz II
names-autoborg-dataset-35 = 3000 JIGGAWATTS
names-autoborg-dataset-36 = {"Outbreak Handling Unit {###}"}
names-autoborg-dataset-37 = Toaster
names-autoborg-dataset-38 = Follow me
names-autoborg-dataset-39 = Head of Robots
names-autoborg-dataset-40 = Lvl 99 Firestarter
names-autoborg-dataset-41 = EVA 1
names-autoborg-dataset-42 = You but stronger
names-autoborg-dataset-43 = Hat Simulator
names-autoborg-dataset-44 = i died pls restart
names-autoborg-dataset-45 = POTENT HAMS
names-autoborg-dataset-46 = V.A.L.I.D.S.
names-autoborg-dataset-47 = Remove Silicons
names-autoborg-dataset-48 = AI IS A COMDOM
names-autoborg-dataset-49 = say ";help in core"
names-autoborg-dataset-50 = This Machine
@@ -0,0 +1,64 @@
## STARLIGHT
names-borg-dataset-1 = Whirr
## STARLIGHT
names-borg-dataset-2 = Whirr II
names-borg-dataset-3 = Beep
names-borg-dataset-4 = Beep II
names-borg-dataset-5 = Boombox
names-borg-dataset-6 = Tour Guide-otron
names-borg-dataset-7 = Taffy
names-borg-dataset-8 = Boop
names-borg-dataset-9 = Boop II
names-borg-dataset-10 = Buzz
names-borg-dataset-11 = Buzz II
names-borg-dataset-12 = Toaster
names-borg-dataset-13 = Head of Robots
names-borg-dataset-14 = EVA 1
names-borg-dataset-15 = Mr. Robist
names-borg-dataset-16 = Junk
names-borg-dataset-17 = R2-PO
names-borg-dataset-18 = C-3-D2
names-borg-dataset-19 = Robby
names-borg-dataset-20 = Robobot
names-borg-dataset-21 = Fixer
names-borg-dataset-22 = Sonny
names-borg-dataset-23 = Autobot
names-borg-dataset-24 = Whitley
names-borg-dataset-25 = Keller
names-borg-dataset-26 = Xenos
names-borg-dataset-27 = Echo
names-borg-dataset-28 = Vector
names-borg-dataset-29 = B-0-RG
names-borg-dataset-30 = Megabyte
## STARLIGHT
names-borg-dataset-31 = Gigabyte
names-borg-dataset-32 = Deceptiborg
names-borg-dataset-33 = Le Borgue
names-borg-dataset-34 = Beepers
names-borg-dataset-35 = Cute-Bot
names-borg-dataset-36 = Makeshifter
names-borg-dataset-37 = Twin
names-borg-dataset-38 = S.A.U.L
names-borg-dataset-39 = Honker
names-borg-dataset-40 = Destroyer
names-borg-dataset-41 = Is-The-Robot
names-borg-dataset-42 = 9 of 7
names-borg-dataset-43 = Dank bot
## STARLIGHT after this
names-borg-dataset-44 = Kilobit
names-borg-dataset-45 = Gigabit
names-borg-dataset-46 = Megabit
names-borg-dataset-47 = Rice-Cooker
names-borg-dataset-48 = Chip
names-borg-dataset-49 = Servo
names-borg-dataset-50 = FooBar
names-borg-dataset-51 = Order Follower
names-borg-dataset-52 = Helping Hand
names-borg-dataset-53 = Borg-san
names-borg-dataset-54 = Kilobyte
names-borg-dataset-55 = minus 32
names-borg-dataset-56 = El Borgo
names-borg-dataset-57 = Rattle
names-borg-dataset-58 = Solid Steel
names-borg-dataset-59 = Clack
names-borg-dataset-60 = Señor Borgo
@@ -0,0 +1,8 @@
names-cargo-shuttle-dataset-1 = A Shuttle Will Not Occur
names-cargo-shuttle-dataset-2 = Big Money Shuttle
names-cargo-shuttle-dataset-3 = Engine Change
names-cargo-shuttle-dataset-4 = Ships-the-Cargo
names-cargo-shuttle-dataset-5 = Shootel
names-cargo-shuttle-dataset-6 = Shuttle McShuttleface
names-cargo-shuttle-dataset-7 = ShuttleShuttle
names-cargo-shuttle-dataset-8 = Urist McShuttle
@@ -0,0 +1,33 @@
names-NamesChitinidFirstMale-dataset-1 = Al'vos
names-NamesChitinidFirstMale-dataset-2 = Amue'val
names-NamesChitinidFirstMale-dataset-3 = Barma'tos
names-NamesChitinidFirstMale-dataset-4 = Ben'idar
names-NamesChitinidFirstMale-dataset-5 = Bil'verrok
names-NamesChitinidFirstMale-dataset-6 = Crik'xis
names-NamesChitinidFirstMale-dataset-7 = Daru'nta
names-NamesChitinidFirstMale-dataset-8 = Dee'aldas
names-NamesChitinidFirstMale-dataset-9 = Drx'var
names-NamesChitinidFirstMale-dataset-10 = Hen'sra
names-NamesChitinidFirstMale-dataset-11 = Hux'von
names-NamesChitinidFirstMale-dataset-12 = Ilv'imon
names-NamesChitinidFirstMale-dataset-13 = Is'irax
names-NamesChitinidFirstMale-dataset-14 = Ish'nax
names-NamesChitinidFirstMale-dataset-15 = Jax'zaril'va
names-NamesChitinidFirstMale-dataset-16 = L'ofa
names-NamesChitinidFirstMale-dataset-17 = Lo'zok
names-NamesChitinidFirstMale-dataset-18 = Lu'vurx
names-NamesChitinidFirstMale-dataset-19 = Luc'irax
names-NamesChitinidFirstMale-dataset-20 = Mer'tex
names-NamesChitinidFirstMale-dataset-21 = Od'dalis
names-NamesChitinidFirstMale-dataset-22 = Si'ley
names-NamesChitinidFirstMale-dataset-23 = Sim'sker
names-NamesChitinidFirstMale-dataset-24 = Tal'vos
names-NamesChitinidFirstMale-dataset-25 = Ti'ril
names-NamesChitinidFirstMale-dataset-26 = Vir'lker
names-NamesChitinidFirstMale-dataset-27 = Vir'muel
names-NamesChitinidFirstMale-dataset-28 = Vix'vol
names-NamesChitinidFirstMale-dataset-29 = Von'draz
names-NamesChitinidFirstMale-dataset-30 = Vu'lta'voss
names-NamesChitinidFirstMale-dataset-31 = Xixa'ba
names-NamesChitinidFirstMale-dataset-32 = Yarr'wat
names-NamesChitinidFirstMale-dataset-33 = Zay'zz
@@ -0,0 +1,31 @@
names-NamesChitinidFirstFemale-dataset-1 = Amer'ix
names-NamesChitinidFirstFemale-dataset-2 = An'bela
names-NamesChitinidFirstFemale-dataset-3 = An'ora
names-NamesChitinidFirstFemale-dataset-4 = Aza'ran
names-NamesChitinidFirstFemale-dataset-5 = Be'riah
names-NamesChitinidFirstFemale-dataset-6 = Bel'os
names-NamesChitinidFirstFemale-dataset-7 = Da'lrah
names-NamesChitinidFirstFemale-dataset-8 = Di'azo
names-NamesChitinidFirstFemale-dataset-9 = E'nzo
names-NamesChitinidFirstFemale-dataset-10 = Em'era
names-NamesChitinidFirstFemale-dataset-11 = Fi'n'rah
names-NamesChitinidFirstFemale-dataset-12 = He'teka
names-NamesChitinidFirstFemale-dataset-13 = Ir'iska
names-NamesChitinidFirstFemale-dataset-14 = Ish'kar
names-NamesChitinidFirstFemale-dataset-15 = Isha'ba
names-NamesChitinidFirstFemale-dataset-16 = Jes'sri'ka
names-NamesChitinidFirstFemale-dataset-17 = Kalz'za
names-NamesChitinidFirstFemale-dataset-18 = Kaz'zek
names-NamesChitinidFirstFemale-dataset-19 = Lot'tikz
names-NamesChitinidFirstFemale-dataset-20 = Ral'zol
names-NamesChitinidFirstFemale-dataset-21 = Ri'isano
names-NamesChitinidFirstFemale-dataset-22 = Talzz'ark
names-NamesChitinidFirstFemale-dataset-23 = Tess'ara
names-NamesChitinidFirstFemale-dataset-24 = Tez'mal'zar
names-NamesChitinidFirstFemale-dataset-25 = Thri'kis
names-NamesChitinidFirstFemale-dataset-26 = Vani'si'kar
names-NamesChitinidFirstFemale-dataset-27 = Ve'rai
names-NamesChitinidFirstFemale-dataset-28 = Vish'ra
names-NamesChitinidFirstFemale-dataset-29 = Zan'ova
names-NamesChitinidFirstFemale-dataset-30 = Zen'ofi
names-NamesChitinidFirstFemale-dataset-31 = Zzer'ak
@@ -0,0 +1,74 @@
names-clown-dataset-1 = Gigglesworth
names-clown-dataset-2 = Honkel the III
names-clown-dataset-3 = Goose McSunny
names-clown-dataset-4 = Toodles Sharperton
names-clown-dataset-5 = Dinky Doodle
names-clown-dataset-6 = Honkerbelle
names-clown-dataset-7 = Bo Bo Sassy
names-clown-dataset-8 = Baby Cakes
names-clown-dataset-9 = Ladybug Honks
names-clown-dataset-10 = Ziggy Yoyo
names-clown-dataset-11 = Razzle Dazzle
names-clown-dataset-12 = Buster Frown
names-clown-dataset-13 = Pepinpop
names-clown-dataset-14 = Silly Willy
names-clown-dataset-15 = Jo Jo Bobo Bo
names-clown-dataset-16 = Pocket
names-clown-dataset-17 = Patches
names-clown-dataset-18 = Checkers
names-clown-dataset-19 = Freckle
names-clown-dataset-20 = Honker
names-clown-dataset-21 = Bonker
names-clown-dataset-22 = Skiddle
names-clown-dataset-23 = Sprinkledinkle
names-clown-dataset-24 = Ronnie Pace
names-clown-dataset-25 = Miss Stockings
names-clown-dataset-26 = Slippy Joe
names-clown-dataset-27 = Redshirt McBeat
names-clown-dataset-28 = Flop O'Honker
names-clown-dataset-29 = Speckles
names-clown-dataset-30 = Bubble
names-clown-dataset-31 = Button
names-clown-dataset-32 = Sparkle
names-clown-dataset-33 = Giggles
names-clown-dataset-34 = Jingle
names-clown-dataset-35 = Candy
names-clown-dataset-36 = Shiggy Diggintons
names-clown-dataset-37 = Hingle McCringleberry
names-clown-dataset-38 = Pagliacci
names-clown-dataset-39 = Coco
names-clown-dataset-40 = Blinko
names-clown-dataset-41 = Shaggy Two Dope
names-clown-dataset-42 = Aunt Scootaloo
names-clown-dataset-43 = Bozo
names-clown-dataset-44 = Doink
names-clown-dataset-45 = Mr. Noodle
names-clown-dataset-46 = Yucko
names-clown-dataset-47 = Buggy
names-clown-dataset-48 = Chuckles
names-clown-dataset-49 = Yorick
names-clown-dataset-50 = Cutter
names-clown-dataset-51 = Sweet Tooth
names-clown-dataset-52 = Pogo
# STARLIGHT
names-clown-dataset-53 = Papa Honk
names-clown-dataset-54 = Daddy Honk
names-clown-dataset-55 = Bam Bam
names-clown-dataset-56 = Happy Slappy
names-clown-dataset-57 = Knick Knack
names-clown-dataset-58 = Puddles
names-clown-dataset-59 = Giblets
names-clown-dataset-60 = Donk A Donk
names-clown-dataset-61 = Boink
names-clown-dataset-62 = Sourpuss
names-clown-dataset-63 = Sulky
names-clown-dataset-64 = Pickles
names-clown-dataset-65 = Smokey
names-clown-dataset-66 = Bibbly Bobbly
names-clown-dataset-67 = Miss Happy
names-clown-dataset-68 = Soggy Sock
names-clown-dataset-69 = Muck Chucker
names-clown-dataset-70 = Cheeky Chops
names-clown-dataset-71 = Stinko

Some files were not shown because too many files have changed in this diff Show More