C# Class MerchantRPG.GeneticParty.Processing.ASimulator

Afficher le fichier Open project: subchannel13/MerchantRPG-combinator Class Usage Examples

Protected Properties

Свойство Type Description
AllItems Stats[][]>.Dictionary
monster MerchantRPG.Data.Monster

Méthodes publiques

Méthode Description
ItemChoices ( Hero hero, int slot ) : int
ItemData ( Hero hero, int slot, int index ) : Item
Run ( IList builds, int frontCount ) : double[]
TranslateBack ( IList buildTexts ) : IList

Méthodes protégées

Méthode Description
ASimulator ( Monster monster, int heroLevel, int itemLevel ) : System
HeroStats ( HeroBuild build ) : Stats

Private Methods

Méthode Description
enhancmentBonus ( int potionType ) : Stats

Method Details

ASimulator() protected méthode

protected ASimulator ( Monster monster, int heroLevel, int itemLevel ) : System
monster MerchantRPG.Data.Monster
heroLevel int
itemLevel int
Résultat System

HeroStats() protected méthode

protected HeroStats ( HeroBuild build ) : Stats
build HeroBuild
Résultat MerchantRPG.Simulation.Stats

ItemChoices() public méthode

public ItemChoices ( Hero hero, int slot ) : int
hero MerchantRPG.Data.Hero
slot int
Résultat int

ItemData() public méthode

public ItemData ( Hero hero, int slot, int index ) : Item
hero MerchantRPG.Data.Hero
slot int
index int
Résultat Item

Run() public abstract méthode

public abstract Run ( IList builds, int frontCount ) : double[]
builds IList
frontCount int
Résultat double[]

TranslateBack() public méthode

public TranslateBack ( IList buildTexts ) : IList
buildTexts IList
Résultat IList

Property Details

AllItems protected_oe property

protected Dictionary AllItems
Résultat Stats[][]>.Dictionary

monster protected_oe property

protected Monster,MerchantRPG.Data monster
Résultat MerchantRPG.Data.Monster