ratz/src/chatservers/common/module_cyberware.go

type Cybernetics

type ModifierType

const REPGAIN

const REPDECAY

const RATZMOOD

const PUKECHANCE

const SOCIALREP

const SERVICELVL

const CHALLENGEBONUS

const DEFENCEBONUS

const CHAMPREPLOSS

const ARMWRESTLESTRENGTH

const MISSIONMED

const MISSIONSUCCESS

const MISSIONPAYOUT

const MISSIONREP

const EPICLEADERSHIP

const MISSIONBONUS

const MISSIONTIME

const MISSIONCRIT

func (m ModifierType) String() string {}

type Modifier

type BonusModifier

func (m BonusModifier) String() string {}

// Effect produces a normalized final effect value for the modifier
func (m BonusModifier) Effect() float64 {}

type PenaltyModifier

func (m PenaltyModifier) String() string {}

// Effect produces a normalized final effect value for the modifier
func (m PenaltyModifier) Effect() float64 {}

type CyberwareProfile

type CyberneticsID

type CyberwareSlot

func (c CyberwareSlot) String() string {}

type Cyberware

type CyberwareModifier