Skip to content

Commit

Permalink
Fix faction and animation
Browse files Browse the repository at this point in the history
  • Loading branch information
GreaseMonk committed Mar 24, 2024
1 parent 13c0bcf commit 3004432
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
components:
- type: NpcFactionMember
factions:
- SimpleHostile
- ArtifactConstruct
- type: HTN
rootTask:
task: SimpleHostileCompound
Expand Down
7 changes: 7 additions & 0 deletions Resources/Prototypes/ai_factions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,10 @@
- Zombie
- SimpleHostile
- Dragon

- type: npcFaction
id: ArtifactConstruct
hostile:
- NanoTrasen
- Syndicate
- Revolutionary
80 changes: 40 additions & 40 deletions Resources/Textures/_NF/Mobs/Aliens/grim_forged.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,53 +17,53 @@
"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
]
]
},
{
"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
]
]
}
Expand Down

0 comments on commit 3004432

Please sign in to comment.