Hello World: Difference between revisions

m
Text replacement - "{{ADSquareSkill}}" to ""
m (Text replacement - "{{ADSquareSkill}}" to "")
 
(34 intermediate revisions by 8 users not shown)
Line 3: Line 3:
{| cellpadding="5"
{| cellpadding="5"
|-
|-
| [[Image:CodeFailessHyperActive.png]]<br>  
| [[File:CodeFailessHyperActive.png]]<br>  
| {{SkillType|HA}} 모비가 무기로 액세스되며 전방에 엄청난 일렉트론 볼을 발사하여 지역 일대를 휩쓴다.
| {{SkillType|HA}} Moby will be accessed as a weapon and fire immense Electron balls ahead, devastating the nearby area.
|-
|-
|
|
| {{SkillText|ElEssence}}
| {{SkillText|ElEssence}}
{{SkillText|True|1.2}}
|-
|
| {{SkillText|True|1.2}}
|}
|}
<br>
<br>


== Requirements ==
== Requirements ==
{{ADSquareSkill}}
 
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center"
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center" class="colortable-Eve"
|- style="background:{{ColorSel|CharLight|Eve}}"
|-
! Class             !! Level Required  !! Skill Requirement
! Class !! Level Required  !! Skill Requirement
|-
|-
| [[Code: Failess]] || 65 || {{SkillText|SkillQuest|5}}
| [[Code: Failess]] || 65 || {{SkillText|SkillQuest|5}}
Line 23: Line 25:


