Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
tetra-tower
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Oenos
tetra-tower
Commits
5a75d803
Commit
5a75d803
authored
Feb 07, 2019
by
15김민규
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
중간 발표까지 진척 완료
parent
d12f1372
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
dropData_exam.csv
Assets/Data/dropData_exam.csv
+1
-1
testEnemy.unity
Assets/Scenes/testEnemy.unity
+1
-1
Enemy.cs
Assets/Scripts/Characters/Enemy/Enemy.cs
+1
-1
No files found.
Assets/Data/dropData_exam.csv
View file @
5a75d803
...
...
@@ -17,7 +17,7 @@
고대유적,1230,새끼 박쥐,5,4,0,0,0,0,0,0,1,0,0,0,2,0,0,0
고대유적,115,엘리게이터-1,1,4,6,3,1,0,2,0,5,5,3,1,3,1,1,0
고대유적,116,엘리게이터-2,1,4,6,3,1,0,2,0,5,5,3,1,3,1,1,0
고대유적,117,테스트용데이터,0,0,0,
0,0,0,0,0,1,0,0,0,0
,0,0,0
고대유적,117,테스트용데이터,0,0,0,
1,0,0,1,0,0,0,0,0,1
,0,0,0
고대유적,,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,,
...
...
Assets/Scenes/testEnemy.unity
View file @
5a75d803
...
...
@@ -488,7 +488,7 @@ Prefab:
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
1560605499280558
,
guid
:
7c6db9a9ca4150a438bd5114c58a37cf
,
type
:
2
}
propertyPath
:
m_IsActive
value
:
0
value
:
1
objectReference
:
{
fileID
:
0
}
m_RemovedComponents
:
[]
m_SourcePrefab
:
{
fileID
:
100100000
,
guid
:
7c6db9a9ca4150a438bd5114c58a37cf
,
type
:
2
}
...
...
Assets/Scripts/Characters/Enemy/Enemy.cs
View file @
5a75d803
...
...
@@ -120,7 +120,7 @@ public class Enemy : MonoBehaviour {
}
if
(
indexOfItem
>=
12
&&
indexOfItem
<=
15
)
// Addon
{
inventoryManager
.
AddonInstantiate
((
ItemQuality
)(
indexOfItem
-
12
),
transform
.
parent
.
position
);
inventoryManager
.
AddonInstantiate
((
ItemQuality
)(
indexOfItem
-
12
),
transform
.
parent
.
position
,
EnemyManager
.
dropObjStrength
);
}
this
.
currHealth
=
this
.
maxHealth
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment