If you are looking for Information about PSU Clementine, Go check their Wiki

The re-PSUPedia:Weapon template

From The re-PSUPedia
Jump to: navigation, search

Below is the code used to generate the page Deva-zashi. It is given here as example of the code needed to generate a complete weapon page. See below for comments.

Code

[[Image:Deva-zashi.jpg|thumb|right|A male CAST wielding a Deva-zashi.]]
''A super high-end dagger used by high-ranking COG officials. The elegant, wing-like form belies its destructive power.''<br/>
{{10 stars}}

== Item details ==
* Has white feathery effects with attacks.
* May inflict [[Status Effect|silence]] with attacks.
<br/>

== Stats, synthesis, etc. ==
{| border="0" width="100%"
{| border="0" align="center"
|- valign="top"
|
{{Weapon stats test
|Category= Dagger
|Rarity= 10
|Mfr.= Y
|Ver.= PSU
|Req.= 345
|PP= 332
|Att.= 421
|Acc.= 361}}
||
{{Weapon synth board
|Type= Striking
|Category= Dagger
|Hands= 1
|Grade= S
|Rarity= 10
|Mfr.= Y
|Special= 
|Photon= ???-photon
|Board= [B] Deva-zashi}}
||
{{Pricing info test
|Type= Weapon
|Buy= 
|Sell= 40500
|Shop= 
|[B] buy= 
|[B] sell= 
|[B] shop= }}
|}
|}
{| border="0" width="100%"
{| border="0" align="center"
|- valign="top"
|
{{Grinding info test
|Category= Dagger
|PP0= 332
|PP1= 342
|PP2= 351
|PP3= 359
|PP4= 366
|PP5= 373
|PP6= 381
|PP7= 391
|PP8= 402
|PP9= 
|PP10= 432
|A0= 421
|A1= 427
|A2= 432
|A3= 437
|A4= 442
|A5= 445
|A6= 450
|A7= 456
|A8= 462
|A9= 
|A10= 479}}
||
{{Drop info
|Category= Dagger
|Source= Goshin
|Level= 100-149
|Type= Board
|Source2= Zamvapas
|Level2= 100-149
|Type2= Board
|Source3= Sakura Blast
|Level3= S
|Type3= Board
|Source4= Sakura Blast
|Level4= S
|Type4= Weapon}}
|}
|}

== Image gallery ==
<gallery>
Image:Deva-zashi2.jpg|Deva-zashi's feather effects.
</gallery>

[[Category:Daggers]]

Comments

  • As should be obvious, each weapon has its own individual statistics, synthesis information, drops, etc. For most weapons, simply changing the fields (ATP, rarity, manufacturer, synth ingredients, drops, etc.) is very simple to do.
  • Different types of weapons will require a slightly different set-up for the statistics table. Most notably, TECHNIC-casting weapons do not have ATA values, therefore the TP cell will take up two rows (cf. Uransara).
  • If a picture is available for the weapon in question, fill in the first line (and remove the HTML comment-code) to add the picture. If additional images exist, do the same to final lines of code (also removing the text concerning image uploading).
  • The second line of code should include the exact description of the weapon as it appears in the game.
  • If the first image uploaded is vertically large, additional line breaks may need to be added before the "Stats, synthesis, etc." subtitle, lest the underlying tables be displaced by the right-aligned image.
  • The "Item details" subsection should include objective information concerning the weapon, such as unique graphical or audio effects, and status conditions associated with the weapon, if any. If no interesting features exist, note that in this section.
  • Image captions should be objective descriptions of exactly what is shown. In most cases, this will be "A male human wielding a Deva-zashi" or something of that nature. Do not use the caption field to give credit to the uploader/originator of the image. This is better done on the page for the image itself.
  • For the "Synth rate" field in the synthesis table, give the absolute range of synth rates for the weapon in question. For striking weapons, use elemental statistics, not non-elemental. For Deva-zashi, give the rate on a 0 striking PM, followed by the rate on a 100 striking PM. Likewise, 0 TECH to 100 TECH for casting weapons, and 0 range to 100 range for ranged weapons.
  • When in doubt as to how to address a certain issue, check other similar pages to see what has been done, and try to work from there. If there are still questions about this style, leave them on this article's talk page.