mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 10:46:17 +00:00
简单提交
This commit is contained in:
@@ -1,74 +0,0 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: b9395a0be3e547f48bd1c8320edc6c58, type: 3}
|
||||
m_Name: GE_JisolDemo1
|
||||
m_EditorClassIdentifier:
|
||||
Description: "\u7B80\u5355\u65BD\u52A0 debuff \u548C \u6263\u8840"
|
||||
DurationPolicy: 3
|
||||
Duration: 10000
|
||||
Period: 0
|
||||
PeriodExecution: {fileID: 0}
|
||||
Stacking:
|
||||
stackingType: 0
|
||||
stackingCodeName:
|
||||
limitCount: 0
|
||||
durationRefreshPolicy: 0
|
||||
periodResetPolicy: 0
|
||||
expirationPolicy: 0
|
||||
denyOverflowApplication: 0
|
||||
clearStackOnOverflow: 0
|
||||
overflowEffects: []
|
||||
GrantedAbilities: []
|
||||
Modifiers:
|
||||
- AttributeName: AS_BaseAttribute.HP
|
||||
AttributeSetName: AS_BaseAttribute
|
||||
AttributeShortName: HP
|
||||
ModiferMagnitude:
|
||||
rawValue: 10000000
|
||||
Operation: 0
|
||||
MMC: {fileID: 11400000, guid: 331222964d02d1349b1a9c717605c8e9, type: 2}
|
||||
AssetTags:
|
||||
- _name: DeBuff
|
||||
_hashCode: -251087900
|
||||
_shortName: DeBuff
|
||||
_ancestorHashCodes:
|
||||
_ancestorNames: []
|
||||
- _name: Buff
|
||||
_hashCode: 937056111
|
||||
_shortName: Buff
|
||||
_ancestorHashCodes:
|
||||
_ancestorNames: []
|
||||
GrantedTags:
|
||||
- _name: Buff
|
||||
_hashCode: 937056111
|
||||
_shortName: Buff
|
||||
_ancestorHashCodes:
|
||||
_ancestorNames: []
|
||||
- _name: DeBuff
|
||||
_hashCode: -251087900
|
||||
_shortName: DeBuff
|
||||
_ancestorHashCodes:
|
||||
_ancestorNames: []
|
||||
ApplicationRequiredTags: []
|
||||
OngoingRequiredTags: []
|
||||
RemoveGameplayEffectsWithTags: []
|
||||
ApplicationImmunityTags: []
|
||||
CueOnExecute: []
|
||||
CueDurational: []
|
||||
CueOnAdd:
|
||||
- {fileID: 11400000, guid: 041f193225d7b1e49a75af0003a4111b, type: 2}
|
||||
CueOnRemove:
|
||||
- {fileID: 11400000, guid: 2aa1d58fb62dc104484f4f2bf1673303, type: 2}
|
||||
CueOnActivate: []
|
||||
CueOnDeactivate: []
|
||||
SnapshotPolicy: 0
|
||||
SpecifiedSnapshotConfigs: []
|
@@ -0,0 +1,54 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: b9395a0be3e547f48bd1c8320edc6c58, type: 3}
|
||||
m_Name: GE_Player
|
||||
m_EditorClassIdentifier: JNGame.Runtime:GAS.Runtime:GameplayEffectAsset
|
||||
description:
|
||||
durationPolicy: 1
|
||||
duration: 0
|
||||
period: 0
|
||||
periodExecutionId: 0
|
||||
periodExecution: {fileID: 0}
|
||||
stacking:
|
||||
stackingType: 0
|
||||
stackingCodeName:
|
||||
limitCount: 0
|
||||
durationRefreshPolicy: 0
|
||||
periodResetPolicy: 0
|
||||
expirationPolicy: 0
|
||||
denyOverflowApplication: 0
|
||||
clearStackOnOverflow: 0
|
||||
overflowEffects: []
|
||||
grantedAbilities: []
|
||||
modifiers: []
|
||||
assetTags: []
|
||||
grantedTags: []
|
||||
applicationRequiredTags: []
|
||||
ongoingRequiredTags: []
|
||||
removeGameplayEffectsWithTags: []
|
||||
applicationImmunityTags: []
|
||||
cueOnExecute: []
|
||||
cueDurational: []
|
||||
cueOnAdd: []
|
||||
cueOnRemove: []
|
||||
cueOnActivate: []
|
||||
cueOnDeactivate: []
|
||||
prematureExpirationEffect: []
|
||||
routineExpirationEffectClasses: []
|
||||
isUseTickEventGE: 0
|
||||
tickEventTag:
|
||||
name:
|
||||
hashCode: 0
|
||||
shortName:
|
||||
ancestorHashCodes:
|
||||
ancestorNames: []
|
||||
tickEventEffect: []
|
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 25ef9a2206b693c4f9b93af896a038a8
|
||||
guid: 4089eaee525e7aa45993e0ad2c042fc1
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
Reference in New Issue
Block a user