Advertisement
Guest User

Untitled

a guest
Apr 25th, 2023
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. eiderian_wheat = {
  2. color = { 1.0 0.80 0.10 }
  3. modifier = {
  4. land_forcelimit_modifier = 0.25
  5. }
  6. province = {
  7. local_manpower_modifier = 0.20
  8. }
  9. }
  10.  
  11.  
  12.  
  13.  
  14. spriteType = {
  15. name = "GFX_resource_icon"
  16. texturefile = "gfx//interface//resources.tga"
  17. noOfFrames = 33
  18. loadType = "INGAME"
  19. }
  20.  
  21. spriteType = {
  22. name = "GFX_resource_icon_small"
  23. texturefile = "gfx//interface//resources_small.dds"
  24. noOfFrames = 33
  25. loadType = "INGAME"
  26. }
  27.  
  28. spriteType = {
  29. name = "GFX_resource_transparent"
  30. texturefile = "gfx//interface//resource_transparent.dds"
  31. loadType = "INGAME"
  32. }
  33.  
  34. spriteType = {
  35. name = "GFX_resource_icon_transparent"
  36. texturefile = "gfx//interface//resources.tga"
  37. noOfFrames = 33
  38. loadType = "INGAME"
  39.  
  40. alwaystransparent = yes
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement