diff --git a/Resources/Prototypes/_NF/Entities/Mobs/NPCs/artifact_construct.yml b/Resources/Prototypes/_NF/Entities/Mobs/NPCs/artifact_construct.yml index 9be0ff90e10..c3a7dc02cf6 100644 --- a/Resources/Prototypes/_NF/Entities/Mobs/NPCs/artifact_construct.yml +++ b/Resources/Prototypes/_NF/Entities/Mobs/NPCs/artifact_construct.yml @@ -9,7 +9,7 @@ components: - type: NpcFactionMember factions: - - SimpleHostile + - ArtifactConstruct - type: HTN rootTask: task: SimpleHostileCompound diff --git a/Resources/Prototypes/ai_factions.yml b/Resources/Prototypes/ai_factions.yml index e6e6ad0b5ff..ff50a8bcf28 100644 --- a/Resources/Prototypes/ai_factions.yml +++ b/Resources/Prototypes/ai_factions.yml @@ -83,3 +83,10 @@ - Zombie - SimpleHostile - Dragon + +- type: npcFaction + id: ArtifactConstruct + hostile: + - NanoTrasen + - Syndicate + - Revolutionary diff --git a/Resources/Textures/_NF/Mobs/Aliens/grim_forged.rsi/meta.json b/Resources/Textures/_NF/Mobs/Aliens/grim_forged.rsi/meta.json index d2db3b3a059..24c25dca722 100644 --- a/Resources/Textures/_NF/Mobs/Aliens/grim_forged.rsi/meta.json +++ b/Resources/Textures/_NF/Mobs/Aliens/grim_forged.rsi/meta.json @@ -17,26 +17,26 @@ "name": "move", "delays": [ [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06 ] ] }, @@ -44,26 +44,26 @@ "name": "flash", "delays": [ [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06, + 0.06 ] ] }