아이템 테이블

This commit is contained in:
Ino 2025-01-20 12:48:02 +09:00
parent 0ac3f72a9d
commit 2ae7c918f9
10 changed files with 1225 additions and 9462 deletions

View File

@ -12,6 +12,8 @@ Used Assets and files from the Resources folder, sorted by uncompressed size:
노티(알림)
테이블 최적화 - 2번째 줄 말고 3번째 줄 부터 읽게 코드 수정
맵 생성 후 대략적으로 플레이 가능한 버전
- 챕터 보스 (처치 시 리젠? 있다면 시간은?)
- 필드 보스 (리젠 시간은?)

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: dfe3d6000ccd6904ca3b7e20ad155a2b
guid: 7a29967617b7f1345afb2a18d52474fb
TextScriptImporter:
externalObjects: {}
userData:

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -226,7 +226,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: b2d07aa12f384914bbb429d1704b5f10, type: 3}
m_Name:
m_EditorClassIdentifier:
m_json: {fileID: 4900000, guid: dfe3d6000ccd6904ca3b7e20ad155a2b, type: 3}
m_json: {fileID: 4900000, guid: 7a29967617b7f1345afb2a18d52474fb, type: 3}
--- !u!114 &-2830852699263530080
MonoBehaviour:
m_ObjectHideFlags: 0

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -71,6 +71,28 @@ AnimatorStateTransition:
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1101 &-1483709922556362721
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions: []
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: 110222392}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0.8125
m_HasExitTime: 1
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!91 &9100000
AnimatorController:
m_ObjectHideFlags: 0
@ -1771,6 +1793,9 @@ AnimatorStateMachine:
- serializedVersion: 1
m_State: {fileID: 5082058620656018872}
m_Position: {x: -260, y: -430, z: 0}
- serializedVersion: 1
m_State: {fileID: 3153088493141088479}
m_Position: {x: -240, y: -160, z: 0}
m_ChildStateMachines: []
m_AnyStateTransitions: []
m_EntryTransitions: []
@ -1954,6 +1979,33 @@ AnimatorStateTransition:
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1102 &3153088493141088479
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: archer_skill1
m_Speed: 1
m_CycleOffset: 0
m_Transitions:
- {fileID: -1483709922556362721}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 17ad07147aaa90e468666b1451db8944, type: 3}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1102 &4804184176358769930
AnimatorState:
serializedVersion: 6

View File

@ -72,7 +72,6 @@ public class table_itemlist : table_missionbase
{
base.Awake();
Ins = this;
Set_lastjson2();
}
protected override void Start()