chemical

package
v0.0.0-...-fb28163 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2014 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ChemInfo = [chemicalCount]ChemicalInfo{
	ChemAloe: {
		Toxicity: 10,
		Healing:  10,
	},
	ChemVitriol: {
		Toxicity: 25,
		Venom:    15,
	},
	ChemHeparin: {
		Toxicity: 15,
		Bleed:    10,
	},
	ChemNepeta: {
		Toxicity: 30,
		Stun:     15,
	},
}

Functions

This section is empty.

Types

type Chemical

type Chemical uint16
const (
	ChemAloe Chemical = iota
	ChemVitriol
	ChemHeparin
	ChemNepeta
)

type ChemicalInfo

type ChemicalInfo struct {
	// Toxicity limits the amount of a chemical that can be safely consumed.
	Toxicity int8

	// Healing increases the rate at which wounds repair themselves.
	Healing int8

	// Venom increases the chance of poisoning an enemy in combat.
	Venom int8

	// Bleed increases the chance of causing an enemy to bleed in combat.
	Bleed int8

	// Stun increases the chance of stunning an enemy in combat.
	Stun int8
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL