Atlas Reactor Wiki
Advertisement

Trailer-PuPvsRask

If you are wanting to help set up the wiki for Atlas Reactor then I want to say thanks in advance. I am looking forward to seeing the wiki filled out and how we can expand it to have it be a helpful resource for the whole community. Take a few minutes to read this primer and I think it will accelerate your work in filling out the wiki.

Editing Rights[]

You need to have a Fandom account in order to edit the wiki. Sign up for an account and then you should be ready to start after reading this document.

How to Edit a Page[]

On every page there is an edit button on the top of the page and clicking it will bring up the default editor set in your profile. New profiles will have the default editor set to the Visual Editor which can be nice but in my opinion is not as easy to use as the classic editor for this much information. To use the classic editor either press the down arrow to the right of the Edit button and select “Classic Editor” or set the classic editor as your default editor in your profile and press Edit.

Many pages use Templates, these are objects which you give data and then they display them in a specific format. The most common template you will encounter at first is the {{Infobox Freelancer}} template which is used on every Freelancer page. Read below on some basics about templates.

Template Primer[]

A template begins with {{ and ends with }}. The first word inside the {{ is the name of the template. A | is used to separate parameters to the template. In the documentation below the parameter names are to be replaced by what you want the template to display or they are to be omitted altogether in many circumstances. For example {{Weak}} with no parameters will produce an icon for Weak along with the word "Weak" but {{Weak|weakness}} will produce an icon for Weak along with the word "weakness". Each template has some documentation below. When filling out a template you can insert space, new lines, html, etc.. The template should only care that you have your {{, }}, | and names of parameters in the right places (if a parameter has a name it will be documented below).

Formatting[]

Gold[]

Use this to color a number or word in an ability, ex: {{Gold|10}} will produce the following: 10. The text parameter must be supplied. If you are wanting to color a word there is a good chance that there might be a key phrase already defined for it, like a status effect (see below) so use those instead.

KeyPhrase[]

Key phrases which should read or display a tooltip in the same way across all pages should use this template. Many have already been added, for example all of the status effects use this template (except the Extraction ones which aren’t added yet) as well as words like “Cover”, “Chase” and others. Some Freelancers have phrases which are used over and over again in their page so you can think of this as a local key phrase of sorts. In these examples rather than creating a whole new template we can add a variable to the top of the page so you can use it multiple times and try to use the {{KeyPhrase}} template in order to add clarity. Here is an example of adding a key phrase to a freelancer’s page, taken from Kaigin’s page (comments in << and >>):
{{#vardefine:VoidMarked| <<Variable defined and named "VoidMarked">>
{{KeyPhrase <<Start of KeyPhrase template>>
| Content = void marked <<Words that represent this key phrase>>
| Tooltip Title = [[File:Kaigin-Portrait.png|link=|x24px]] {{Gold|Void Marked}} <<The tooltip's title, ex: a portrait of Kaigin along with “Void Marked” in gold>>
| Tooltip Content = Whenever damage is dealt to an enemy they are {{Gold|void marked}}.
If an enemy is already {{Gold|void marked}} deal an additional {{Gold|10}} damage to them.}} <<The content describe what the key phrase means>> }}

It yields the following:

void marked
Kaigin-Portrait Void Marked
Whenever damage is dealt to an enemy they are void marked.
If an enemy is already void marked deal an additional 10 damage to them.

Status Effects[]

Use the following templates anywhere an ability would reference a status effect:

CodeResult
{{Energized}}
Energized-Icon Energized
Increases energy generation from abilities by 50%
{{Haste}}
Haste-Icon Haste
Increases movement by 50%
{{Slow}}
Slow-Icon Slow
Reduces movement by 50%
{{Rooted}}
Rooted-Icon Rooted
Removes all movement
{{Might}}
Might-Icon Might
Increases damage by 25%
{{Weak}}
Weak-Icon Weak
Decreases damage by 25%
{{Unstoppable}}
Unstoppable-Icon Unstoppable
Immune to knockbacks and movement reduction
{{Revealed}}
Revealed-Icon Revealed
Can be seen by enemies
{{Invisible}}
Invisible-Icon Invisible
Cannot be seen by enemies
{{Scrambled}}
Scrambled-Icon Scrambled
Can only use primary ability or Catalyst
{{Cover}}
Cover
Cover
Standing behind cover provides 50% damage reduction from damage coming from the other side of it

If the text that should be displayed is different than the actual name of the status effect then the Text parameter should be supplied (it is the first parameter). For example if it was supposed to read "invisibility" instead of "Invisible" then you can do the following {{Invisible|invisibility}} so that the text will actually read

Invisible-Icon Invisible
Cannot be seen by enemies

.

Freelancer[]

Guidelines[]

When editing a Freelancer the text on the wiki should match the text in the game exactly, with the only exception being the casing of status effects (i.e. in the game it could say "weak" but on the wiki "Weak" would be acceptable). When filling out mods the format should be that mods are ordered first by cost and second alphabetically (so the lowest cost mods are listed first and among each cost they are sorted alphabetically).

FreelancerThumb[]

This will generate a thumbnail from the supplied name. These are used on the home page and the Friend/Rival section of the lore.

CodeResult
{{FreelancerThumb|Kaigin}}
Kaigin-Game Portrait

Friend[]

Generates a friend entry. The name passed in should be a Freelancer name, the description should be text that can include templates or html.

CodeResult
{{Friend|Asana|Known to be childhood friends, though their current status is unclear.}}
Asana-Game Portrait
Known to be childhood friends, though their current status is unclear.

Rival[]

Generates a rival entry. The name passed in should be a Freelancer name, the description should be text that can include templates or html.

CodeResult
{{Rival|Su-Ren|"She knows why."}}
Su-Ren-Game Portrait
"She knows why."

Freelancer_Infobox[]

When filling out the Freelancer_Infobox, which is the main template used for Freelancers, don't worry about the skins (for now) because what size the images should be isn't established yet. Also, if a template is missing any fields you will need to add them manually, for example the Mod Type field is missing from many Freelancers currently. You would add a field like this:

| Ability 1 Mod 1 Type = Bad Status

The valid values for a mod type are Bad Status/Cooldown/Damage Up/Effect Size/Energy/Good Status/Heal/Range Up/Shield Up/Special/Target Increase and the corresponding images can be found here: Category:Mod Icons.

Pulling it all together[]

The following is the template used on Kaigin’s page along with some documentation to help you out. Any text inside of << and >> is comments from me to help explain what is going on. If something is every not working check Kaigin’s page to see if this documentation is outdated:

<code> {{#vardefine:VoidMarked| {{KeyPhrase | Content = void marked | Tooltip Title = [[File:Kaigin-Portrait.png|link=|x24px]] {{Gold|Void Marked}} | Tooltip Content = Whenever damage is dealt to an enemy they are {{Gold|void marked}}.
If an enemy is already {{Gold|void marked}} deal an additional {{Gold|10}} damage to them.}} }} </code> <<The preceding is an example of where we want to use the same text over and over again so we create a variable to allow us to not have to clutter up the page. The syntax for defining a variable is as follows: {{#vardefine:VariableName

{{Infobox Freelancer | Nickname = The Warpstalker <<Taken from the official website>> | Short Description = Deadly, elusive assassin armed with daggers, shuriken, and smoke bombs <<taken from the official website>>

| Role = Firepower <<Other options are Frontline and Support>> | Affiliation = Wildcard <<Other options are Evos, Omni, Warbotics>> | Actual Health = 130

| Health = 4 <<Taken from the official website>> | Damage = 7 <<Taken from the official website>> | Survival = 3 <<Taken from the official website>> | Difficulty = 8 <<Taken from the official website>>

| Ability 1 Name = Twisting Blades | Ability 1 Phase = Blast | Ability 1 Cooldown = 0 | Ability 1 Description = Deal {{Gold|30}} direct damage to enemies in the front arc and {{Gold|15}} direct damage to enemies in the side arcs. | Ability 1 Energy Gained = Gain {{Gold|10}} energy for the first enemy hit and {{Gold|4}} for each subsequent enemy. | Ability 1 Mod 1 Name = Essence Drain | Ability 1 Mod 1 Description = Gain {{Gold|3}} additional energy when hitting a {{#var:VoidMarked}} target | Ability 1 Mod 1 Cost = 1 | Ability 1 Mod 1 Type = Energy | Ability 1 Mod 2 Name = Fury of the Void | Ability 1 Mod 2 Description = Increase the size of the frontal cone by {{Gold|100%}} | Ability 1 Mod 2 Cost = 2 | Ability 1 Mod 2 Type = Target Increase | Ability 1 Mod 3 Name = Balanced Aggression | Ability 1 Mod 3 Description = Increase the damage done to side targets by {{Gold|5}} | Ability 1 Mod 3 Cost = 2 | Ability 1 Mod 3 Type = Damage Up | Ability 1 Mod 4 Name = Forced Assault | Ability 1 Mod 4 Description = Deal {{Gold|5}} additional damage to enemies in the center but {{Gold|5}} less to enemies on the side | Ability 1 Mod 4 Cost = 3 | Ability 1 Mod 4 Type = Damage Up | Ability 1 Mod 5 Name = Feed on Fear | Ability 1 Mod 5 Description = Gain {{Gold|5}} health when hitting a {{#var:VoidMarked}} target | Ability 1 Mod 5 Cost = 3 | Ability 1 Mod 5 Type = Heal

| Ability 2 Name = Razor Tempest | Ability 2 Phase = Blast | Ability 2 Cooldown = 2 | Ability 2 Description = Throw {{Gold|3}} shurikens, each dealing {{Gold|20}} direct damage. Deals {{Gold|5}} additional damage for each shuriken that hits the same target. | Ability 2 Energy Gained = Gain {{Gold|8}} energy for the first enemy hit and {{Gold|2}} for each subsequent enemy. | Ability 2 Mod 1 Name = Unyielding | Ability 2 Mod 1 Description = Gain {{Gold|12}} energy on hit but no longer gain additional energy for hitting more targets. | Ability 2 Mod 1 Cost = 1 | Ability 2 Mod 1 Type = Energy | Ability 2 Mod 2 Name = Flurry of Knives | Ability 2 Mod 2 Description = Reduce the cooldown by {{Gold|2}} if no targets are hit. | Ability 2 Mod 2 Cost = 2 | Ability 2 Mod 2 Type = Cooldown | Ability 2 Mod 3 Name = Stalker's Mark | Ability 2 Mod 3 Description = Hitting a target with all of the shurikens {{Revealed|reveals}} them until end of next decision phase. | Ability 2 Mod 3 Cost = 2 | Ability 2 Mod 3 Type = Bad Status | Ability 2 Mod 4 Name = Honed Edge | Ability 2 Mod 4 Description = Ignores cover when hitting {{#var:VoidMarked}} targets. | Ability 2 Mod 4 Cost = 3 | Ability 2 Mod 4 Type = Damage Up | Ability 2 Mod 5 Name = Void Empowered | Ability 2 Mod 5 Description = Deals {{Gold|12}} additional damage but can no longer increase in damage when hitting with multiple shurikens. | Ability 2 Mod 5 Cost = 3 | Ability 2 Mod 5 Type = Damage Up

| Ability 3 Name = Void Strike | Ability 3 Phase = Dash | Ability 3 Cooldown = 5 | Ability 3 Description = Teleport to an enemy and slash them, dealing {{Gold|30}} direct damage. You can move after dashing. | Ability 3 Energy Gained = Gain {{Gold|12}} energy on hit. | Ability 3 Mod 1 Name = Through the Void | Ability 3 Mod 1 Description = Increase the range by {{Gold|1}} when dashing to {{#var:VoidMarked}} targets. | Ability 3 Mod 1 Cost = 1 | Ability 3 Mod 1 Type = Range Up | Ability 3 Mod 2 Name = Crippling Stab | Ability 3 Mod 2 Description = Hitting a {{#var:VoidMarked}} target with this ability applies {{Weak}} to the target at the start of next turn. | Ability 3 Mod 2 Cost = 2 | Ability 3 Mod 2 Type = Bad Status | Ability 3 Mod 3 Name = Elusive | Ability 3 Mod 3 Description = Gain {{Haste}} for the turn. | Ability 3 Mod 3 Cost = 2 | Ability 3 Mod 3 Type = Good Status | Ability 3 Mod 4 Name = Deathmark | Ability 3 Mod 4 Description = Deal {{Gold|12}} additional damage when hitting a {{#var:VoidMarked}} target. | Ability 3 Mod 4 Cost = 3 | Ability 3 Mod 4 Type = Damage Up | Ability 3 Mod 5 Name = | Ability 3 Mod 5 Description = | Ability 3 Mod 5 Cost =

| Ability 4 Name = Shadowstalker | Ability 4 Phase = Blast | Ability 4 Cooldown = 6 | Ability 4 Description = Drop a smoke bomb at your location that obscures enemy vision until the end of next turn. Gain {{Invisible|invisibility}} until the end of next decision phase. | Ability 4 Energy Gained = Gain {{Gold|8}} energy on cast. | Ability 4 Is Free = Yes <Valid values are: Yes, No or no value. Casing doesn’t matter. When no value is entered it is assumed to be No.> | Ability 4 Mod 1 Name = Cover of Night | Ability 4 Mod 1 Description = If no other abilities are used reduce the cooldown by {{Gold|1}}. | Ability 4 Mod 1 Cost = 1 | Ability 4 Mod 1 Type = Cooldown | Ability 4 Mod 2 Name = Soothing Shadows | Ability 4 Mod 2 Description = If you are inside the smoke bomb at the beginning of next turn gain {{Gold|10}} health. | Ability 4 Mod 2 Cost = 1 | Ability 4 Mod 2 Type = Heal | Ability 4 Mod 3 Name = Suffocation | Ability 4 Mod 3 Description = {{Slow}} adjacent enemies until end of the turn. | Ability 4 Mod 3 Cost = 2 | Ability 4 Mod 3 Type = Bad Status | Ability 4 Mod 4 Name = Thick Smoke | Ability 4 Mod 4 Description = Increase the duration of the smoke by {{Gold|1}} turn. | Ability 4 Mod 4 Cost = 2 | Ability 4 Mod 4 Type = Special | Ability 4 Mod 5 Name = Preparation | Ability 4 Mod 5 Description = Gain {{Might}} next turn. | Ability 4 Mod 5 Cost = 3 | Ability 4 Mod 5 Type = Good Status

| Ability 5 Name = Spectre of Death | Ability 5 Phase = Dash | Ability 5 Energy Cost = 100 <<Note that this parameter is special to this ability because it is the ultimate. This should be the amount of energy required to use the ability>> | Ability 5 Description = Teleport to a location, dealing {{Gold|50}} direct damage. The damage dealt is reduced by {{Gold|10}} for each enemy after the first.

{{Passive}}: Whenever damage is dealt to an enemy they are {{#var:VoidMarked}}. If an enemy is already {{#var:VoidMarked}} deal an additional {{Gold|10}} damage to them. | Ability 5 Mod 1 Name = Fueled by Vengeance | Ability 5 Mod 1 Description = Gain {{Gold|10}} energy when hitting a {{#var:VoidMarked}} target. | Ability 5 Mod 1 Cost = 1 | Ability 5 Mod 1 Type = Energy | Ability 5 Mod 2 Name = Phantasmal Fury | Ability 5 Mod 2 Description = The damage penalty for multiple targets is reduced from {{Gold|10}} to {{Gold|5}}. | Ability 5 Mod 2 Cost = 2 | Ability 5 Mod 2 Type = Damage Up | Ability 5 Mod 3 Name = Master Assassin | Ability 5 Mod 3 Description = If only one target is hit they are {{Slow|slowed}} until end of turn and {{Revealed|revealed}} until end of next decision phase. | Ability 5 Mod 3 Cost = 2 | Ability 5 Mod 3 Type = Bad Status | Ability 5 Mod 4 Name = Night Hunter | Ability 5 Mod 4 Description = Gain {{Gold|15}} health when hitting a {{#var:VoidMarked}} target. No longer deal additional damage when hitting a {{#var:VoidMarked}} target. | Ability 5 Mod 4 Cost = 3 | Ability 5 Mod 4 Type = Heal | Ability 5 Mod 5 Name = Eclipse | Ability 5 Mod 5 Description = Resets the cooldown on {{Gold|Shadowstalker}} | Ability 5 Mod 5 Cost = 3 | Ability 5 Mod 5 Type = Cooldown

| Dossier = SKILLS:Assassination, stealth, and space-time warping.

KNOWN FOR:Eliminating an A.I. created by GAIA and living to tell the tale.

WEAPONS:None you'll see until it's too late.

Like Asana, Kaigin is believed to have been a subject of "Project Nidus," an Omni initiative focused on producing warriors capable of wielding weapons created by GAIA, the A.I. who built and maintained the Reactors. The nanite infusion he received from Nidus gave him the unique ability to warp through the Reactor's energy fields; however, it is also said to have rendered him sightless. Still, his deadly accuracy with both daggers and shuriken indicate that his lack of eyesight has not hindered him.

It should be noted that his unexpected emergence as a "self-funded" Freelancer was met with heavily upgraded security in both the Reactor and at Omni-Plex. In particular, new devices were placed around the Reactor specifically to deter teleportation. While correlation does not imply causation, this "coincidence" has many citizens wondering why. | Friends = {{Friend|Asana|Known to be childhood friends, though their current status is unclear.}} <<If multiple items are to be added here just keep adding more {{Friend}} template usages>> | Rivals = {{Rival|Su-Ren|"She knows why."}} <<If multiple items are to be added here just keep adding more {{Rival}} template usages>>

| Story = <<You can enter any official lore here>> | Skins = {{Skin|Blackout|C}} {{Skin|Scorched|R}} {{Skin|Dragonscale|R}} {{Skin|Vapor|R}} {{Skin|Blood Sport|R}} {{Skin|Stoic|M}} {{Skin|Golden Age|L}} <<Even though the skin format isn’t 100% complete, if you desire to fill this out go ahead! The first parameter is the name of the skin and the second is it’s rarity. For the rarity you can either enter the actual name (Common, Uncommon, Rare, Epic, Legendary, Master) or simply the first letter of the rarity name>> }}

Advertisement