Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
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
  • Loading branch information
FauxNight committed Apr 10, 2024
1 parent 74f4f73 commit 96291be
Showing 1 changed file with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}

Expand Down Expand Up @@ -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
# }
}
}

Expand Down Expand Up @@ -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
}
Expand Down

0 comments on commit 96291be

Please sign in to comment.