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 19:49:16 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c052adfb30d79e0c108f9d809693a83bdb163feb
c052adfb
1 parent
f06a8b4c
파일 경로 검사 완료
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
router/main.js
router/main.js
View file @
c052adf
...
...
@@ -256,7 +256,7 @@ if(momentum=='하락세'||protoss_proficiency=='비숙련자'){
}
}
else
if
((
myrace
==
'protoss'
)
&&
(
enemyrace
==
'terran'
)){
if
(
momentum
==
'하락세'
||
protoss_proficiency
==
'비숙련자'
){
strategy
=
'
e
conomic'
;
strategy
=
'
E
conomic'
;
}
else
if
(
momentum
==
'상승세'
||
protoss_proficiency
==
'숙련자'
){
strategy
=
'AllIn'
;
}
else
{
...
...
@@ -264,7 +264,7 @@ if(momentum=='하락세'||protoss_proficiency=='비숙련자'){
}
}
else
if
((
myrace
==
'protoss'
)
&&
(
enemyrace
==
'zerg'
)){
if
(
momentum
==
'하락세'
||
protoss_proficiency
==
'비숙련자'
){
strategy
=
'
e
conomic'
;
strategy
=
'
E
conomic'
;
}
else
if
(
momentum
==
'상승세'
||
protoss_proficiency
==
'숙련자'
){
strategy
=
'AllIn'
;
}
else
{
...
...
@@ -272,7 +272,7 @@ if(momentum=='하락세'||protoss_proficiency=='비숙련자'){
}
}
else
if
((
myrace
==
'terran'
)
&&
(
enemyrace
==
'protoss'
)){
if
(
momentum
==
'하락세'
||
protoss_proficiency
==
'비숙련자'
){
strategy
=
'
e
conomic'
;
strategy
=
'
E
conomic'
;
}
else
if
(
momentum
==
'상승세'
||
protoss_proficiency
==
'숙련자'
){
strategy
=
'AllIn'
;
}
else
{
...
...
@@ -280,7 +280,7 @@ if(momentum=='하락세'||protoss_proficiency=='비숙련자'){
}
}
else
if
((
myrace
==
'terran'
)
&&
(
enemyrace
==
'terran'
)){
if
(
momentum
==
'하락세'
||
protoss_proficiency
==
'비숙련자'
){
strategy
=
'
e
conomic'
;
strategy
=
'
E
conomic'
;
}
else
if
(
momentum
==
'상승세'
||
protoss_proficiency
==
'숙련자'
){
strategy
=
'AllIn'
;
}
else
{
...
...
@@ -288,7 +288,7 @@ if(momentum=='하락세'||protoss_proficiency=='비숙련자'){
}
}
else
if
((
myrace
==
'terran'
)
&&
(
enemyrace
==
'zerg'
)){
if
(
momentum
==
'하락세'
||
protoss_proficiency
==
'비숙련자'
){
strategy
=
'
e
conomic'
;
strategy
=
'
E
conomic'
;
}
else
if
(
momentum
==
'상승세'
||
protoss_proficiency
==
'숙련자'
){
strategy
=
'AllIn'
;
}
else
{
...
...
@@ -296,7 +296,7 @@ if(momentum=='하락세'||protoss_proficiency=='비숙련자'){
}
}
else
if
((
myrace
==
'zerg'
)
&&
(
enemyrace
==
'protoss'
)){
if
(
momentum
==
'하락세'
||
protoss_proficiency
==
'비숙련자'
){
strategy
=
'
e
conomic'
;
strategy
=
'
E
conomic'
;
}
else
if
(
momentum
==
'상승세'
||
protoss_proficiency
==
'숙련자'
){
strategy
=
'AllIn'
;
}
else
{
...
...
@@ -304,7 +304,7 @@ if(momentum=='하락세'||protoss_proficiency=='비숙련자'){
}
}
else
if
((
myrace
==
'zerg'
)
&&
(
enemyrace
==
'terran'
)){
if
(
momentum
==
'하락세'
||
protoss_proficiency
==
'비숙련자'
){
strategy
=
'
e
conomic'
;
strategy
=
'
E
conomic'
;
}
else
if
(
momentum
==
'상승세'
||
protoss_proficiency
==
'숙련자'
){
strategy
=
'AllIn'
;
}
else
{
...
...
Please
register
or
login
to post a comment