UFO-Scripts/inventory.ufo

From UFO:AI

General

time units for moving something out
time units for moving something in
this value defines a rectangle given by the upper left corner and dimensions
a container can have several shapes that are added to the final container form
only a single item
this is the armor container
allow everything to be stored in this container (e.g armor and weapons)
a temporary container - such a container is not cleared - it's just a pointer to another one
headgear slot - only useable for headgear
the extension slot - only weapon or item extension can be places here

Example

inventory belt
{
	shape	"0 0 3 1"
	shape	"0 1 1 1"
	in		2
	out		1
}

inventory holster
{
	shape	"0 0 3 2"
	in		2
	out		1
}

inventory armor
{
	shape	"0 0 6 6"
	single	true
	armor	true
	in		200
	out		200
}

Links

project-navigation