Sounds.wiki
author spudpiggy <facetakers@gmail.com>
Fri, 05 Apr 2024 11:35:26 +0100
changeset 2269 7a834d2cb993
parent 2037 edb612f1593f
permissions -rw-r--r--
Added all fallbacks; previously there were some missing
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
834
9f2f7309e597 Sounds: Fix summary
Wuzzy
parents: 831
diff changeset
     1
#summary List of all sound effects (excluding taunts)
430
fc319f027583 Add summary
almikes@aol.com
parents: 353
diff changeset
     2
830
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
     3
This is a list of sounds effects used in Hedgewars, excluding taunts. For taunts, see the [Taunts] page.
617
3a43d4134806 Prettify page
Wuzzy
parents: 587
diff changeset
     4
694
48abb34ab4b8 Put everything into a nice table
Wuzzy
parents: 617
diff changeset
     5
= List of sounds =
837
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
     6
With the exception of `sndNone`, this list is sorted alphabetically by variable name.
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
     7
830
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
     8
|| *Variable name* || *File name* || *Description* ||
1500
e7ed946e433e Sounds: shorten sndNone description
Wuzzy
parents: 1117
diff changeset
     9
|| `sndNone` || *N/A* || Silence ||
1115
7cfd7e7ce373 Sounds: Updat for 0.9.23
Wuzzy
parents: 937
diff changeset
    10
|| `sndAirMineImpact` || `airmine_impact.ogg` || Air mine collides at high speed ||
837
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    11
|| `sndBaseballBat` || `baseballbat.ogg` || Baseball bat is used ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    12
|| `sndBee` || `bee.ogg` || Looped bee flight sound in air ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    13
|| `sndBeeWater` || `beewater.ogg` || Looped bee flight sound in water ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    14
|| `sndBirdyLay` || `BirdyLay.ogg` || Birdy drops an egg ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    15
|| `sndBump` || `bump.ogg` || Hedgehog falls on land at high speed ||
1115
7cfd7e7ce373 Sounds: Updat for 0.9.23
Wuzzy
parents: 937
diff changeset
    16
|| `sndBlowTorch` || `blowtorch.ogg` || Blowtorch is being used ||
2036
dedce712a325 Sounds: Add a couple of new sounds
Wuzzy
parents: 2035
diff changeset
    17
|| `sndCaseImpact` || `graveimpact.ogg` || Collision of crate. Currently same as grave impact sound ||
1115
7cfd7e7ce373 Sounds: Updat for 0.9.23
Wuzzy
parents: 937
diff changeset
    18
|| `sndCountdown1` || `countdown1.ogg` || Time warning, 1 second left ||
7cfd7e7ce373 Sounds: Updat for 0.9.23
Wuzzy
parents: 937
diff changeset
    19
|| `sndCountdown2` || `countdown2.ogg` || Time warning, 2 seconds left ||
7cfd7e7ce373 Sounds: Updat for 0.9.23
Wuzzy
parents: 937
diff changeset
    20
|| `sndCountdown3` || `countdown3.ogg` || Time warning, 3 seconds left ||
7cfd7e7ce373 Sounds: Updat for 0.9.23
Wuzzy
parents: 937
diff changeset
    21
|| `sndCountdown4` || `countdown4.ogg` || Time warning, 4 seconds left ||
1117
635b23857d96 Sounds: Fix format fail
Wuzzy
parents: 1116
diff changeset
    22
|| `sndCustom1` || `custom1.ogg` || Custom sound. Silence by default. Intended to be overwritten in a [HWPFormat HWP file] ||
635b23857d96 Sounds: Fix format fail
Wuzzy
parents: 1116
diff changeset
    23
|| `sndCustom2` || `custom2.ogg` || Another custom sound ||
635b23857d96 Sounds: Fix format fail
Wuzzy
parents: 1116
diff changeset
    24
|| `sndCustom3` || `custom3.ogg` || Another custom sound ||
635b23857d96 Sounds: Fix format fail
Wuzzy
parents: 1116
diff changeset
    25
|| `sndCustom4` || `custom4.ogg` || Another custom sound ||
635b23857d96 Sounds: Fix format fail
Wuzzy
parents: 1116
diff changeset
    26
|| `sndCustom5` || `custom5.ogg` || Another custom sound ||
635b23857d96 Sounds: Fix format fail
Wuzzy
parents: 1116
diff changeset
    27
|| `sndCustom6` || `custom6.ogg` || Another custom sound ||
635b23857d96 Sounds: Fix format fail
Wuzzy
parents: 1116
diff changeset
    28
|| `sndCustom7` || `custom7.ogg` || Another custom sound ||
635b23857d96 Sounds: Fix format fail
Wuzzy
parents: 1116
diff changeset
    29
|| `sndCustom8` || `custom8.ogg` || Another custom sound ||
2037
edb612f1593f Sounds: creeper sounds
Wuzzy
parents: 2036
diff changeset
    30
|| `sndCreeperDrop` || `rubberduck_drop.ogg` || Creeper is dropped or bounces (unused) ||
edb612f1593f Sounds: creeper sounds
Wuzzy
parents: 2036
diff changeset
    31
|| `sndCreeperWater` || `rubberduck_water.ogg` || Creeper hits water (unused) ||
edb612f1593f Sounds: creeper sounds
Wuzzy
parents: 2036
diff changeset
    32
|| `sndCreeperDie` || `rubberduck_die.ogg` || Creeper explodes (unused) ||
887
c64223b623ee Sounds: update sndDenied
Wuzzy
parents: 886
diff changeset
    33
|| `sndDenied` || `denied.ogg` || Player tries something forbidden ||
837
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    34
|| `sndDrillRocket` || `drillgun.ogg` || Looped drill rocket drilling sound ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    35
|| `sndDroplet1` || `Droplet1.ogg` || Water droplet impact into water. See also `sndMudballImpact` ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    36
|| `sndDroplet2` || `Droplet2.ogg` || Water droplet impact into water ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    37
|| `sndDroplet3` || `Droplet3.ogg` || Water droplet impact into water ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    38
|| `sndEggBreak` || `egg.ogg` || Egg (from Birdy) impact ||
830
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
    39
|| `sndExplosion` || `explosion.ogg` || Explosion ||
1115
7cfd7e7ce373 Sounds: Updat for 0.9.23
Wuzzy
parents: 937
diff changeset
    40
|| `sndExtraTime` || `extratime.ogg` || Extra time is used ||
2036
dedce712a325 Sounds: Add a couple of new sounds
Wuzzy
parents: 2035
diff changeset
    41
|| `sndFlamethrower` || `flamethrower.ogg` || Looped flamethrower sound ||
2035
d519a791b60a Sounds: Add sndExtraDamage
Wuzzy
parents: 2034
diff changeset
    42
|| `sndExtraDamage` || `hell_ugh.ogg` || Extra damage is used (currently shares sound with hellish hand-grenade) ||
837
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    43
|| `sndFrozenHogImpact` || `frozen_hog_impact.ogg` || Frozen hog hits ground at high speed ||
2036
dedce712a325 Sounds: Add a couple of new sounds
Wuzzy
parents: 2035
diff changeset
    44
|| `sndGraveImpact` || `graveimpact.ogg` || Collision of grave ||
837
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    45
|| `sndGrenadeImpact` || `grenadeimpact.ogg` || Collision of grenade, old limburger, cluster bomb, and many other gears ||
830
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
    46
|| `sndGun` || `gun.ogg` || Desert Eagle or snifer rifle shot ||
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
    47
|| `sndHellish` || `hellish.ogg` || Evil laughter from hellish hand-grenade ||
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
    48
|| `sndHellishImpact1` || `hell_growl.ogg` || Hellish hand-grenade impact ||
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
    49
|| `sndHellishImpact2` || `hell_oof.ogg` || Hellish hand-grenade impact ||
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
    50
|| `sndHellishImpact3` || `hell_ow.ogg` || Hellish hand-grenade impact ||
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
    51
|| `sndHellishImpact4` || `hell_ugh.ogg` || Hellish hand-grenade impact ||
837
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    52
|| `sndHogFreeze` || `hog_freeze.ogg` || Something (hedgehog, crate, water, etc.) has been frozen with the freezer ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    53
|| `sndHomerun` || `homerun.ogg` || Hog is punched far away out of the left/right map bounds with a baseball bat ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    54
|| `sndIceBeam` || `ice_beam.ogg` || Looped sound used while freezer is active ||
2036
dedce712a325 Sounds: Add a couple of new sounds
Wuzzy
parents: 2035
diff changeset
    55
|| `sndIceBeamIdle` || `ice_beam_idle.ogg` || Looped sound used while freezer is idling ||
1115
7cfd7e7ce373 Sounds: Updat for 0.9.23
Wuzzy
parents: 937
diff changeset
    56
|| `sndInvulnerable` || `invulnerable.ogg` || Invulnerable utility activated ||
7cfd7e7ce373 Sounds: Updat for 0.9.23
Wuzzy
parents: 937
diff changeset
    57
|| `sndJetpackBoost` || `jetpackboost.ogg` || Flying saucer applies a short boost ||
7cfd7e7ce373 Sounds: Updat for 0.9.23
Wuzzy
parents: 937
diff changeset
    58
|| `sndJetpackLaunch` || `ufo.ogg` || Flying saucer activated ||
2036
dedce712a325 Sounds: Add a couple of new sounds
Wuzzy
parents: 2035
diff changeset
    59
|| `sndLandGun` || `landgun.ogg` || Land gun is used (looped sound) ||
2034
41e3e84b1f39 Sounds: syntax
Wuzzy
parents: 2033
diff changeset
    60
|| `sndKiss` || `Kiss.ogg` || Kiss (used in seduction) ||
1115
7cfd7e7ce373 Sounds: Updat for 0.9.23
Wuzzy
parents: 937
diff changeset
    61
|| `sndKnifeImpact` || `knife_impact.ogg` || Collision of cleaver ||
7cfd7e7ce373 Sounds: Updat for 0.9.23
Wuzzy
parents: 937
diff changeset
    62
|| `sndLaserSight` || `lasersight.ogg` || Laser sight utility activated ||
7cfd7e7ce373 Sounds: Updat for 0.9.23
Wuzzy
parents: 937
diff changeset
    63
|| `sndLowGravity` || `lowgravity.ogg` || Low gravity utility activated ||
830
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
    64
|| `sndMelonImpact` || `melonimpact.ogg` || Watermelon bomb impact; also used for other gears colliding with rubber ||
837
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    65
|| `sndMineImpact` || `mineimpact.ogg` || Collision of mine ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    66
|| `sndMineTick` || `minetick.ogg` || Warning beep of mine, sticky mine, air mine ||
2036
dedce712a325 Sounds: Add a couple of new sounds
Wuzzy
parents: 2035
diff changeset
    67
|| `sndMinigun` || `minigun.ogg` || Minigun sound (not looped) ||
837
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    68
|| `sndMolotov` || `molotov.ogg` || Molotov cocktail impact ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    69
|| `sndMortar` || `mortar.ogg` || Mortar is launched ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    70
|| `sndMudballImpact` || `Droplet1.ogg` || Mudball impact. Uses the same sound as `sndDroplet1` ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    71
|| `sndParachute` || `parachute.ogg` || Parachute opens ||
830
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
    72
|| `sndPiano0` || `1C.ogg` || Piano key (slot 1) ||
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
    73
|| `sndPiano1` || `2D.ogg` || Piano key (slot 2) ||
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
    74
|| `sndPiano2` || `3E.ogg` || Piano key (slot 3) ||
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
    75
|| `sndPiano3` || `4F.ogg` || Piano key (slot 4) ||
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
    76
|| `sndPiano4` || `5G.ogg` || Piano key (slot 5) ||
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
    77
|| `sndPiano5` || `6A.ogg` || Piano key (slot 6) ||
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
    78
|| `sndPiano6` || `7B.ogg` || Piano key (slot 7) ||
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
    79
|| `sndPiano7` || `8C.ogg` || Piano key (slot 8) ||
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
    80
|| `sndPiano8` || `9D.ogg` || Piano key (slot 9) ||
837
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    81
|| `sndPickhammer` || `pickhammer.ogg` || Looped pickhammer noise ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    82
|| `sndPlaced` || `placed.ogg` || Successful placement of construction or rubber ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    83
|| `sndPlane` || `plane.ogg` || Looped airplane flight sound (from air attack, mine strike, napalm and drill strike) ||
1115
7cfd7e7ce373 Sounds: Updat for 0.9.23
Wuzzy
parents: 937
diff changeset
    84
|| `sndPortalOpen` || `portalopen.ogg` || Portal created ||
7cfd7e7ce373 Sounds: Updat for 0.9.23
Wuzzy
parents: 937
diff changeset
    85
