User:Grondinw: Difference between revisions

From Space Station 14 Wiki
m (Replaced content with "#Work in progress - I am learning how to properly use this wiki. #This is my first attempt at doing something useful on the wiki. I am trying to properly set up a Weapon > Melee page. #You know what would be great ? If I could use a tooltip, so I only put the damage value Ex : 15 Brute instead of 15 (7.5 blunt 7.5 Slash). That would be more convenient for basic wiki user who only want to know the damage value. Powerusers could use the tooltip for a more precise br...")
Tag: Replaced
Line 4: Line 4:


#You know what would be great ? If I could use a tooltip, so I only put the damage value Ex : 15 Brute instead of 15 (7.5 blunt 7.5 Slash). That would be more convenient for basic wiki user who only want to know the damage value. Powerusers could use the tooltip for a more precise breakdown of damage (Gotta ask someone about that)
#You know what would be great ? If I could use a tooltip, so I only put the damage value Ex : 15 Brute instead of 15 (7.5 blunt 7.5 Slash). That would be more convenient for basic wiki user who only want to know the damage value. Powerusers could use the tooltip for a more precise breakdown of damage (Gotta ask someone about that)
TOOLTIP TEST
{{#info-tooltip: tooltip-text}}
<tooltip text="body text" x=xoffset y=yoffset>tooltip text</tooltip>
<!--  START OF COMMENT ABOUT TEMPLATE
TEMPLATE HERE. ### is what is supposed to be changed
|- style="vertical-align:middle;"
| [[File:###|center|64px]]
| style="text-align:center;" | '''###'''
| ###
| ###
| style="vertical-align:middle; text-align:left;" | ###
Add a comment with the location in github
EXAMPLE BELOW
|-style="vertical-align:middle;"
| [[File:Baseball_bat.png|center|64px]]
| style="text-align:center;" | '''Baseball Bat'''
| 14 Blunt
| [[Crafting]]
| style="vertical-align:middle; text-align:left;" | A robust baseball bat.
GITHUB LINK
END OF COMMENT ABOUT TEMPLATE  -->
=Weapons=
TEXT HERE ABOUT WEAPON IN GENERAL
==Ranged Weapons==
Projectiles to defend against traitor clowns!
{| class="wikitable sortable" style="width:95%" border="2" cellspacing="0" cellpadding="2"
|+ <!-- # Can add a title here if needed -->
|- style="vertical-align:middle;
! scope="col" class="unsortable" | Icon
! scope="col" style | Item
! scope="col" | Damage
! scope="col" class="unsortable" | How to acquire
! scope="col" class="unsortable" | Notes
|- style="vertical-align:middle;"
| [[File:L6Base.png|center|64px]]
| style="text-align:center;" | '''L6 SAW'''
|
| [[Traitor Uplink]]
| A rather traditionally made LMG with a pleasantly lacquered wooden pistol grip.
<!-- https://github.com/space-wizards/space-station-14/blob/72dcef420340cac721b01810ee247da4c8a70b23/Resources/Prototypes/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml -->
|- style="vertical-align:middle;"
| [[File:LMGPK.png|center | 64px]]
| style="text-align:center;" | '''Pulemyot Kalashnikova'''
|
| [[Traitor Uplink]]
| A well preserved and maintained antique weapon of war.
<!-- https://github.com/space-wizards/space-station-14/blob/72dcef420340cac721b01810ee247da4c8a70b23/Resources/Prototypes/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml -->
|}
==Melee Weapons==
Whether you need to <s> murder the clown</s> defend yourself from traitors or remove intruders from the bridge, multiple weapons are available to you. Makeshift weapons are usually less robust compared to dedicated weapons, but are much more difficult to obtain.
{| class="wikitable sortable" style="width:95%" border="2" cellspacing="0" cellpadding="2"
|+ <!-- # Can add a title here if needed -->
|- style="vertical-align:middle;
! scope="col" class="unsortable" | Icon
! scope="col" style | Item
! scope="col" | Damage
! scope="col" class="unsortable" | How to acquire
! scope="col" class="unsortable" | Notes
|- style="vertical-align:middle;"
| [[File:Baseball_bat.png|center|64px]]
| style="text-align:center;" | '''Baseball bat'''
| 14 Brute
| [[Crafting]]
| A robust baseball bat.
<!-- https://github.com/space-wizards/space-station-14/blob/72dcef420340cac721b01810ee247da4c8a70b23/Resources/Prototypes/Entities/Objects/Weapons/Melee/baseball_bat.yml -->
|- style="vertical-align:middle;"
| [[File:Captain sabre.png|center | 64px]]
| style="text-align:center;" | '''Captain's Sabre'''
| 26 Brute
| The sabre is in the Captain's locker at the start of the round. He will most likely carry it around. 
| style="vertical-align:middle; text-align:left;" | A ceremonial weapon belonging to the captain of the station.
<!-- https://github.com/space-wizards/space-station-14/blob/ca4b6487e798038ea10311603fd83d141c5d4e91/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml -->
|- style="vertical-align:middle;"
| [[File:Energy Dagger.png | 64px]]
| style="text-align:center;" | '''Energy Dagger'''
| 15 (7.5 Brute, 7.5 Burn) On <br> 1 Brute Off
| [[Traitor Uplink]]
| style="vertical-align:middle; text-align:left;" | A small energy blade conveniently disguised in the form of a pen.
<!-- https://github.com/space-wizards/space-station-14/blob/ca4b6487e798038ea10311603fd83d141c5d4e91/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml -->
|- style="vertical-align:middle;"
| [[File:Energy sword.png | 64px]]
| style="text-align:center;" | '''Energy Sword'''
| 25 (12.5 Brute, 12.5 Burn) On <br> 7 Brute Off
| [[Traitor Uplink]]
| style="vertical-align:middle; text-align:left;" | A very dangerous energy sword. Can be stored in pockets when turned off. Makes a lot of noise when used or turned on.
<!-- https://github.com/space-wizards/space-station-14/blob/ca4b6487e798038ea10311603fd83d141c5d4e91/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml -->
|- style="vertical-align:middle;"
| [[File:Fireaxe.png|center|64px]]
| style="text-align:center;" | '''Fireaxe'''
| 26 Brute (Two-hand) <br> 14 Brute (One-hand)
| ###
| style="vertical-align:middle; text-align:left;" | Truly, the weapon of a madman. Who would think to fight fire with an axe?
<!-- https://github.com/space-wizards/space-station-14/blob/72dcef420340cac721b01810ee247da4c8a70b23/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml -->
|- style="vertical-align:middle;"
| [[File:Spear.png|center|64px]]
| style="text-align:center;" | '''Spear'''
| 10 or 15 Not sure i understand the code :( Is 10 normal and 15 on throw ?
| [[Crafting]]
| style="vertical-align:middle; text-align:left;" | Definition of a Classic. Keeping murder affordable since 200,000 BCE.
<!-- https://github.com/space-wizards/space-station-14/blob/72dcef420340cac721b01810ee247da4c8a70b23/Resources/Prototypes/Entities/Objects/Weapons/Melee/spear.yml -->

Revision as of 17:47, 15 June 2022

  1. Work in progress - I am learning how to properly use this wiki.
  1. This is my first attempt at doing something useful on the wiki. I am trying to properly set up a Weapon > Melee page.
  1. You know what would be great ? If I could use a tooltip, so I only put the damage value Ex : 15 Brute instead of 15 (7.5 blunt 7.5 Slash). That would be more convenient for basic wiki user who only want to know the damage value. Powerusers could use the tooltip for a more precise breakdown of damage (Gotta ask someone about that)