User Tools

Site Tools


crpl:docs:settechartifacttype

This is an old revision of the document!


~~DISCUSSION~~ <- CRPL reference <- Unit Commands

SetTechArtifactType

Arguments Result Notation
Unit UID, Tech typeNone i s --

Description

SetTechArtifactType allows you to set which technology is unlocked by a tech artifact unit. It has no effect if the unit is not a tech artifact. The tech type is given as a string from the following list, and is the same as the unit name argument of CreateUnit.

  • COLLECTOR
  • RELAY
  • REACTOR
  • OREMINE
  • SIPHON
  • TERP
  • GUPPY
  • CANNON
  • MORTAR
  • STRAFER
  • BOMBER
  • SPRAYER
  • NULLIFIER
  • SHIELD
  • BEAM
  • SNIPER
  • FORGE
  • BERTHA
  • THOR
  • COMMANDNODE

Examples

# Create an ore mine tech artifact at position (x,y)
CreateUnit("TECHARTIFACT" <-x <-y) ->unit
SetTechArtifactType(<-unit "OREMINE")
crpl/docs/settechartifacttype.1397926854.txt.gz · Last modified: 2025/02/14 14:56 (external edit)