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
e7b97c20
Commit
e7b97c20
authored
Feb 25, 2019
by
18김상언
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
일단 있는 애드온들이랑 템들 설명 다 집어넣음
parent
240bca8e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
0 deletions
+9
-0
DesignofRagur.cs
Assets/Scripts/Item/Addons/DesignofRagur.cs
+2
-0
FeatherofRheA.cs
Assets/Scripts/Item/Addons/FeatherofRheA.cs
+3
-0
JanusCoin.cs
Assets/Scripts/Item/Addons/JanusCoin.cs
+2
-0
Sandbag.cs
Assets/Scripts/Item/Addons/Sandbag.cs
+2
-0
No files found.
Assets/Scripts/Item/Addons/DesignofRagur.cs
View file @
e7b97c20
...
...
@@ -15,6 +15,8 @@ public class DesignofRagur : Addon
sprite
=
Resources
.
Load
<
Sprite
>(
"Sprites/Addons/Glowing Herb"
);
;
highlight
=
Resources
.
Load
<
Sprite
>(
"Sprites/Addons/Glowing Herb"
);
;
sizeInventory
=
new
Vector2
(
80
,
80
);
addonDescription
=
"자유롭고 , 긍지로우며 , 용맹하게."
;
addonInfo
=
"콤보에 포함된 A 키의 개수 만큼 피해량이 40% 증가합니다."
;
}
public
override
float
DamageMultiplier
(
PlayerAttackInfo
attackInfo
,
Enemy
enemyInfo
,
string
combo
)
...
...
Assets/Scripts/Item/Addons/FeatherofRheA.cs
View file @
e7b97c20
...
...
@@ -15,6 +15,9 @@ public class FeatherofRheA : Addon
sprite
=
Resources
.
Load
<
Sprite
>(
"Sprites/Addons/Glowing Herb"
);
;
highlight
=
Resources
.
Load
<
Sprite
>(
"Sprites/Addons/Glowing Herb"
);
;
sizeInventory
=
new
Vector2
(
80
,
80
);
addonDescription
=
"라거 섬에서 쉽게 볼 수 있었던 자유의 상징. 하지만 이제는 흩날리지 않는다."
;
addonInfo
=
"체공 중에 피해량이 75% 증가합니다."
;
}
public
override
float
DamageMultiplier
(
PlayerAttackInfo
attackInfo
,
Enemy
enemyInfo
,
string
combo
)
...
...
Assets/Scripts/Item/Addons/JanusCoin.cs
View file @
e7b97c20
...
...
@@ -15,6 +15,8 @@ public class JanusCoin : Addon
sprite
=
Resources
.
Load
<
Sprite
>(
"Sprites/Addons/parchment piece"
);
;
highlight
=
Resources
.
Load
<
Sprite
>(
"Sprites/Addons/parchment piece"
);
;
sizeInventory
=
new
Vector2
(
80
,
80
);
addonDescription
=
"결국 모든 확률은 50%. 되냐, 안 되냐 뿐."
;
addonInfo
=
"타격 시 50% 확률로 2 피해를 입고 50% 확률로 적의 현재 체력의 25% 만큼의 추가 피해를 줍니다."
;
}
public
override
float
DamageFinalAdder
(
PlayerAttackInfo
attackInfo
,
Enemy
enemyInfo
,
string
combo
)
{
...
...
Assets/Scripts/Item/Addons/Sandbag.cs
View file @
e7b97c20
...
...
@@ -15,6 +15,8 @@ public class Sandbag : Addon
sprite
=
Resources
.
Load
<
Sprite
>(
"Sprites/Addons/parchment piece"
);
;
highlight
=
Resources
.
Load
<
Sprite
>(
"Sprites/Addons/parchment piece"
);
;
sizeInventory
=
new
Vector2
(
80
,
80
);
addonDescription
=
"하루 25분! 의 투자로 최고의 효율을 자랑합니다!"
;
addonInfo
=
"스킬 시전 후 콤보 연계 시간이 50 % 감소합니다.피해량이 100 % 증가합니다."
;
}
public
override
void
OtherEffect
(
string
combo
)
{
...
...
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