Difference between revisions of "Template:Drug"

From ShadowHaven Reloaded
Jump to navigation Jump to search
Line 19: Line 19:
| style="font-size:100%; text-align:left; max-width: 50%" | Cost: {{{Price}}} per dose
| style="font-size:100%; text-align:left; max-width: 50%" | Cost: {{{Price}}} per dose
|-
|-
| style="font-size:100%; text-align:left; max-width: 100%" | Crash: {{{Crash}}}
| colspan="2" style="font-size:100%; text-align:left; max-width: 100%" | Crash: {{{Crash}}}
|-
|-
| style="font-size:100%; text-align:left; max-width: 100%" | Effect: {{{Effect}}}
| colspan="2" style="font-size:100%; text-align:left; max-width: 100%" | Effect: {{{Effect}}}
|-
|-
| colspan="2" style="font-size:80%; border-top: 1px solid; text-align:left; width: 100%" | {{{Description}}}  
| colspan="2" style="font-size:80%; border-top: 1px solid; text-align:left; width: 100%" | {{{Description}}}  

Revision as of 01:36, 24 August 2024


Usage

This template helps create a standard display format for custom drugs.

  • Name The name of the drug.
  • KarmaCost The base cost of the drug in karma (bonus or penalty).
  • Requires Any special requirements that might exist.
  • Description The text associated with the drug.

So, if you enter this:

{{Drug|
|Name=Test Drug
|Vector=Breath
|Speed=14
|Duration=Requirement
|AddictionType=This is some text
|AddictionRating=This is some text
|AddictionThreshold=This is some text
|Effect=Test Effect
|ExoticIngredient=Text Ingreed
|Crash=Test Crash
|Price=100
|Availability=10F
|Description=Some Text
|}}

The template will return the characters current essence/total essence.

Test Drug
Vector: Breath Speed: 14
Duration: Requirement Addiction Type: This is some text
Addiction Rating: This is some text Addiction Threshold: This is some text
Exotic Ingredient: Text Ingreed Cost: 100 per dose
Crash: Test Crash
Effect: Test Effect
Some Text