|| `sndPortalShot` || `portalshot.ogg` || Fire the portable portal device ||
7cfd7e7ce373 Sounds: Updat for 0.9.23
Wuzzy
parents: 937
diff changeset
    86
|| `sndPortalSwitch` || `portalswitch.ogg` || Switch color of portable portal device ||
837
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    87
|| `sndRCPlane` || `rcplane.ogg` || Looped RC plane flight sound ||
830
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
    88
|| `sndResurrector` || `hogchant3.ogg` || Looped sound used while using resurrector ||
837
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    89
|| `sndRideOfTheValkyries` || `ride_of_the_valkyries.ogg` || “Ride of the Valkyries” music from RC plane ||
1823
7eee057240b4 Sounds: Update sndRopeAttach
Wuzzy
parents: 1500
diff changeset
    90
|| `sndRopeAttach` || `ropeattach.ogg` || Rope hook attaches, sticky mine attaches ||
837
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    91
|| `sndRopeRelease` || `roperelease.ogg` || Rope hook is released ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    92
|| `sndRopeShot` || `ropeshot.ogg` || Rope is fired ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    93
|| `sndShotgunFire` || `shotgunfire.ogg` || Shotgun fires ||
937
76cfd320603d Sounds: Crate collect sound
Wuzzy
parents: 931
diff changeset
    94
|| `sndShotgunReload` || `shotgunreload.ogg` || Played shotly before the shotgun fires or after collecting a crate ||
837
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    95
|| `sndShutter` || `shutterclick.ogg` || Screenshot is taken ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    96
|| `sndSineGun` || `sinegun.ogg` || Sine gun is fired ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    97
|| `sndSkip` || `skip.ogg` || Gear is skipping (“bouncing”) over water ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    98
|| `sndSniperReload` || `sniperreload.ogg` || Sniper rifle starts to aim (internal laser sight enabled) ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
    99
|| `sndSplash` || `splash.ogg` || Water splash when something fell into water ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
   100
|| `sndSuddenDeath` || `suddendeath.ogg` || Sudden Death started ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
   101
|| `sndSteps` || `steps.ogg` || Hedgehog walks ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
   102
|| `sndSwitchHog` || `switchhog.ogg` || Hog is switched using Switch Hedgehog ||
831
ca8566bb045e Sounds: remove TimeBox link
Wuzzy
parents: 830
diff changeset
   103
|| `sndTardis` || `TARDIS.ogg` || !TimeBox appears or disappears ||
837
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
   104
|| `sndThrowPowerUp` || `throwpowerup.ogg` || The “weapon power” bar is increasing ||
931
337dbeacae9b Sounds: fix sound name throwrelease.ogg
Wuzzy
parents: 930
diff changeset
   105
|| `sndThrowRelease` || `throwrelease.ogg` || Projectile is launched (e.g. bazooka) ||
837
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
   106
|| `sndVaporize` || `steam.ogg` || Flame is extinguished, e.g. in water ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
   107
|| `sndWarp` || `warp.ogg` || Teleportation ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
   108
|| `sndWhack` || `hammer.ogg` || Hammer is used ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
   109
|| `sndWhipCrack` || `whipcrack.ogg` || Whip is used ||
b015c4f54c7f Sounds: Sort list by variable name
Wuzzy
parents: 836
diff changeset
   110
|| `sndWhistle` || `Whistle.ogg` || Birdy appears ||
2033
1a67c179cf10 Sounds: Add kiss
Wuzzy
parents: 1823
diff changeset
   111
|| `sndYoohoo` || `Yoohoo.ogg` || “Yoohoo!” voice from seduction (without kiss) ||
830
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
   112
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
   113
== Reference ==
9ba81ac51e24 Sounds: Add file names and descriptions for all non-taunt sounds; remove all taunts as being redundant
Wuzzy
parents: 829
diff changeset
   114
For a current list of sounds, look at `hedgewars/uTypes.pas`: [https://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l120] 
440
abbfbc0f7462 Add link to Taunts
almikes@aol.com
parents: 430
diff changeset
   115
abbfbc0f7462 Add link to Taunts
almikes@aol.com
parents: 430
diff changeset
   116
== See also ==
617
3a43d4134806 Prettify page
Wuzzy
parents: 587
diff changeset
   117
440
abbfbc0f7462 Add link to Taunts
almikes@aol.com
parents: 430
diff changeset
   118
 * [Taunts]