seat

package
v0.0.0-...-7b7e6e1 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2015 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ability

type Ability struct {
	// 主能力値
	Power        int
	Agile        int
	Intelligence int
	Mind         int
	Lucky        int
}

type Amendment

type Amendment struct {
	// 能力値修正
	Param
}

type Arm

type Arm struct {
	// 武器情報
	Name string
	Pos  string
	Param
	Enhance []string
}

type Character

type Character struct {
	Name        Name
	Parsonality Parsonality //
	Creation    Creation    // 設定
	Level       int
	Exp         int
	Tribe       Tribe     // 種族情報
	Mask        string    // 表の職業
	Feature     string    // 特徴
	Degrees     []Degree  // 称号
	Ability     Ability   // 主能力値
	Amendment   Amendment // 能力値修正
	Guard       Guard     // 耐久値
	Equipment   Equipment // 装備
	Tarrents    []Tarrent // タレント
}

func (*Character) GetFormValue

func (c *Character) GetFormValue(r *http.Request) error

type Colors

type Colors struct {
	Eye   string
	Hair  string
	Skin  string
	Other string
}

type Creation

type Creation struct {
	// キャラクターの設定情報
	Orgnization string
	Age         int
	Sex         string
	Height      int
	Weight      int
	Colors      Colors
}

type Crest

type Crest struct {
	Pos    string
	Figure string
}

type Damage

type Damage struct {
	Pysics int
	Magic  int
}

type Degree

type Degree struct {
	// 称号
	Name string
	Main bool
	Type string
}

type Equipment

type Equipment struct {
	// 装備アイテムデータ
	RightHand Arm
	LeftHand  Arm
	Armor     Arm
	Ornaments []Arm
}

type Guard

type Guard struct {
	Strong int
	Hart   int
}

type Name

type Name struct {
	Character string
	Player    string
}

type Param

type Param struct {
	//主能力値
	Hit         int
	Avoid       int
	Invok       int
	Resist      int
	Penetration int

	// 副能力値
	Action int
	Hp     int
	Damage Damage
	Guard  Guard
}

type Parsonality

type Parsonality struct {
	Detail  string
	Crest   Crest // 霊紋
	Goal    string
	Feeling string
}

type Seat

type Seat struct {
	Character Character
	Testing   bool
	JSPath    string
}

func (*Seat) Version

func (*Seat) Version() (string, error)

type Tarrent

type Tarrent struct {
	// タレント
	Name     string
	Timing   int
	Distance string
	Taget    string
	Cost     string
	Effect   string
}

type Tribe

type Tribe struct {
	// 種族情報
	Name      string
	Type      int
	Privilege string
}

Jump to

Keyboard shortcuts

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