LuaGlobals.wiki
changeset 2168 6269280aafc1
parent 2132 11d16b0dbe49
child 2169 17b509f59b00
equal deleted inserted replaced
2167:890823ad780b 2168:6269280aafc1
    48 || `gfBottomBorder` || There is an indestructable border at the bottom of the map. ||
    48 || `gfBottomBorder` || There is an indestructable border at the bottom of the map. ||
    49 || `gfShoppaBorder` || The terrain edge will be replaced by a decorative black/yellow “danger stripe”. This has no gameplay effect. ||
    49 || `gfShoppaBorder` || The terrain edge will be replaced by a decorative black/yellow “danger stripe”. This has no gameplay effect. ||
    50 || `gfSolidLand` || The terrain is indestructible. ||
    50 || `gfSolidLand` || The terrain is indestructible. ||
    51 || `gfLowGravity` || The gravity is low. ||
    51 || `gfLowGravity` || The gravity is low. ||
    52 || `gfLaserSight` || A laser sight is almost always active. ||
    52 || `gfLaserSight` || A laser sight is almost always active. ||
    53 || `gfInvulnerable` || All hedgehogs are invulnerable. ||
    53 || `gfInvulnerable` || All hedgehogs are invulnerable. This permanently sets the `heInvulnerable` effect to `1` for all hogs and removes the health tags ||
    54 || `gfVampiric` || All hedgehogs become vampires and get 80% of the damage they deal as health. ||
    54 || `gfVampiric` || All hedgehogs become vampires and get 80% of the damage they deal as health. ||
    55 || `gfKarma` || Attackers share the damage they deal to enemies. ||
    55 || `gfKarma` || Attackers share the damage they deal to enemies. ||
    56 || `gfArtillery` || Hedgehogs can’t walk. ||
    56 || `gfArtillery` || Hedgehogs can’t walk. ||
    57 || `gfRandomOrder` || The game is played in random order. ||
    57 || `gfRandomOrder` || The game is played in random order. ||
    58 || `gfPlaceHog` || Placement mode: At the beginning of the round, all hedgehogs are placed manually first. ||
    58 || `gfPlaceHog` || Placement mode: At the beginning of the round, all hedgehogs are placed manually first. ||