URL:
  <http://gna.org/bugs/?17959>

                 Summary: wish: add req that take in consideration other
units on the same tile
                 Project: Freeciv
            Submitted by: alocritani
            Submitted on: lun 28 mar 2011 06:56:48 GMT
                Category: general
                Severity: 1 - Wish
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
                 Release: trunk
         Discussion Lock: Any
        Operating System: GNU/Linux
         Planned Release: 

    _______________________________________________________

Details:

It would be nice having a requisites that check the presence of other unit on
the same tile.
In this way would be possible to create an effect like


[effect_medic_hp_regen]
name    = "HP_Regen"
value   = 25
reqs    =
    { "type", "name", "range"
      "UnitFlag", "Medic", "Tile"
    }


in order to let a unit to heal quicker when a unit with flag "Medic" is on
the same tile.

At the moment also this effect doesn't work


[effect_medic_hp_regen]
name    = "HP_Regen"
value   = 25
reqs    =
    { "type", "name", "range"
      "UnitFlag", "Medic", "Adjacent"
      "UnitClass", "Land", "Local"
    }






    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?17959>

_______________________________________________
  Messaggio inviato con/da Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to