C# 클래스 ACR_Items.GenerateRing

상속: CLRScriptFramework.CLRScriptBase
파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AbilityNames string>.Dictionary
AvailableAbilities int>.Dictionary
AvailableBonusSpells List
AvailableFeats int>.Dictionary
AvailableImmunities int>.Dictionary
AvailableSaveTypes List
AvailableSkills List
BonusSpellNames string>.Dictionary
DamageResistanceNames string>.Dictionary
DamageResistances List
FeatNames string>.Dictionary
ImmunityNames string>.Dictionary
LightColors List
SaveTypeNames string>.Dictionary
SkillNames string>.Dictionary

공개 메소드들

메소드 설명
NewRing ( CLRScriptBase script, int maxValue ) : int

메소드 상세

NewRing() 공개 정적인 메소드

public static NewRing ( CLRScriptBase script, int maxValue ) : int
script CLRScriptBase
maxValue int
리턴 int

프로퍼티 상세

AbilityNames 공개적으로 정적으로 프로퍼티

public static Dictionary AbilityNames
리턴 string>.Dictionary

AvailableAbilities 공개적으로 정적으로 프로퍼티

public static Dictionary AvailableAbilities
리턴 int>.Dictionary

AvailableBonusSpells 공개적으로 정적으로 프로퍼티

public static List AvailableBonusSpells
리턴 List

AvailableFeats 공개적으로 정적으로 프로퍼티

public static Dictionary AvailableFeats
리턴 int>.Dictionary

AvailableImmunities 공개적으로 정적으로 프로퍼티

public static Dictionary AvailableImmunities
리턴 int>.Dictionary

AvailableSaveTypes 공개적으로 정적으로 프로퍼티

public static List AvailableSaveTypes
리턴 List

AvailableSkills 공개적으로 정적으로 프로퍼티

public static List AvailableSkills
리턴 List

BonusSpellNames 공개적으로 정적으로 프로퍼티

public static Dictionary BonusSpellNames
리턴 string>.Dictionary

DamageResistanceNames 공개적으로 정적으로 프로퍼티

public static Dictionary DamageResistanceNames
리턴 string>.Dictionary

DamageResistances 공개적으로 정적으로 프로퍼티

public static List DamageResistances
리턴 List

FeatNames 공개적으로 정적으로 프로퍼티

public static Dictionary FeatNames
리턴 string>.Dictionary

ImmunityNames 공개적으로 정적으로 프로퍼티

public static Dictionary ImmunityNames
리턴 string>.Dictionary

LightColors 공개적으로 정적으로 프로퍼티

public static List LightColors
리턴 List

SaveTypeNames 공개적으로 정적으로 프로퍼티

public static Dictionary SaveTypeNames
리턴 string>.Dictionary

SkillNames 공개적으로 정적으로 프로퍼티

public static Dictionary SkillNames
리턴 string>.Dictionary