Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2019-1-OpenSourceSW
/
StarCraft2 Build Recommendation
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
신기성
2018-12-14 05:49:57 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c48eab89acb7a6820347791b1e34f7656e57e038
c48eab89
1 parent
12a6aebf
철자 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
router/main.js
router/main.js
View file @
c48eab8
...
...
@@ -250,7 +250,7 @@ if((myrace=='protoss')&&(enemyrace=='protoss')){
if
(
momentum
==
'하락세'
||
protoss_proficiency
==
'비숙련자'
){
strategy
=
'Economic'
;
}
else
if
(
momentum
==
'상승세'
||
protoss_proficiency
==
'숙련자'
){
strategy
=
'All
i
n'
;
strategy
=
'All
I
n'
;
}
else
{
strategy
=
'TimingAttack'
;
}
...
...
@@ -258,7 +258,7 @@ if(momentum=='하락세'||protoss_proficiency=='비숙련자'){
if
(
momentum
==
'하락세'
||
protoss_proficiency
==
'비숙련자'
){
strategy
=
'economic'
;
}
else
if
(
momentum
==
'상승세'
||
protoss_proficiency
==
'숙련자'
){
strategy
=
'All
i
n'
;
strategy
=
'All
I
n'
;
}
else
{
strategy
=
'TimingAttack'
;
}
...
...
@@ -266,7 +266,7 @@ if(momentum=='하락세'||protoss_proficiency=='비숙련자'){
if
(
momentum
==
'하락세'
||
protoss_proficiency
==
'비숙련자'
){
strategy
=
'economic'
;
}
else
if
(
momentum
==
'상승세'
||
protoss_proficiency
==
'숙련자'
){
strategy
=
'All
i
n'
;
strategy
=
'All
I
n'
;
}
else
{
strategy
=
'TimingAttack'
;
}
...
...
@@ -274,7 +274,7 @@ if(momentum=='하락세'||protoss_proficiency=='비숙련자'){
if
(
momentum
==
'하락세'
||
protoss_proficiency
==
'비숙련자'
){
strategy
=
'economic'
;
}
else
if
(
momentum
==
'상승세'
||
protoss_proficiency
==
'숙련자'
){
strategy
=
'All
i
n'
;
strategy
=
'All
I
n'
;
}
else
{
strategy
=
'TimingAttack'
;
}
...
...
@@ -282,7 +282,7 @@ if(momentum=='하락세'||protoss_proficiency=='비숙련자'){
if
(
momentum
==
'하락세'
||
protoss_proficiency
==
'비숙련자'
){
strategy
=
'economic'
;
}
else
if
(
momentum
==
'상승세'
||
protoss_proficiency
==
'숙련자'
){
strategy
=
'All
i
n'
;
strategy
=
'All
I
n'
;
}
else
{
strategy
=
'TimingAttack'
;
}
...
...
@@ -290,7 +290,7 @@ if(momentum=='하락세'||protoss_proficiency=='비숙련자'){
if
(
momentum
==
'하락세'
||
protoss_proficiency
==
'비숙련자'
){
strategy
=
'economic'
;
}
else
if
(
momentum
==
'상승세'
||
protoss_proficiency
==
'숙련자'
){
strategy
=
'All
i
n'
;
strategy
=
'All
I
n'
;
}
else
{
strategy
=
'TimingAttack'
;
}
...
...
@@ -298,7 +298,7 @@ if(momentum=='하락세'||protoss_proficiency=='비숙련자'){
if
(
momentum
==
'하락세'
||
protoss_proficiency
==
'비숙련자'
){
strategy
=
'economic'
;
}
else
if
(
momentum
==
'상승세'
||
protoss_proficiency
==
'숙련자'
){
strategy
=
'All
i
n'
;
strategy
=
'All
I
n'
;
}
else
{
strategy
=
'TimingAttack'
;
}
...
...
@@ -306,7 +306,7 @@ if(momentum=='하락세'||protoss_proficiency=='비숙련자'){
if
(
momentum
==
'하락세'
||
protoss_proficiency
==
'비숙련자'
){
strategy
=
'economic'
;
}
else
if
(
momentum
==
'상승세'
||
protoss_proficiency
==
'숙련자'
){
strategy
=
'All
i
n'
;
strategy
=
'All
I
n'
;
}
else
{
strategy
=
'TimingAttack'
;
}
...
...
@@ -314,7 +314,7 @@ if(momentum=='하락세'||protoss_proficiency=='비숙련자'){
if
(
momentum
==
'하락세'
||
protoss_proficiency
==
'비숙련자'
){
strategy
=
'Economic'
;
}
else
if
(
momentum
==
'상승세'
||
protoss_proficiency
==
'숙련자'
){
strategy
=
'All
i
n'
;
strategy
=
'All
I
n'
;
}
else
{
strategy
=
'TimingAttack'
;
}
...
...
Please
register
or
login
to post a comment