This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 10174 for ps


Ignore:
Timestamp:
09/03/11 00:51:42 (13 years ago)
Author:
michael
Message:
 
Location:
ps/trunk/binaries/data/mods/public
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/binaries/data/mods/public/maps/scenarios/Gold_Rush.xml

    r10063 r10174  
    55        <LightingModel>standard</LightingModel>
    66        <SkySet>cloudless</SkySet>
    7         <SunColour r="0.713726" g="0.713726" b="0.713726"/>
     7        <SunColour r="0.741881" g="0.675368" b="0.552574"/>
    88        <SunElevation angle="0.877437"/>
    99        <SunRotation angle="-0.730175"/>
    10         <TerrainAmbientColour r="0.447059" g="0.466667" b="0.54902"/>
     10        <TerrainAmbientColour r="0.396078" g="0.47451" b="0.654902"/>
    1111        <UnitsAmbientColour r="0.501961" g="0.501961" b="0.501961"/>
    1212        <Water>
     
    1919                <Murkiness>0.298828</Murkiness>
    2020                <Tint r="0" g="0" b="0"/>
    21                 <ReflectionTint r="0.396078" g="0.47451" b="0.654902"/>
     21                <ReflectionTint r="0.392157" g="0.47451" b="0.654902"/>
    2222                <ReflectionTintStrength>0.298828</ReflectionTintStrength>
    2323            </WaterBody>
     
    2525    </Environment>
    2626    <Camera>
    27         <Position x="622.8" y="127.761" z="367.692"/>
     27        <Position x="613.468" y="126.255" z="385.796"/>
    2828        <Rotation angle="0"/>
    2929        <Declination angle="0.523599"/>
     
    3131    <ScriptSettings><![CDATA[
    3232{
     33  "Description": "A wide-open map with a central rocky region rich in Minerals (Metal Resource). This map may be played if the other more detailed maps cause uncomfortable lag.",
    3334  "Name": "Gold Rush",
    34   "Description": "A wide-open map with a central rocky region rich in Minerals (Metal Resource). This map may be played if the other more detailed maps cause uncomfortable lag.",
    3535  "PlayerData": [
    3636    {
    37       "Civ": "hele"
     37      "AI": "",
     38      "Civ": "cart",
     39      "Colour": {
     40        "b": 200,
     41        "g": 80,
     42        "r": 80
     43      },
     44      "Name": "Player 1",
     45      "Team": -1
    3846    },
    3947    {
    40       "Civ": "celt"
     48      "AI": "jubot",
     49      "Civ": "celt",
     50      "Colour": {
     51        "b": 20,
     52        "g": 20,
     53        "r": 150
     54      },
     55      "Name": "Player 2",
     56      "Team": -1
    4157    },
    4258    {
    43       "Civ": "hele"
     59      "AI": "jubot",
     60      "Civ": "hele",
     61      "Colour": {
     62        "b": 5,
     63        "g": 165,
     64        "r": 50
     65      },
     66      "Name": "Player 3",
     67      "Team": -1
    4468    },
    4569    {
    46       "Civ": "iber"
     70      "AI": "jubot",
     71      "Civ": "iber",
     72      "Colour": {
     73        "b": 75,
     74        "g": 230,
     75        "r": 230
     76      },
     77      "Name": "Player 4",
     78      "Team": -1
    4779    }
    4880  ]
  • ps/trunk/binaries/data/mods/public/simulation/templates/structures/celt_sb1.xml

    r10173 r10174  
    1717  <Identity>
    1818    <Civ>celt</Civ>
     19    <GenericName>Rotary Mill</GenericName>
    1920    <SpecificName>Melonas</SpecificName>
    2021    <Tooltip>Increase Farm output +15%. (Currently a useless structure)</Tooltip>
Note: See TracChangeset for help on using the changeset viewer.