|
|
| 第1行: |
第1行: |
| | | 'Equipment' items that have their own special slot and cant be equipped by the player themselves. Currently the only implant seller and installer is [[Sabrae]] |
| | |
| __NOTOC__
| |
| {{Infobox Item
| |
| | name = Item Name
| |
| | image = missing.png
| |
| | caption = Caption text
| |
| | creator = Creator
| |
| | itemtype = Item Type
| |
| | codename = Code class
| |
| | shortname = Short Name
| |
| | slotname = Equipment Slot
| |
| | baseprice = Base Price
| |
| | damage = Damage
| |
| | damagetype = Damage Type
| |
| | defense = Defense
| |
| | shielddefense = Shield Defense
| |
| | bonusshield = Bonus Shield
| |
| | accuracy = Accuracy
| |
| | sexiness = Sexiness
| |
| | resolve = Resolve
| |
| | critbonus = Critical Bonus
| |
| | evasion = Evasion
| |
| | fortification = Fortification
| |
| | bonusresistances = Bonus Resistances
| |
| | lustvuln = Lust Vulnerability
| |
| | usable = Yes or omit
| |
| | combatusable = Yes or omit
| |
| | deftarget = Self, Friendly or Hostile
| |
| | addflags = Defined flags
| |
| | hardLightEquipped = Yes or omit
| |
| }}
| |
| | |
| | |
| == Description In Game ==
| |
| <blockquote>
| |
| Item's tooltip (Displayed on tooltips during mouseovers)
| |
| </blockquote>
| |
| Other Important warnings, or information. Is the item only available in silly mode? Lethal to use? Dangerous in some sexy way?
| |
| | |
| | |
| | |
| === Acquisition ===
| |
| ----
| |
| Detailed means of acquisition. Vendor? Drops? Who drops it?
| |
| | |
| | |
| === Usage ===
| |
| ----
| |
| | |
| Detailed outcomes from usage of an item, where applicable. Potential TF mechanics for TF items. Probably split it up somehow based on the items mechanics:
| |
| | |
| * Base Statistic Changes
| |
| ** Something
| |
| ** Something
| |
| | |
| * Shared Effects
| |
| ** Something
| |
| ** Something
| |
| | |
| * Female-centric Effects
| |
| ** Something
| |
| ** Something
| |
| | |
| * Male-centric Effects
| |
| ** Something
| |
| ** Something
| |
| | |
| | |
| <pre>
| |
| Include the Items category in the item page:
| |
| <nowiki>
| |
| [[Category:Items]]
| |
| </nowiki>
| |
| | |
| Also include more specific tags for consumables. For example:
| |
| <nowiki>
| |
| [[Category:Equipment]]
| |
| [[Category:Consumable items]]
| |
| [[Category:Combat consumables]]
| |
| [[Category:Illegal items]]
| |
| [[Category:Transformative items]]
| |
| [[Category:Restorative items]]
| |
| </nowiki>
| |
| | |
| Or tags for equipment:
| |
| <nowiki>
| |
| [[Category:Armor]]
| |
| [[Category:Weapons]]
| |
| [[Category:Ranged weapons]]
| |
| [[Category:Melee weapons]]
| |
| [[Category:Shield generators]]
| |
| [[Category:Accessories]]
| |
| [[Category:Clothing]]
| |
| [[Category:Upper undergarments]]
| |
| [[Category:Lower undergarments]]
| |
| </nowiki>
| |
| | |
| Lastly include tags if it is a special item:
| |
| <nowiki>
| |
| [[Category:Toys]]
| |
| [[Category:Miscellaneous items]] | |
| [[Category:Unique items]]
| |
| </nowiki>
| |
| </pre>
| |