Ticket #763: minimap_color.2.patch

File minimap_color.2.patch, 4.3 KB (added by Niek, 7 years ago)

Shouldn't revert older commits

  • binaries/data/mods/public/simulation/data/settings/player_defaults.json

     
    1111        {
    1212            "Name": "Player 1",
    1313            "Civ": "athen",
    14             "Color": { "r": 46, "g": 46, "b": 200 },
     14            "Color": { "r": 21, "g": 55, "b": 149 },
    1515            "AI": "",
    1616            "AIDiff": 3
    1717        },
     
    2525        {
    2626            "Name": "Player 3",
    2727            "Civ": "gaul",
    28             "Color": { "r": 50, "g": 165, "b": 5 },
     28            "Color": { "r": 86 , "g": 180, "b": 31 },
    2929            "AI": "petra",
    3030            "AIDiff": 3
    3131        },
     
    3232        {
    3333            "Name": "Player 4",
    3434            "Civ": "iber",
    35             "Color": { "r": 230, "g": 230, "b": 75 },
     35            "Color": { "r": 231, "g": 200, "b": 5 },
    3636            "AI": "petra",
    3737            "AIDiff": 3
    3838        },
     
    5353        {
    5454            "Name": "Player 7",
    5555            "Civ": "pers",
    56             "Color": { "r": 235, "g": 120, "b": 20 },
     56            "Color": { "r": 220, "g": 115, "b": 16 },
    5757            "AI": "petra",
    5858            "AIDiff": 3
    5959        },
     
    6060        {
    6161            "Name": "Player 8",
    6262            "Civ": "rome",
    63             "Color": { "r": 64, "g": 64, "b": 64 },
     63            "Color": { "r": 28, "g": 28, "b": 28 },
    6464            "AI": "petra",
    6565            "AIDiff": 3
    6666        }
  • binaries/data/mods/public/simulation/templates/template_gaia_flora_bush_berry.xml

     
    1313  </Identity>
    1414  <Minimap>
    1515    <Type>food</Type>
    16     <Color r="205" g="115" b="16"/>
     16    <Color r="206" g="82" b="6"/>
    1717  </Minimap>
    1818  <ResourceSupply>
    1919    <KillBeforeGather>false</KillBeforeGather>
    2020    <Amount>200</Amount>
    2121    <Type>food.fruit</Type>
    22     <MaxGatherers>8</MaxGatherers>
     22    <MaxGatherers>8</MaxGatherers>
    2323  </ResourceSupply>
    2424  <Selectable>
    2525    <EditorOnly disable=""/>
  • binaries/data/mods/public/simulation/templates/template_gaia_geo_mineral.xml

     
    88  </Identity>
    99  <Minimap>
    1010    <Type>metal</Type>
    11     <Color r="192" g="192" b="0"/>
     11    <Color b="141" g="130" r="227"/>
    1212  </Minimap>
    1313  <ResourceSupply>
    1414    <KillBeforeGather>false</KillBeforeGather>
    1515    <Amount>1000</Amount>
    1616    <Type>metal.ore</Type>
    17     <MaxGatherers>12</MaxGatherers>
     17    <MaxGatherers>12</MaxGatherers>
    1818  </ResourceSupply>
    1919  <Sound>
    2020    <SoundGroups>
  • binaries/data/mods/public/simulation/templates/template_gaia_geo_rock.xml

     
    88  </Identity>
    99  <Minimap>
    1010    <Type>stone</Type>
    11     <Color r="128" g="128" b="128"/>
     11    <Color r="170" g="170" b="170"/>
    1212  </Minimap>
    1313  <ResourceSupply>
    1414    <KillBeforeGather>false</KillBeforeGather>
    1515    <Amount>1000</Amount>
    1616    <Type>stone.rock</Type>
    17     <MaxGatherers>12</MaxGatherers>
     17    <MaxGatherers>12</MaxGatherers>
    1818  </ResourceSupply>
    1919  <Sound>
    2020    <SoundGroups>
  • binaries/data/mods/public/simulation/templates/template_unit_fauna.xml

     
    1717  <Loot disable=""/>
    1818  <Minimap>
    1919    <Type>food</Type>
    20     <Color b="30" g="70" r="115"/>
     20    <Color r="155" g="204" b="102"/>
    2121  </Minimap>
    2222  <ResourceGatherer disable=""/>
    2323  <UnitAI>
    2424    <AlertReactiveLevel>99</AlertReactiveLevel>
    2525    <CanGuard>false</CanGuard>
    26     <CanPatrol>false</CanPatrol>
     26    <CanPatrol>false</CanPatrol>
    2727    <RoamDistance>8.0</RoamDistance>
    2828    <FleeDistance>24.0</FleeDistance>
    2929    <RoamTimeMin>2000</RoamTimeMin>