User:Sundark/Sandbox: Difference between revisions

From Ephinea PSO Wiki
No edit summary
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 4: Line 4:
|}
|}
==Wiki list==
==Wiki list==
===To-do===
<div class="toccolours mw-collapsible mw-collapsed" style="width:400px; overflow:auto;">
<div style="font-weight:bold;line-height:1.6;">Really I should just hide this</div>
<div class="mw-collapsible-content">
====Full pages====
====Full pages====
* Game modes
* Game modes
Line 51: Line 53:
** Template added
** Template added
* List of set effects
* List of set effects
</div></div>


==How to fix "Seabed Lower/Control Tower" red link==
==How to fix "Seabed Lower/Control Tower" red link==
* Add "nolink=1" attribute
* Add <code>nolink=1</code> attribute
* Do <nowiki>"[[Seabed Lower]], [[Control Tower]]"</nowiki>
* Do <code><nowiki>[[Seabed Lower]], [[Control Tower]]</nowiki></code>
** Easy copy-pastes:
** Easy copy-pastes:
*** <code><nowiki>nolink=1|[[Seaside]], [[Central Control Area]]</nowiki></code>
*** <code><nowiki>nolink=1|[[Seaside]], [[Central Control Area]]</nowiki></code>
*** <code><nowiki>nolink=1|[[Seabed Lower]], [[Control Tower]]</nowiki></code>
*** <code><nowiki>nolink=1|[[Seabed Lower]], [[Control Tower]]</nowiki></code>


==Hidden stuff==
==Stuff I've used before==
Ooohhhhh spooky
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
<div style="font-weight:bold;line-height:1.6;">TECHNIQUE STUFF</div>
<div class="mw-collapsible-content">


===Damage formula===
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
<!--All techniques that deal damage can have that damage calculated with this formula:
<div style="font-weight:bold;line-height:1.6;">Damage Formula</div>
*<code>Damage = round(((TechPower + MST) * 0.2 * (1 + Boosts) * (100 - Resistance) / 100), 1)</code>-->
<div class="mw-collapsible-content">
All techniques that deal damage can have that damage calculated with this formula:
*<code>Damage = round(((TechPower + MST) * 0.2 * (1 + Boosts) * (100 - Resistance) / 100), 1)</code>
</div></div>


===Equipment===
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
<!--{{TechBoostBlurb|Foie|damage}}
<div style="font-weight:bold;line-height:1.6;">Boosts blurb</div>
<div class="mw-collapsible-content">
{{TechBoostBlurb|Foie|damage}}
</div></div>


<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
<div style="font-weight:bold;line-height:1.6;">Tech boosts</div>
<div class="mw-collapsible-content">
{{BoostTechHead}}
{{BoostTechHead}}
|-  
|-  
Line 89: Line 103:
{{BoostTechRow|Shield|Yata Mirror|+30%|None||}}
{{BoostTechRow|Shield|Yata Mirror|+30%|None||}}
|}
|}
</div></div>


<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
<div style="font-weight:bold;line-height:1.6;">Progression blurb</div>
<div class="mw-collapsible-content">
{{TechLvlProgBlurb|<nowiki>{{PAGENAME}}</nowiki>}}
</div></div>


