User:Grondinw: Difference between revisions

From Space Station 14 Wiki
(ITS BACK BABY Grondinw (talk))
Tag: Undo
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
#Work in progress - I am learning how to properly use this wiki.
In game I usually play as "Plasma".


#This is my first attempt at doing something useful on the wiki. I am trying to properly set up a Weapon > Melee page.
Moved the weapons page I was working on to : https://wiki.spacestation14.io/wiki/Weapons
 
#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
 
==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 Blunt
| [[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 Slash
| 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 Slash, 12.5 Burn) On <br> 1 Blunt 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 Slash, 12.5 Burn On) <br> 7 Blunt 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 (6 Blunt, 18 Slash. Two hand) <br> 14 (4 Blunt, 10 Slash. 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 -->

Latest revision as of 14:32, 3 July 2022

In game I usually play as "Plasma".

Moved the weapons page I was working on to : https://wiki.spacestation14.io/wiki/Weapons