A class that holds database state definitions More...
Public Types | |
enum | StackType { Disable = 0 , Override , Add } |
Overlapping type More... | |
enum | RecoveryType { Unknown = 0 , Terms , Effect , Normal , Event , Invalidate } |
Status recovery type More... | |
enum | SlipDamageType { Direct = 0 , HPPercent , MaxHPPercent } |
damage type More... | |
enum | AttachConditionTermsType { New = 0 , Assigned } |
enum | AttachConditionDetachTimingType { Always = 0 , TermsOnly , RecoveryOnly } |
Status change (when canceled) condition type More... | |
enum | EquipmentEffectType { None = 0 , Fixed , Disable } |
Equipment effect type More... | |
Public Types inherited from Yukar.Common.Rom.RomItem | |
enum | ThumbnailStatusType { Empty = 0 , Creating , Created , Failed } |
Thumbnail image generation status More... | |
Public Member Functions | |
bool | GetAutoAttackParam (out TargetType outAttackTarget) |
bool | IsSlipDamage (SlipDamageEffectParam.SituationType inType) |
string | GetMessage (Guid inId) |
void | SetMessage (Guid inId, string inMessage) |
Condition () | |
void | InitializeEffectParamSettings (GameSettings inGameSettings) |
override void | save (BinaryWriter writer) |
override void | load (BinaryReader reader) |
override void | ChangeId (Dictionary< Guid, RomItem > inChangeIdDic) |
Public Member Functions inherited from Yukar.Common.Rom.RomItem | |
string | getCategory (string locale=null) |
RomItem () | |
System.Drawing.Bitmap | getThumbnail (THUMBNAILMAKERNOTIFY notify, out bool setNotify) |
System.Drawing.Bitmap | getThumbnail (THUMBNAILMAKERNOTIFY notify) |
System.Drawing.Bitmap | getThumbnail () |
void | invalidateThumbnail () |
void | invalidateThumbnail (THUMBNAILMAKERNOTIFY notify) |
void | forceInvalidateThumbnail (THUMBNAILMAKERNOTIFY notify) |
virtual void | save (BinaryWriter writer) |
virtual void | load (BinaryReader reader) |
virtual void | saveUsedGUID (BinaryWriter writer, bool inIncludeChildUseRomGUID) |
Export the GUID you are using (for tools) More... | |
void | saveUsedGUID (BinaryWriter writer) |
Export the GUID you are using (for tools) More... | |
virtual bool | initializingAfterLoading () |
virtual void | postImport (string srcpath) |
virtual void | reImport () |
virtual void | export (string path) |
virtual void | onCatalogCleanup () |
void | copyFrom (Common.Rom.RomItem src) |
virtual void | CheckRecourceConsistency (Catalog inCatalog) |
virtual void | ChangeId (Dictionary< Guid, Rom.RomItem > inChangeIdDic) |
Replace the Id you are using with the corresponding Rom Id More... | |
void | ClearId (List< Rom.RomItem > inClearRomItemList) |
Removed rom usage in list More... | |
void | Dispose () |
void | AddUpdatecall (int count) |
void | save (BinaryWriter writer) |
void | load (BinaryReader reader) |
Static Public Member Functions | |
static List< string > | GetBattleCommandDisabledTargetTagList (Dictionary< Guid, GameData.Hero.ConditionInfo > inConditionInfoDic) |
Static Public Member Functions inherited from Yukar.Common.Rom.RomItem | |
static void | writeChunk (System.IO.BinaryWriter writer, IChunk rom) |
static void | readChunk (System.IO.BinaryReader reader, IChunk rom) |
static void | skipChunk (System.IO.BinaryReader reader) |
static T | Clone< T > (RomItem inSrc) |
static bool | equalChunk (IChunk a, IChunk b) |
static IChunk | duplicate (IChunk rom) |
Static Public Attributes | |
static readonly Guid[] | predefinedConditions |
Static Public Attributes inherited from Yukar.Common.Rom.RomItem | |
static int | thumbnailWidth = 128 |
static int | thumbnailHeight = 128 |
const char | CATEGORY_SPLITTER = '\\' |
static CREATETHUMBNAIL | createThumbnailFunction = null |
const int | UnknownRefCount = -2000 |
Properties | |
Guid | EventRef [get] |
string | Description [get, set] |
Resource.Icon.Ref | Icon [get, set] |
Guid | Effect [get, set] |
Guid | Model [get, set] |
string | Motion [get, set] |
Guid | MotionGuid [get, set] |
int | SuccessRate [get, set] |
bool | BehindParty [get, set] |
int | Stack [get, set] |
bool | BattleFinished [get, set] |
int | DamageValue [get, set] |
int | WalkCount [get, set] |
int | ProbabilityRate [get, set] |
int | TurnContinue [get, set] |
bool | actionDisabled = false [get, set] |
bool | ActionDisabled [get, set] |
bool | Attack [get, set] |
int | AttackTarget [get, set] |
bool | SlipDamage [get, set] |
int | BattleSlipDamageCycle [get, set] |
int | BattleSlipDamageType [get, set] |
int | BattleSlipDamageParam [get, set] |
int | MapSlipDamageCycle [get, set] |
int | MapSlipDamageType [get, set] |
int | MapSlipDamageParam [get, set] |
bool | DeadCondition [get, set] |
int | DeadConditionPercent [get, set] |
bool | IsActionDisabled [get] |
bool | IsAutoAttack [get] |
bool | IsBattleSlipDamage [get] |
bool | IsMapSlipDamage [get] |
bool | IsDeadCondition [get] |
bool | IsAttachForce [get] |
int | AttachPercent [get] |
EffectParamSettings | EffectParamSettings = new EffectParamSettings(EffectParamSettings.TargetType.ConditionEffectParam, false) [get, set] |
int | MaxHP [get, set] |
int | MaxHPStatusChangeType [get, set] |
int | MaxMP [get, set] |
int | MaxMPStatusChangeType [get, set] |
int | Power [get, set] |
int | PowerStatusChangeType [get, set] |
int | Magic [get, set] |
int | MagicStatusChangeType [get, set] |
int | Vitality [get, set] |
int | VitalityStatusChangeType [get, set] |
int | Speed [get, set] |
int | SpeedStatusChangeType [get, set] |
int | Evasion [get, set] |
int | EvasionStatusChangeType [get, set] |
int | Dexterity [get, set] |
int | DexterityStatusChangeType [get, set] |
int | Weapon [get, set] |
int | Shield [get, set] |
int | Head [get, set] |
int | Body [get, set] |
int | Accessory1 [get, set] |
int | Accessory2 [get, set] |
int | AttackAdd [get, set] |
int | FirstAttack [get, set] |
int | CriticalHit [get, set] |
int | RewardRate [get, set] |
int | ExpRate [get, set] |
int | ItemRate [get, set] |
int | HateRate [get, set] |
int | MaxDamage [get, set] |
int | EncountRate [get, set] |
bool | EncountDisabled [get, set] |
int | WalkSpeed [get, set] |
bool | ChangeTrainOrder [get, set] |
bool | Transparent [get, set] |
System.Drawing.Color | MapStampColorForEditor [get, set] |
bool | MapStampColorEnabledForEditor [get, set] |
bool | BattleStampTransparent [get, set] |
System.Drawing.Color | BattleStampColorForEditor [get, set] |
bool | BattleStampColorEnabledForEditor [get, set] |
string | MessageForAlly [get, set] |
string | MessageForEnemy [get, set] |
string | MessageForContinue [get, set] |
string | MessageForFinished [get, set] |
int | Priority [get, set] |
uint | textColorPacked [get, set] |
uint | windowColorPacked [get, set] |
List< Guid > | releaseConditions [get] |
List< Guid > | ReleaseConditionList [get, set] |
List< Guid > | EditReleaseConditionList [get] |
int | CondAttr [get, set] |
Properties inherited from Yukar.Common.Rom.RomItem | |
System.Drawing.Bitmap | Thumbnail [get] |
ThumbnailStatusType | ThumbnailStatus = ThumbnailStatusType.Empty [get, set] |
string | Name [get, set] |
virtual int | RefCount [get] |
virtual bool | UseRefCount [get] |
Folder | Parent [get, set] |
Properties inherited from Yukar.Common.Rom.IDatabaseItem | |
Guid | EventRef [get] |
Additional Inherited Members | |
Protected Member Functions inherited from Yukar.Common.Rom.RomItem | |
virtual void | Dispose (bool disposing) |
A class that holds database state definitions
enum Yukar.Common.Rom.Condition.AttachConditionDetachTimingType |
enum Yukar.Common.Rom.Condition.EquipmentEffectType |
enum Yukar.Common.Rom.Condition.RecoveryType |
Yukar.Common.Rom.Condition.Condition | ( | ) |
override void Yukar.Common.Rom.Condition.ChangeId | ( | Dictionary< Guid, RomItem > | inChangeIdDic | ) |
bool Yukar.Common.Rom.Condition.GetAutoAttackParam | ( | out TargetType | outAttackTarget | ) |
|
static |
string Yukar.Common.Rom.Condition.GetMessage | ( | Guid | inId | ) |
void Yukar.Common.Rom.Condition.InitializeEffectParamSettings | ( | GameSettings | inGameSettings | ) |
bool Yukar.Common.Rom.Condition.IsSlipDamage | ( | SlipDamageEffectParam.SituationType | inType | ) |
|
virtual |
Reimplemented from Yukar.Common.Rom.RomItem.
|
virtual |
Reimplemented from Yukar.Common.Rom.RomItem.
void Yukar.Common.Rom.Condition.SetMessage | ( | Guid | inId, |
string | inMessage | ||
) |
bool Yukar.Common.Rom.Condition.attack = false |
int Yukar.Common.Rom.Condition.attackAdd = 0 |
TargetType Yukar.Common.Rom.Condition.attackTarget = TargetType.PARTY_ALL |
bool Yukar.Common.Rom.Condition.battleFinished = true |
int Yukar.Common.Rom.Condition.battleSlipDamageCycle = 1 |
int Yukar.Common.Rom.Condition.battleSlipDamageParam = 10 |
SlipDamageType Yukar.Common.Rom.Condition.battleSlipDamageType = SlipDamageType.Direct |
bool Yukar.Common.Rom.Condition.behindParty |
bool Yukar.Common.Rom.Condition.changeTrainOrder = false |
uint Yukar.Common.Rom.Condition.cond_attr = 0 |
int Yukar.Common.Rom.Condition.criticalHit = 0 |
int Yukar.Common.Rom.Condition.damageValue = 0 |
bool Yukar.Common.Rom.Condition.deadCondition = false |
int Yukar.Common.Rom.Condition.deadConditionPercent = 0 |
String Yukar.Common.Rom.Condition.description = "" |
int Yukar.Common.Rom.Condition.dexterity = 0 |
Util.StatusChangeType Yukar.Common.Rom.Condition.dexterityStatusChangeType |
Guid Yukar.Common.Rom.Condition.effect |
bool Yukar.Common.Rom.Condition.encountDisabled = false |
int Yukar.Common.Rom.Condition.encountRate = 0 |
EquipmentEffectType [] Yukar.Common.Rom.Condition.equipmentEffects = new EquipmentEffectType[6] |
int Yukar.Common.Rom.Condition.evasion = 0 |
Util.StatusChangeType Yukar.Common.Rom.Condition.evasionStatusChangeType |
int Yukar.Common.Rom.Condition.expRate = 0 |
int Yukar.Common.Rom.Condition.firstAttack = 0 |
int Yukar.Common.Rom.Condition.hateRate = 0 |
Resource.Icon.Ref Yukar.Common.Rom.Condition.icon = new Resource.Icon.Ref() |
int Yukar.Common.Rom.Condition.itemRate = 0 |
int Yukar.Common.Rom.Condition.magic = 0 |
Util.StatusChangeType Yukar.Common.Rom.Condition.magicStatusChangeType |
int Yukar.Common.Rom.Condition.mapSlipDamageCycle = 1 |
int Yukar.Common.Rom.Condition.mapSlipDamageParam = 1 |
SlipDamageType Yukar.Common.Rom.Condition.mapSlipDamageType = SlipDamageType.Direct |
int Yukar.Common.Rom.Condition.maxDamage = 0 |
int Yukar.Common.Rom.Condition.maxHP = 0 |
Util.StatusChangeType Yukar.Common.Rom.Condition.maxHPStatusChangeType |
int Yukar.Common.Rom.Condition.maxMP = 0 |
Util.StatusChangeType Yukar.Common.Rom.Condition.maxMPStatusChangeType |
string Yukar.Common.Rom.Condition.messageForAlly = "" |
string Yukar.Common.Rom.Condition.messageForContinue = "" |
string Yukar.Common.Rom.Condition.messageForEnemy = "" |
string Yukar.Common.Rom.Condition.messageForFinished = "" |
Guid Yukar.Common.Rom.Condition.model |
string Yukar.Common.Rom.Condition.motion = "" |
Guid Yukar.Common.Rom.Condition.motionGuid |
int Yukar.Common.Rom.Condition.power = 0 |
Util.StatusChangeType Yukar.Common.Rom.Condition.powerStatusChangeType |
|
static |
int Yukar.Common.Rom.Condition.probabilityRate = 0 |
int Yukar.Common.Rom.Condition.rewardRate = 0 |
Guid Yukar.Common.Rom.Condition.scriptOnTrigger |
bool Yukar.Common.Rom.Condition.slipDamage = false |
int Yukar.Common.Rom.Condition.speed = 0 |
Util.StatusChangeType Yukar.Common.Rom.Condition.speedStatusChangeType |
StackType Yukar.Common.Rom.Condition.stack = StackType.Disable |
int Yukar.Common.Rom.Condition.successRate = 100 |
Microsoft.Xna.Framework.Color Yukar.Common.Rom.Condition.textColor |
bool Yukar.Common.Rom.Condition.transparent =false |
int Yukar.Common.Rom.Condition.turnContinue = 0 |
int Yukar.Common.Rom.Condition.vitality = 0 |
Util.StatusChangeType Yukar.Common.Rom.Condition.vitalityStatusChangeType |
int Yukar.Common.Rom.Condition.walkCount = 0 |
int Yukar.Common.Rom.Condition.walkSpeed = 0 |
Microsoft.Xna.Framework.Color Yukar.Common.Rom.Condition.windowColor |
|
getset |
|
getset |
|
getset |
|
getset |
|
get |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
get |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
get |
Implements Yukar.Common.Rom.IDatabaseItem.
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
get |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |