From 96291be016a2fd03e708ad4e1cf43bf117b4d324 Mon Sep 17 00:00:00 2001 From: FauxNight <166245728+FauxNight@users.noreply.github.com> Date: Tue, 9 Apr 2024 23:31:33 -0500 Subject: [PATCH] Fixes Fixed Water religions only using half of their CoAs, fixed Air religions using Zoroastrian CoAs instead of their custom ones, and fixed historic dynasties not using their unique CoAs --- .../interface/coat_of_arms/coats_of_arms.txt | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/avatar - four nations restored/interface/coat_of_arms/coats_of_arms.txt b/avatar - four nations restored/interface/coat_of_arms/coats_of_arms.txt index adbf8e0f..700ff8ad 100644 --- a/avatar - four nations restored/interface/coat_of_arms/coats_of_arms.txt +++ b/avatar - four nations restored/interface/coat_of_arms/coats_of_arms.txt @@ -65,6 +65,14 @@ culture = { color = 3 emblem = no } + texture = { + file = "gfx\\coats_of_arms\\dynasties.tga" + size = { x = 16 y = 4 } + noOfFrames = 64 + color = 0 + emblem = no + random = no + } } } @@ -183,19 +191,12 @@ culture = { # WHEN ADDING NEW, ALWAYS ADD AT THE END textures = { texture = { - file = "gfx\\coats_of_arms\\pattern_zoroastrian.tga" - size = { x = 10 y = 1 } - noOfFrames = 10 + file = "gfx\\coats_of_arms\\pattern_nomad.tga" + size = { x = 10 y = 2 } + noOfFrames = 20 color = 2 emblem = no } - # texture = { - # file = "gfx\\coats_of_arms\\pattern2_indian.tga" - # size = { x = 10 y = 4 } - # noOfFrames = 36 - # color = 3 - # emblem = no - # } } } @@ -253,7 +254,7 @@ culture = { texture = { file = "gfx\\coats_of_arms\\pattern_water.tga" size = { x = 10 y = 2 } - noOfFrames = 10 + noOfFrames = 20 color = 2 emblem = no }