== Skill Information ==
== Skill Information ==
{| cellspacing="0" cellpadding="5" border="1" width="0" style="border-collapse: collapse; text-align: center"
{| cellspacing="0" cellpadding="5" border="1" width="0" style="border-collapse: collapse; text-align: center" class="colortable-Eve"
|- style="background:{{ColorSel|CharLight|Eve}}"
|-
! rowspan=2 | Mode !! colspan=2 | Damage (Physical)!! colspan=2 | Max Hits !! rowspan=2 | MP Usage !! rowspan=2 | Cooldown !! rowspan=2 | Item Usage
! rowspan=2 | Mode !! colspan=2 | Damage (Physical)!! colspan=2 | Max Hits !! rowspan=2 | MP Usage !! rowspan=2 | Cooldown !! rowspan=2 | Item Usage
|- style="background:{{ColorSel|CharLight|Eve}}"
|-
! Unknown Electron Ball !! ? ? ? ? !! Unknown Electron Ball !! ? ? ? ?
! Unknown Electron Ball !! ???? !! Unknown Electron Ball !! ????<br/>(per Unknown Electron Ball hit)
|-  
|-  
! colspan=10 | Normal
| colspan="8" | '''Normal'''
|-
|-
| '''{{PvE}}''' || 9750% || 2100% || rowspan="2" | 1 || rowspan="2" | - || rowspan="2" | 300 MP || rowspan="2" | 180 Seconds || rowspan="2" | [[Image:ElWater.png|link=El's Essence]] x1
| {{PvE}} || 9750% || 2100% || rowspan="2" | 2 || rowspan="2" | 16 || rowspan="2" | 300 MP || rowspan="2" | 180 Seconds || rowspan="2" | [[File:ElWater.png|link=El's Essence]] x1
|-
|-
| '''{{PvP}}''' || 1170% || 252%
| {{PvP}} || 1170% || 252%
|-  
|-  
! colspan=10 | [Enhanced]
| colspan="8" | '''[Enhanced]'''
|-
|-
| '''{{PvE}}''' || 11700% || 2520% || rowspan=2 | 1 || rowspan=2 | - || rowspan=2 | 300 MP || rowspan=2 | 180 Seconds || rowspan=2 | [[Image:ElWater.png|link=El's Essence]] x1
| {{PvE}} || 11700% || 2520% || rowspan=2 | 2 || rowspan="2" | 16 || rowspan="2" | 300 MP || rowspan=2 | 180 Seconds || rowspan=2 | [[File:ElWater.png|link=El's Essence]] x1
|-
|-
| '''{{PvP}}''' || 1404% || 302%
| {{PvP}} || 1404% || 302%
|}
|}
<br>
<br>


== Total Damage ==
== Total Damage ==
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center"
 
|- style="background:{{ColorSel|CharLight|Eve}}"
{{Damage|true|Eve
! Mode !! Regular
|dmg=11700, 2520
|-
|pvp_dmg=1404, 302
! {{PvE}}
|avg_hits=1, 16
| {{formatnum:{{#expr: }}}}%
|hits=1*2, 16*2
|-
}}
! {{PvP}}  
*Does not account for splash damage.
| {{formatnum:{{#expr: }}}}%
*'''Average''' does not account for the final explosion.
|}
<br>
<br>


Line 59: Line 60:
*Each hit of the '''Unknown Electron Ball''' will create the '''? ? ? ?''' screens, which can hit all enemies near the hit target, allowing the skill to deal splash damage in a wide radius, significantly increasing its damage on groups of enemies.
*Each hit of the '''Unknown Electron Ball''' will create the '''? ? ? ?''' screens, which can hit all enemies near the hit target, allowing the skill to deal splash damage in a wide radius, significantly increasing its damage on groups of enemies.
*The '''Unknown Electron Ball''' will follow paths.
*The '''Unknown Electron Ball''' will follow paths.
*This skill has a significant suction effect that also spreads to the Z-axis, often pulling targets that are in there, but not actually hitting them.
**However, if the platform's length is short enough, the skill will cause the target to get pulled off the platform and get hit in the end.
*The electron ball will explode once more at the end of its duration, also generating the same amount of screens.
<br>
<br>


== Trivia ==
== Trivia ==
*[[Wikipedia:en:"Hello, World!" program|'''Hello World ("Hello, World!" program)''']] is a computer program that outputs or displays the message "Hello, World!". Such a program is very simple in most programming languages and is often used to illustrate the basic syntax of a programming language. It is often the first program written by people learning to code. It can also be used as a sanity test to make sure that computer software intended to compile or run source code is correctly installed, and that the operator understands how to use it.
*[[Wikipedia:en:"Hello, World!" program|'''Hello World ("Hello, World!" program)''']] is a computer program that outputs or displays the message "Hello, World!". Such a program is very simple in most programming languages and is often used to illustrate the basic syntax of a programming language. It is often the first program written by people learning to code. It can also be used as a sanity test to make sure that computer software intended to compile or run source code is correctly installed, and that the operator understands how to use it.
*The screens actually show the program '''Hello World''' written in '''[[Wikipedia:en:C (programming language)|C]]''':
<nowiki>include <stdio.h>
int main()
{
print("Hello, world!₩n");
return 0;
}
press any key to continue...</nowiki>
*Other screens display "click here to start formatting", "click install to begin the installation", "a world without failure", "success fai??re success fai??re ??ilure success ??ilure success", Remy, and [[King Nasod]] infected by Alterasia.
<br>
<br>


== Updates ==
==Updates==
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center"
{| cellpadding="5" border="1" style="border-collapse: collapse; text-align: center" class="colortable-Eve updates-table"
|- style="background:{{ColorSel|CharLight|Eve}}"
|-
! colspan=2 | Date !! colspan=2 | Changes
! colspan=2 | Date !! colspan=2 | Changes
|- style="background:{{ColorSel|CharLight|Eve}}"
|-
! KR !! NA !! PvE !! PvP
! KR !! NA !! PvE !! PvP
|-
|-
| 09/02/2021 || - || colspan=2 align="left" |  
| 09/02/2021 || 09/29/2021 || colspan=2 align="left" |  
*'''Hello World''' added.
*'''Hello World''' added.
|}
|}
Line 81: Line 94:
|Color={{ColorSel|CharLight|Eve}}
|Color={{ColorSel|CharLight|Eve}}
|KR=헬로우 월드 |KRName=Hello World
|KR=헬로우 월드 |KRName=Hello World
|TW=HelloWorld! |TWName=HelloWorld!
|JP=ハローワールド |JPName=Hello World
}}
}}
<br>
<br>
 
{{SkillNav - Code: Failess}}
{{CFSkills}}
25,204

edits