From 3004432d2eb55eb477d6d05e646c0774ddf19fd1 Mon Sep 17 00:00:00 2001 From: Wiebe Geertsma <1354802+GreaseMonk@users.noreply.github.com> Date: Sun, 24 Mar 2024 20:52:56 +0100 Subject: [PATCH] Fix faction and animation --- .../Entities/Mobs/NPCs/artifact_construct.yml | 2 +- Resources/Prototypes/ai_factions.yml | 7 ++ .../_NF/Mobs/Aliens/grim_forged.rsi/meta.json | 80 +++++++++---------- 3 files changed, 48 insertions(+), 41 deletions(-) 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 ] ] }