{{TechLvlProgBlurb|{{PAGENAME}}
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
<div style="font-weight:bold;line-height:1.6;">Tech progression</div>
<div class="mw-collapsible-content">
<nowiki>{{TechLvlProgHeader}}
{{TechLvlProgRow|||||?|?|?|?}}</nowiki>
</div></div>
</div></div>


{{TechLvlProgHeader}}
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
{{TechLvlProgRow|||||?|?|?|?}}-->
<div style="font-weight:bold;line-height:1.6;">Area pages template</div>
 
<div class="mw-collapsible-content">
===Area pages template===
<!--
{| style="clear:right; float:right;" class="psoBackground psoStyle"
{| style="clear:right; float:right;" class="psoBackground psoStyle"
!colspan="2" class="psoHeader psoStyle"|Forest
!colspan="2" class="psoHeader psoStyle"|Forest
Line 111: Line 135:
|-
|-
|}
|}
-->
</div></div>
===Box drops===
 
<!--
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
<div style="font-weight:bold;line-height:1.6;">Box drops</div>
<div class="mw-collapsible-content">
<tabber>
<tabber>
Normal=
Normal=
Line 167: Line 193:
{{DropChartRate|vir2|gre2|sky2|blue2|purp2|pink2|red2|oran2|yelo2|whi2}}
{{DropChartRate|vir2|gre2|sky2|blue2|purp2|pink2|red2|oran2|yelo2|whi2}}
</tabber>
</tabber>
-->
</div></div>
===Item template stuff===
 
really close to getting this working
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
* this ''might'' be what I want but im scurred to push it just yet, needs more tinkering
<div style="font-weight:bold;line-height:1.6;">Item template</div>
<!--
<div class="mw-collapsible-content">
<tr><td colspan="2"><table class="psoStyle psoBackground" align="center" style="min-width: 200px; width: 100%">
<tr><td colspan="2"><table class="psoStyle psoBackground" align="center" style="min-width: 200px; width: 100%">
{{#if:{{{image|}}}|
{{#if:{{{image|}}}|
Line 189: Line 215:
}}
}}
</table></td>
</table></td>
------


{{#if:{{{ATP|}}}|
{{#if:{{{ATP|}}}|
Line 199: Line 223:
</td>
</td>
}}
}}
</div></div>
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
<div style="font-weight:bold;line-height:1.6;">Classes customization</div>
<div class="mw-collapsible-content">
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
<div style="font-weight:bold;line-height:1.6;">Humans</div>
<div class="mw-collapsible-content">
<nowiki>
==Customization==
===Face===
<gallery mode=nolines>
</gallery>
===Hair===
<gallery mode=nolines>
</gallery>
===Costume===
<gallery mode=nolines perrow=9>
</gallery>
===Skin===
<gallery mode=nolines>
</gallery>
</nowiki>
</div></div>
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
<div style="font-weight:bold;line-height:1.6;">Droids</div>
<div class="mw-collapsible-content">
<nowiki>
==Customization==
===Head===
<gallery mode=nolines>
</gallery>
===Body===
<gallery mode=nolines perrow=9>
</gallery>
</nowiki>
</div></div>
</div></div>
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
<div style="font-weight:bold;line-height:1.6;">New Forge items</div>
<div class="mw-collapsible-content">
* <code><nowiki>NUMBER {{ICON|rare|ITEM}} is one of six trade components for the rare [[Tools|tool]] {{Tool|rare|Divine Filter}} in the quest {{Quest link|The Forge}}.</nowiki></code>
* <code><nowiki>NUMBER {{ICON|rare|ITEM}} is one of six trade components for the rare [[Tools|tool]] {{Tool|rare|Lock-on Filter}} in the quest {{Quest link|The Forge}}.</nowiki></code>
</div></div>
==Event page template==
<!--
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
<div style="font-weight:bold;line-height:1.6;">EXAMPLE EVENT PAGE</div>
<div class="mw-collapsible-content">
OVERVIEW FIRST OBVS
==Dates==
==Boosts==
==Event items==
==Associated quests==
</div></div>
-->
==Anniversary Badges tabber==
<!--
This is looking promising, tabber -> div stuff -> item template
<div class="psoStyle psoBackground floatright" style="overflow: auto">
<div class="psoStyle psoBackground psoHeader" style="text-align:center">'''Anniversary Badges'''</div>
<tabber>
|-|Bronze=
{{Item
|title={{Tool|rare|Anniv. Bronze Badge}}
|color=rare
|type=Event Item
|stack=99
|hex=031019
|desc=A currency accepted by scavengers and thieves...
}}
|-|Silver=
{{Item
|title={{Tool|rare|Anniv. Silver Badge}}
|color=rare
|type=Event Item
|stack=99
|hex=03101A
|desc=A currency accepted by scavengers and thieves...
}}
|-|Gold=
{{Item
|title={{Tool|rare|Anniv. Gold Badge}}
|color=rare
|type=Event Item
|stack=99
|hex=03101B
|desc=A currency accepted by scavengers and thieves...
}}
|-|Platinum=
{{Item
|title={{Tool|rare|Anniv. Platinum Badge}}
|color=rare
|type=Event Item
|stack=99
|hex=03101C
|desc=With whom could you trade this rare currency...?
}}
</tabber>
</div>


{|class="psoStyle floatright"
!colspan="2" class="psoHeader psoStyle"|Anniversary Badges
|-
|<tabber>
|-|Bronze=
{{Item
|title={{Tool|rare|Anniv. Bronze Badge}}
|color=rare
|type=Event Item
|stack=99
|hex=031019
|desc=A currency accepted by scavengers and thieves...
}}
|-|Silver=
{{Item
|title={{Tool|rare|Anniv. Silver Badge}}
|color=rare
|type=Event Item
|stack=99
|hex=03101A
|desc=A currency accepted by scavengers and thieves...
}}
|-|Gold=
{{Item
|title={{Tool|rare|Anniv. Gold Badge}}
|color=rare
|type=Event Item
|stack=99
|hex=03101B
|desc=A currency accepted by scavengers and thieves...
}}
|-|Platinum=
{{Item
|title={{Tool|rare|Anniv. Platinum Badge}}
|color=rare
|type=Event Item
|stack=99
|hex=03101C
|desc=With whom could you trade this rare currency...?
}}
</tabber>
|}
-->
-->

Latest revision as of 19:13, 29 October 2024

Why does this message box need an "if" statement??? Hi, this is my mess-around-with-stuff page!
- Sundark

Wiki list[edit | edit source]

Really I should just hide this

Full pages[edit | edit source]

  • Game modes
    • Lots to do there
      • Normal, Battle, Challenge, One Person
      • Difficulties
      • idk

Multiple pages[edit | edit source]

  • Technique pages
    • Wording
      • status effect links
      • order of information
      • chance on freeze for bartas
    • Gifoie?
    • Reorganize?
    • Add non-level 30 disk locations
  • ES weapon pages
    • More polishing
  • Area pages
    • Writeups

Single pages[edit | edit source]

  • Probably condense Crater route layouts into one infobox
  • Always more

Screenshots[edit | edit source]

  • Meseta
  • Music disks
  • Pioneer 2 areas
  • Healing ring
  • Various item boxes

Done[edit | edit source]

  • Amplifier pages
  • Technique pages
    • Tidy/format pages
    • Add formulas
    • Add level 30 disk location
  • Rare enemies in enemy tables
    • tentative, watch for breaks
  • Inferno Bazooka page
  • Set effect template (left-align etc)
  • Wording on quest rewards from RT
  • ES weapon pages
    • Template added
  • List of set effects

How to fix "Seabed Lower/Control Tower" red link[edit | edit source]

  • Add nolink=1 attribute
  • Do [[Seabed Lower]], [[Control Tower]]
    • Easy copy-pastes:
      • nolink=1|[[Seaside]], [[Central Control Area]]
      • nolink=1|[[Seabed Lower]], [[Control Tower]]

Stuff I've used before[edit | edit source]

TECHNIQUE STUFF
Damage Formula

All techniques that deal damage can have that damage calculated with this formula:

  • Damage = round(((TechPower + MST) * 0.2 * (1 + Boosts) * (100 - Resistance) / 100), 1)
Boosts blurb

The following items, when equipped, will increase Foie.pngFoie's damage.

Tech boosts
Progression blurb

{{{{PAGENAME}}|n}}'s statistics improve when its level increases, but the MST required to learn it and TP required to cast it increase as well.

Tech progression

{{TechLvlProgHeader}} {{TechLvlProgRow|||||?|?|?|?}}

Area pages template
Forest

Forest1.png

Forest2.png

Attributes
:
Native, A.Beast, Dark
Box drops

Viridia Greenill Skyly Bluefull Purplenum Pinkal Redria Oran Yellowboze Whitill
Forest 1
vir1 gre1 sky1 blue1 purp1 pink1 red1 oran1 yelo1 whi1
vir1 gre1 sky1 blue1 purp1 pink1 red1 oran1 yelo1 whi1
vir2 gre2 sky2 blue2 purp2 pink2 red2 oran2 yelo2 whi2
vir2 gre2 sky2 blue2 purp2 pink2 red2 oran2 yelo2 whi2
Forest 2
vir1 gre1 sky1 blue1 purp1 pink1 red1 oran1 yelo1 whi1
vir1 gre1 sky1 blue1 purp1 pink1 red1 oran1 yelo1 whi1
vir2 gre2 sky2 blue2 purp2 pink2 red2 oran2 yelo2 whi2
vir2 gre2 sky2 blue2 purp2 pink2 red2 oran2 yelo2 whi2

Viridia Greenill Skyly Bluefull Purplenum Pinkal Redria Oran Yellowboze Whitill
Forest 1
vir1 gre1 sky1 blue1 purp1 pink1 red1 oran1 yelo1 whi1
vir1 gre1 sky1 blue1 purp1 pink1 red1 oran1 yelo1 whi1
vir2 gre2 sky2 blue2 purp2 pink2 red2 oran2 yelo2 whi2
vir2 gre2 sky2 blue2 purp2 pink2 red2 oran2 yelo2 whi2
Forest 2
vir1 gre1 sky1 blue1 purp1 pink1 red1 oran1 yelo1 whi1
vir1 gre1 sky1 blue1 purp1 pink1 red1 oran1 yelo1 whi1
vir2 gre2 sky2 blue2 purp2 pink2 red2 oran2 yelo2 whi2
vir2 gre2 sky2 blue2 purp2 pink2 red2 oran2 yelo2 whi2

Viridia Greenill Skyly Bluefull Purplenum Pinkal Redria Oran Yellowboze Whitill
Forest 1
vir1 gre1 sky1 blue1 purp1 pink1 red1 oran1 yelo1 whi1
vir1 gre1 sky1 blue1 purp1 pink1 red1 oran1 yelo1 whi1
vir2 gre2 sky2 blue2 purp2 pink2 red2 oran2 yelo2 whi2
vir2 gre2 sky2 blue2 purp2 pink2 red2 oran2 yelo2 whi2
Forest 2
vir1 gre1 sky1 blue1 purp1 pink1 red1 oran1 yelo1 whi1
vir1 gre1 sky1 blue1 purp1 pink1 red1 oran1 yelo1 whi1
vir2 gre2 sky2 blue2 purp2 pink2 red2 oran2 yelo2 whi2
vir2 gre2 sky2 blue2 purp2 pink2 red2 oran2 yelo2 whi2

Viridia Greenill Skyly Bluefull Purplenum Pinkal Redria Oran Yellowboze Whitill
Forest 1
vir1 gre1 sky1 blue1 purp1 pink1 red1 oran1 yelo1 whi1
vir1 gre1 sky1 blue1 purp1 pink1 red1 oran1 yelo1 whi1
vir2 gre2 sky2 blue2 purp2 pink2 red2 oran2 yelo2 whi2
vir2 gre2 sky2 blue2 purp2 pink2 red2 oran2 yelo2 whi2
Forest 2
vir1 gre1 sky1 blue1 purp1 pink1 red1 oran1 yelo1 whi1
vir1 gre1 sky1 blue1 purp1 pink1 red1 oran1 yelo1 whi1
vir2 gre2 sky2 blue2 purp2 pink2 red2 oran2 yelo2 whi2
vir2 gre2 sky2 blue2 purp2 pink2 red2 oran2 yelo2 whi2

Item template



Classes customization
Humans

==Customization== ===Face=== <gallery mode=nolines> </gallery> ===Hair=== <gallery mode=nolines> </gallery> ===Costume=== <gallery mode=nolines perrow=9> </gallery> ===Skin=== <gallery mode=nolines> </gallery>

Droids

==Customization== ===Head=== <gallery mode=nolines> </gallery> ===Body=== <gallery mode=nolines perrow=9> </gallery>

New Forge items
  • NUMBER {{ICON|rare|ITEM}} is one of six trade components for the rare [[Tools|tool]] {{Tool|rare|Divine Filter}} in the quest {{Quest link|The Forge}}.
  • NUMBER {{ICON|rare|ITEM}} is one of six trade components for the rare [[Tools|tool]] {{Tool|rare|Lock-on Filter}} in the quest {{Quest link|The Forge}}.

Event page template[edit | edit source]

Anniversary Badges tabber[edit | edit source]