ship_item_spawner

From Valve Developer Community
Revision as of 05:21, 15 June 2024 by Wisdurm (talk | contribs) (This is a)
Jump to navigation Jump to search
Broom icon.png
This article or section needs to be cleaned up to conform to a higher standard of quality.
For help, see the VDC Editing Help and Wikipedia cleanup process. Also, remember to check for any notes left by the tagger at this article's talk page.
Note.pngNote:For the sake of this article, # represents a digit from 1 to 3.

ship_item_spawner is an entity available in The Ship: Murder Party The Ship: Murder Party.

Warning.pngWarning:
  • The {{{game}}} parameter is inconsistent with the name defined by the {{The Ship}} template. This can most likely be fixed by setting the value of the {{{game}}} parameter to The Ship: Murder Party.
    If a parameter is consistent but you're still seeing this warning, it may be an issue with the template itself. Please discuss it on the template's talk page.

Entity Description

Item spawner

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Start Disabled (StartDisabled) <boolean>
Stay dormant until activated (with theEnableinput).
  • SpawnItem1-5
<choices> Items to spawn
Literal Value Description

Books

item_alice Alice in Wonderland
item_thebible The Bible
item_dracula Dracula
item_huckfinn Huckleberry Finn
item_huntersquarry The Hunter's Quarry
item_kamasutra Kamasutra
item_onoff On/Off
item_paradiselost Paradise Lost
item_prideandprejudice Pride and Prejudice
item_theraven The Raven
item_treasureisland Treasure Island

Food

item_drink_can Can of Juice
item_drink_energy Energy Drink
item_food_chocolate Chocolate Bar
item_food_crisps Bag of Crisps
item_food_large_healthy_breakfast Jumbo Bag of Crisps

Glasses

Male

glasses_dark_male Dark Glasses
glasses_eyepatch_male Eyepatch
glasses_half_male Half-Moon Glasses
glasses_monocle_male Monocle
glasses_round_male Round Glasses

Female

glasses_dark_female Dark Glasses
glasses_half_female Half-Moon Glasses
glasses_round_female Round Glasses

Hats

Male

hat_bonnet_male Bonnet
hat_bowler_male Bowler Hat
hat_cap_male Cap
hat_deerstalker_male Deerstalker
hat_fedora_male Fedora
hat_gangster_male Gangster Hat
hat_male_guard Guard's Hat
hat_safari_male Safari Hat
hat_santa_male Santa Hat
hat_top_male Top Hat

Female

hat_ascot_female Ascot
hat_beret_female Beret
hat_farmer_female Farmer Hat
hat_flapper_female Flapper Hat
hat_female_guard Guard's Hat
hat_santa_female Santa Hat
hat_sun_female Sun Hat
hat_turban_female Turban

Outfits

Male

outfit_male_guard Guard Uniform
outfit_male_kilt_# Kilt #
outfit_male_safari_# Safari #
outfit_male_braces_# Slacks & Open Collar #
outfit_male_golf_# Sporty Plus-Fours #
outfit_male_suit_# Suit #

Female

outfit_female_ballgown_# Ballgown #
outfit_female_coat_# Coat #
outfit_female_dress_# Eveningwear #
outfit_female_farmer_# Farmer #
outfit_female_flapper_# Flapper #
outfit_female_guard Guard Uniform
outfit_female_trousers_# Suit #

Magazines

item_car_magazine Classic Motors
item_economic_times Economic Times
item_entertainment_magazine Extra Magazine
item_travel_magazine Far and Away

Medical

item_catheter Catheter
item_colostomy_bag Colostomy Bag
item_sleeping_pills Sleeping Pills
item_prozac Happy Pills
item_deoderant Deodorant

Single Player

special_bible Bible w/ Shank
special_helmet Helmet
special_painting Painting
special_holy_grail Holy Grail

Weapons

weapon_axe Axe
weapon_bbq_fork Barbeque Fork
weapon_baseball_bat Baseball Bat
weapon_blunder Blunderbuss
weapon_candlestick Candlestick
weapon_claymore Claymore
weapon_cleaver Cleaver
weapon_cooking_pot Cooking Pot
weapon_croquet_mallet Croquet Mallet
weapon_crowbar Crowbar
weapon_cut_throat Cutthroat Razor
weapon_flaregun Flare Gun
weapon_frying_pan Frying Pan
weapon_golf_club Golf Club
weapon_hammer Hammer
weapon_hunting_knife Hunting Knife
weapon_katana Katana
weapon_ghurka Khukri
weapon_kitchen_knife Kitchen Knife
weapon_needle Knitting Needle
weapon_letter_knife Letter Knife
weapon_mannequin_arm Mannequin Arm
weapon_paddle Paddle
weapon_pipe Pipe
weapon_pool_cue Pool Cue
weapon_purse Purse Bomb
weapon_revolver Revolver
weapon_rolling_pin Rolling Pin
weapon_scalpel Scalpel
weapon_screwdriver Screwdriver
weapon_shank Shank
weapon_short_sword Short Sword
weapon_shovel Shovel
weapon_spanner Spanner
weapon_syringe Poison Syringe
weapon_syringe_sleep Sleep Syringe
weapon_racquet Tennis Racquet
weapon_tommygun TommyGun
weapon_truncheon Truncheon
weapon_umbrella Umbrella
weapon_walking_stick Walking Stick
weapon_satchel Wallet Bomb
weapon_winchester Winchester
weapon_wrench Wrench
  • SpawnItemGroup
<choices> List of predefined items
  • none
  • bludgeon
  • books
  • box
  • cabin_desk
  • cabin_dresser
  • cabin_wardrobe
  • doctorbag
  • engineering
  • entertainment
  • female_clothing
  • kitchen
  • male_clothing
  • needs_items
  • ration_pack
  • security
  • shoot
  • spawnable
  • suitcase
  • magazines
  • medical
  • weapons
  • SpawnerPickDestType
<choices> Destination type
Literal Value Description
0 All
1 All Same
2 Individual
  • SpawnerPickItemType
<choices> Item type
Literal Value Description
0 Random
1 Cyclic
2 Hybrid
  • DestinationGroup
<string> Destination Group. Multiple spawners can refer to the same group to concatinate their effects
  • SpawnFrequency
<float> Spawn frequency
  • MaxLiveChildren
<integer> Max objects
  • MaxSpawns
<integer> Max spawns
  • NoDuplicateRadius
<float> No duplicate items in specified radius of container
  • RespawnDelay
<float> Respawn delay

Inputs

  • EnableDisable:
Enable / Disable
Enable/disable this entity from performing its task. It might also disappear from view.
  • Toggle
Toggle item spawn
  • Spawn
Force item spawn

Outputs