moves

package
v0.0.0-...-13e073c Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MoveAbsorb = mechanics.PokeMove{
	Type:           constants.TypeGrass,
	Category:       constants.Special,
	PP:             25,
	Power:          20,
	Accuracy:       1.0,
	FlinchChance:   0,
	Priority:       0,
	Contact:        false,
	OwnStatChanges: [6]int{},
	OppStatChanges: [6]int{},
}
View Source
var MoveAstonish = mechanics.PokeMove{
	Type:           constants.TypeGhost,
	Category:       constants.Physical,
	PP:             15,
	Power:          30,
	Accuracy:       1.0,
	FlinchChance:   0.3,
	Priority:       0,
	Contact:        true,
	OwnStatChanges: [6]int{},
	OppStatChanges: [6]int{},
}
View Source
var MoveGrowl = mechanics.PokeMove{
	Type:           constants.TypeNormal,
	Category:       constants.Status,
	PP:             40,
	Power:          0,
	Accuracy:       1.0,
	FlinchChance:   0,
	Priority:       0,
	Contact:        false,
	OwnStatChanges: [6]int{},
	OppStatChanges: [6]int{0, -1, 0, 0, 0, 0},
}
View Source
var MoveTackle = mechanics.PokeMove{
	Type:           constants.TypeNormal,
	Category:       constants.Physical,
	PP:             35,
	Power:          40,
	Accuracy:       1.0,
	FlinchChance:   0,
	Priority:       0,
	Contact:        true,
	OwnStatChanges: [6]int{},
	OppStatChanges: [6]int{},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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