hedgewars/uLocale.pas
changeset 4361 64ea345ab655
parent 4246 e5cb885492df
child 4374 bcefeeabaa33
equal deleted inserted replaced
4359:83ef50815535 4361:64ea345ab655
    18 
    18 
    19 {$INCLUDE "options.inc"}
    19 {$INCLUDE "options.inc"}
    20 
    20 
    21 unit uLocale;
    21 unit uLocale;
    22 interface
    22 interface
    23 type TAmmoStrId = (sidNothing, sidGrenade, sidClusterBomb, sidBazooka, sidBee, sidShotgun,
    23 uses uTypes;
    24             sidPickHammer, sidSkip, sidRope, sidMine, sidDEagle,
       
    25             sidDynamite, sidBaseballBat, sidFirePunch, sidSeconds,
       
    26             sidParachute, sidAirAttack, sidMineStrike, sidBlowTorch,
       
    27             sidGirder, sidTeleport, sidSwitch, sidMortar, sidWhip,
       
    28             sidKamikaze, sidCake, sidSeduction, sidWatermelon,
       
    29             sidHellishBomb, sidDrill, sidBallgun, sidNapalm, sidRCPlane,
       
    30             sidLowGravity, sidExtraDamage, sidInvulnerable, sidExtraTime,
       
    31             sidLaserSight, sidVampiric, sidSniperRifle, sidJetpack,
       
    32             sidMolotov, sidBirdy, sidPortalGun, sidPiano, sidGasBomb, sidSineGun, sidFlamethrower,
       
    33             sidSMine, sidHammer, sidResurrector, sidDrillStrike);
       
    34 
       
    35     TMsgStrId = (sidStartFight, sidDraw, sidWinner, sidVolume, sidPaused,
       
    36             sidConfirm, sidSuddenDeath, sidRemaining, sidFuel, sidSync,
       
    37             sidNoEndTurn, sidNotYetAvailable, sidRoundSD, sidRoundsSD, sidReady);
       
    38 
       
    39     TEventId = (eidDied, eidDrowned, eidRoundStart, eidRoundWin, eidRoundDraw,
       
    40             eidNewHealthPack, eidNewAmmoPack, eidNewUtilityPack, eidTurnSkipped, eidHurtSelf,
       
    41             eidHomerun, eidGone);
       
    42 
       
    43     TGoalStrId = (gidCaption, gidSubCaption, gidForts, gidLowGravity, gidInvulnerable,
       
    44             gidVampiric, gidKarma, gidKing, gidPlaceHog, gidArtillery,
       
    45             gidSolidLand, gidSharedAmmo, gidMineTimer, gidNoMineTimer, gidRandomMineTimer,
       
    46             gidDamageModifier, gidResetHealth, gidAISurvival, gidInfAttack, gidResetWeps, gidPerHogAmmo);
       
    47 
    24 
    48 const MAX_EVENT_STRINGS = 100;
    25 const MAX_EVENT_STRINGS = 100;
    49 var trammo:  array[TAmmoStrId] of ansistring;   // name of the weapon
    26 var trammo:  array[TAmmoStrId] of ansistring;   // name of the weapon
    50     trammoc: array[TAmmoStrId] of ansistring;   // caption of the weapon
    27     trammoc: array[TAmmoStrId] of ansistring;   // caption of the weapon
    51     trammod: array[TAmmoStrId] of ansistring;   // description of the weapon
    28     trammod: array[TAmmoStrId] of ansistring;   // description of the weapon