Nanotransen > Nanotrasen

As decreed by PJB
https://discord.com/channels/310555209753690112/675078881425752124/784878237850402826
This commit is contained in:
DrSmugleaf
2020-12-05 21:48:11 +01:00
parent 7265c53391
commit 639cc86d91
6 changed files with 11 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ namespace Content.Server.GameObjects.Components.AI
public override void ExposeData(ObjectSerializer serializer)
{
base.ExposeData(serializer);
serializer.DataReadWriteFunction(
"factions",
new List<Faction>(),
@@ -40,10 +40,10 @@ namespace Content.Server.GameObjects.Components.AI
public enum Faction
{
None = 0,
NanoTransen = 1 << 0,
NanoTrasen = 1 << 0,
SimpleHostile = 1 << 1,
SimpleNeutral = 1 << 2,
Syndicate = 1 << 3,
Xeno = 1 << 4,
}
}
}

View File

@@ -19,19 +19,19 @@ namespace Content.Server.GameObjects.EntitySystems.AI
private readonly Dictionary<Faction, Faction> _hostileFactions = new()
{
{Faction.NanoTransen,
{Faction.NanoTrasen,
Faction.SimpleHostile | Faction.Syndicate | Faction.Xeno},
{Faction.SimpleHostile,
Faction.NanoTransen | Faction.Syndicate
Faction.NanoTrasen | Faction.Syndicate
},
// What makes a man turn neutral?
{Faction.SimpleNeutral,
Faction.None
},
{Faction.Syndicate,
Faction.NanoTransen | Faction.SimpleHostile | Faction.Xeno},
Faction.NanoTrasen | Faction.SimpleHostile | Faction.Xeno},
{Faction.Xeno,
Faction.NanoTransen | Faction.Syndicate},
Faction.NanoTrasen | Faction.Syndicate},
};
public Faction GetFactions(IEntity entity) =>

View File

@@ -6,7 +6,7 @@
- type: technology
name: "basic research technology"
id: BasicResearch
description: Nanotransen basic research technologies.
description: Nanotrasen basic research technologies.
icon: Constructible/Power/server.rsi/server-on.png
requiredPoints: 250

View File

@@ -12,7 +12,7 @@
startingGear: AssistantGear
- type: AiFactionTag
factions:
- NanoTransen
- NanoTrasen
- type: entity
save: false

View File

@@ -19,4 +19,4 @@
- type: HumanInventoryController
- type: AiFactionTag
factions:
- NanoTransen
- NanoTrasen

View File

@@ -153,7 +153,7 @@
<s:Boolean x:Key="/Default/UserDictionary/Words/=Thermite/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Thonk/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=tickrate/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Transen/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Trasen/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=unanchor/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Uncuff/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=underplating/@EntryIndexedValue">True</s:Boolean>