plot

  1. E

    Unsubmerge plot with lua

    I am writing a mod that changes some properties of a plot. Given a plot object, how do I change any properties of it? I'm especially interested in unsubmerging it: local plot = Map.GetPlot(14,16) I can get tons of properties of a plot with that object as well as with TerrainManager. But I...
  2. merijn_v1

    > 10 yield display

    Download In the vanilla game, the maximum amount of yield the game can display is 9. After that, the symbols that show 5x a yield are stacked on top of each other, hiding them behind eachother. In the vanilla game, this isn't a huge issue, as the maximum yield a tile can provide will not go...
  3. F

    [Vanilla] Add yield to plot.

    Is it possible to add yields to a plot if the player has a specific trait? For example add +1 food and +1 production to desert tiles.
  4. F

    [vanilla] Get the plot the unit is standing on?

    Is it possible to get the position of the unit and check if it is hills? I am trying to make a mod where a special unit is stronger in hills! This is what I have so far... local percentAdded = 25 local norwegianBerserker = "UNIT_BERSERKER" function CheckPlot(iPlayer) local player =...
Back
Top Bottom