From Dark and Darker Wiki
| m (lich example has adventure points now) |  (Added invslots) | ||
| Line 146: | Line 146: | ||
| 		}}<!-- | 		}}<!-- | ||
|       -->}} |       -->}} | ||
|          {{#if:{{{description|}}}| |          {{#if:{{{invslots|}}}| | ||
| 		<div style="display:flex; margin-top:10px; flex-direction:column; align-items:center; text-align:center;">  | |||
| 			{{{invslots}}} | |||
| 		</div> | |||
| 		}}<!-- | |||
|      -->{{#if:{{{description|}}}|         | |||
|          <div class="line" style="background-image:linear-gradient(to right,rgb(10,10,10),rgb(100,100,100),rgb(10,10,10))"></div> <!-- Line --> |          <div class="line" style="background-image:linear-gradient(to right,rgb(10,10,10),rgb(100,100,100),rgb(10,10,10))"></div> <!-- Line --> | ||
| 		<div style="color:rgb(115,83,67);display:flex; flex-direction:column; align-items:center; text-align:center;">   | 		<div style="color:rgb(115,83,67);display:flex; flex-direction:column; align-items:center; text-align:center;">   | ||
| Line 385: | Line 390: | ||
| |nomargin                = used for tabs | |nomargin                = used for tabs | ||
| |size                    = 50x50px | |size                    = 50x50px | ||
| |invslots = [[File:1x3InvSlot|x75px]] | |||
| }} | }} | ||
| 		</td> | 		</td> | ||
| Line 431: | Line 437: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"required": true, | 			"required": true, | ||
| 			"description": "The name of the item" | |||
| 		}, | 		}, | ||
| 		"image": { | 		"image": { | ||
| Line 438: | Line 444: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": false, | 			"suggested": false, | ||
| 			"description": "Image of the item, optional, name variable is used on default" | |||
| 		}, | 		}, | ||
| 		"rarity": { | 		"rarity": { | ||
| Line 445: | Line 451: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": true, | 			"suggested": true, | ||
| 			"description": "Rarity of the item" | |||
| 		}, | 		}, | ||
| 		"stats": { | 		"stats": { | ||
| Line 452: | Line 458: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": true, | 			"suggested": true, | ||
| 			"description": "Stats of the item" | |||
| 		}, | 		}, | ||
| 		"enchantments": { | 		"enchantments": { | ||
| Line 458: | Line 464: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": false, | 			"suggested": false, | ||
| 			"description": "enchantments of the item if there is any" | |||
| 		}, | 		}, | ||
| 		"special": { | 		"special": { | ||
| Line 464: | Line 470: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": false, | 			"suggested": false, | ||
| 			"description": "Special power of the item if there is any" | |||
| 		}, | 		}, | ||
| 		"effect": { | 		"effect": { | ||
| Line 470: | Line 476: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": false, | 			"suggested": false, | ||
| 			"description": "effect of the item if there is any" | |||
| 		}, | 		}, | ||
| 		"classes": { | 		"classes": { | ||
| Line 476: | Line 482: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": true, | 			"suggested": true, | ||
| 			"description": "Classes of item" | |||
| 		}, | 		}, | ||
| 		"slottype": { | 		"slottype": { | ||
| Line 482: | Line 488: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": true, | 			"suggested": true, | ||
| 			"description": "Slot type of item" | |||
| 		}, | 		}, | ||
| 		"armortype": { | 		"armortype": { | ||
| Line 488: | Line 494: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": false, | 			"suggested": false, | ||
| 			"description": "Armor type of item" | |||
| 		}, | 		}, | ||
| 		"handtype": { | 		"handtype": { | ||
| Line 494: | Line 500: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": false, | 			"suggested": false, | ||
| 			"description": "handtype of item" | |||
| 		}, | 		}, | ||
| 		"weapontype": { | 		"weapontype": { | ||
| Line 500: | Line 506: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": false, | 			"suggested": false, | ||
| 			"description": "weapontype of item" | |||
| 		}, | 		}, | ||
| 		"utilitytype": { | 		"utilitytype": { | ||
| Line 506: | Line 512: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": true, | 			"suggested": true, | ||
| 			"description": "Utility type of item" | |||
| 		}, | 		}, | ||
| 		"actiontime": { | 		"actiontime": { | ||
| Line 512: | Line 518: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": true, | 			"suggested": true, | ||
| 			"description": "Action Time of item if there is any" | |||
| 		}, | 		}, | ||
| 		"attackspeed": { | 		"attackspeed": { | ||
| Line 518: | Line 524: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": false, | 			"suggested": false, | ||
| 			"description": "attackspeed of item" | |||
| 		}, | 		}, | ||
| 		"reloadspeed": { | 		"reloadspeed": { | ||
| Line 524: | Line 530: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": false, | 			"suggested": false, | ||
| 			"description": "reloadspeed of item" | |||
| 		}, | 		}, | ||
| 		"quiversize": { | 		"quiversize": { | ||
| Line 530: | Line 536: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": false, | 			"suggested": false, | ||
| 			"description": "quiversize of item" | |||
| 		}, | 		}, | ||
| 		"combo": { | 		"combo": { | ||
| Line 536: | Line 542: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": false, | 			"suggested": false, | ||
| 			"description": "combo of item" | |||
| 		}, | 		}, | ||
| 		"combodamage": { | 		"combodamage": { | ||
| Line 542: | Line 548: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": false, | 			"suggested": false, | ||
| 			"description": "combodamage of item" | |||
| 		}, | 		}, | ||
| 		"spotdamage": { | 		"spotdamage": { | ||
| Line 548: | Line 554: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": false, | 			"suggested": false, | ||
| 			"description": "spotdamage of item" | |||
| 		}, | 		}, | ||
| 		"hitbox": { | 		"hitbox": { | ||
| Line 554: | Line 560: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": false, | 			"suggested": false, | ||
| 			"description": "hitbox of item" | |||
| 		}, | 		}, | ||
| 		"actionmovementspeed": { | 		"actionmovementspeed": { | ||
| Line 560: | Line 566: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": false, | 			"suggested": false, | ||
| 			"description": "actionmovementspeed of item" | |||
| 		}, | 		}, | ||
| 		"description": { | 		"description": { | ||
| Line 566: | Line 572: | ||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": true, | 			"suggested": true, | ||
| 			"description": "Description of item if there is any" | |||
| 		}, | 		}, | ||
| 		"nofloat": { | 		"nofloat": { | ||
| 			"label": "nofloat", | 			"label": "nofloat", | ||
| 			"example": "1", | |||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": false, | 			"suggested": false, | ||
| 			"description": "Whether the infobox float right or not" | |||
| 		}, | 		}, | ||
| 		"nomargin": { | 		"nomargin": { | ||
| 			"label": "nomargin", | 			"label": "nomargin", | ||
| 			"example": "1", | |||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": false, | 			"suggested": false, | ||
| 			"description": "Whether to have margin on left or not" | |||
| 		}, | 		}, | ||
| 		"size": { | 		"size": { | ||
| 			"label": "size", | 			"label": "size", | ||
| 			"example": "100x200px", | |||
| 			"type": "string", | 			"type": "string", | ||
| 			"suggested": false, | 			"suggested": false, | ||
| 			"description": "Size of the picture, default = 100x200px , 100x for width, 200px for height" | |||
| 		}, | |||
| 		"invsize": { | |||
| 			"label": "InvSlot Size", | |||
| 			"example": "1x1InvSlot.jpg, 1x2InvSlot.jpg ... etc.", | |||
| 			"type": "wiki-file-name" | |||
| 		} | 		} | ||
| 	}, | 	}, | ||
| Line 616: | Line 627: | ||
| 		"nofloat", | 		"nofloat", | ||
| 		"nomargin", | 		"nomargin", | ||
| 		"size" | 		"size", | ||
| 		"invsize" | |||
| 	] | 	] | ||
| } | } | ||
| </templatedata></noinclude> | </templatedata></noinclude> | ||
Revision as of 21:42, 1 February 2024
Creates an infobox for a weapon.
Example
| Code | Preview | 
|---|---|
| 
{{Infobox
|name        = Large Oak Chest
|description = A chest object that drops random loot from the loot table
}} | Large Oak Chest  A chest object that drops random loot from the loot table 
 | 
| 
{{Infobox
|name                 = Healing Potion
|rarity               = 4
|stats                = Move Speed -20,1 Agility
|effect              = 15 HP healed over 20 seconds
|slottype             = Utility
|utilitytype          = Drink
|actiontime           = 6 seconds
|description          = Potion used to recover a bit of health
|nomargin          = 1
}} | Healing Potion  
 - Move Speed -20 - - 1 Agility - 15 HP healed over 20 seconds Slot Type:  Utility Utility Type:  Drink Action Time:  6 seconds Potion used to recover a bit of health 
 | 
| 
{{Infobox
|name                 = Healing Potion
|rarity               = 1
|stats                = Move Speed -20,1 Agility
|effect              = 15 HP healed over 20 seconds
|slottype             = Utility
|utilitytype          = Drink
|actiontime           = 6 seconds
|description          = Potion used to recover a bit of health
}} | Healing Potion  
 - Move Speed -20 - - 1 Agility - 15 HP healed over 20 seconds Slot Type:  Utility Utility Type:  Drink Action Time:  6 seconds Potion used to recover a bit of health 
 | 
| 
{{Infobox
	|name                 = Lich
	|rarity               = 2
	|image                = Lich
	|stats                = Health 2100,Move Speed 200
	|enemytype             = [[Undead]]
	|location            = [[Inferno]]
	|experience          = 50
	|adventurepoints          = 50
    |nomargin             = 1
	}} | Lich 
 | 
| 
{{Infobox
|name                 = Longbow
|image                = Longbow 7
|classes              = [[Fighter]], [[Ranger]]
|rarity               = 7
|stats                = Damage 25,Move Speed -20 
|special              = Can deflect projectile spells while in defensive stance. 
After the reflection is triggered, you remain able to reflect for 3 seconds, 
and cannot reflect again for 20 seconds after performing a spell reflect.
|enchantments         = 4
|combo                = Slash/Slash/Thrust
|combodamage          = 100%/100%/100%
|attackspeed          = 0.6s/0.56s/0.75s
|spotdamage            = 100%/90%/70%
|actionmovementspeed  = Attack: -25%
|description          = Crafted by a powerful and mysterious being to aid in eliminating magic users. 
He saw wizards lust for magic, fearing they would grow too powerful.
}} | Longbow  
 - Damage 25 - - Move Speed -20 - - Up to 4 extra enchantments - - Can deflect projectile spells while in defensive stance. After the reflection is triggered, you remain able to reflect for 3 seconds, and cannot reflect again for 20 seconds after performing a spell reflect. - Attack Speed:  0.6s/0.56s/0.75s Combo:  Slash/Slash/Thrust Combo Damage:  100%/100%/100% Spot Damage:  100%/90%/70% Action Move Speed:  Attack: -25% Crafted by a powerful and mysterious being to aid in eliminating magic users. He saw wizards lust for magic, fearing they would grow too powerful. 
 | 
| 
{{Infobox
|name                 = Armet
|classes              = [[Fighter]]
|rarity               = 3
|stats                = Armor Rating 24,Move Speed -12, Headshot Reduction -18%,Projectile Reduction -7%
|enchantments         = 1
|slottype             = Head
|armortype            = Metal
|description          = Molded heavy movable face and cheek plate armor, fully protecting the head from blows.
}} | Armet  
 - Armor Rating 24 - - Move Speed -12 - - Headshot Reduction -18% - - Projectile Reduction -7% - - Up to 1 extra enchantments - Required Class:  Slot Type:  Head Armor Type:  Metal Molded heavy movable face and cheek plate armor, fully protecting the head from blows. 
 | 
| An example with all options, the information is not correct {{Infobox
|name                    = Arming Sword
|image                   = Arming Sword 7
|rarity                  = 7
|stats                   = Weapon Damage 2,Move Speed -20,Agility 1,Knowledge 4,Will 2
|special                 = Smites enemies for 40 extra damage
|effect                  = Heal 15 HP over 20 seconds
|classes                 = [[Fighter]]
|slottype                = Primary Weapon
|handtype                = One-Handed
|weapontype              = [[Sword]]
|utilitytype             = Throw
|actiontime              = 1 second
|attackspeed             = 0.6s/0.56s/0.75s
|reloadspeed             = 3.67 seconds
|quiversize              = 7 arrows
|combo                   = Slash/Slash/Pierce
|combodamage             = 100%/100%/150%
|spotdamage              = 100%/90%/70%
|hitbox                  = 70.5 x 17.2
|actionmovementspeed     = Attack -25% <br> Blockreaction: -3% <br> Riposte: -30% <br> Riposteattack: -30%
|description             = Made from attenuated wood overlaid with leather, 
providing more defenses and stability against brunt attacks.
|nofloat                 = used for in text infobox
|nomargin                = used for tabs
|size                    = 50x50px
}}This usage is not recommended, just here as an example | Arming Sword  
 - Weapon Damage 2 - - Move Speed -20 - - Agility 1 - - Knowledge 4 - - Will 2 - - Smites enemies for 40 extra damage - Heal 15 HP over 20 seconds Required Class:  Slot Type:  Primary Weapon Hand Type:  One-Handed Weapon Type:  Utility Type:  Throw Action Time:  1 second Attack Speed:  0.6s/0.56s/0.75s Reload Speed:  3.67 seconds Quiver Size:  7 arrows Combo:  Slash/Slash/Pierce Combo Damage:  100%/100%/150% Spot Damage:  100%/90%/70% Hitbox:  70.5 x 17.2 Action Move Speed:  Attack -25%  Blockreaction: -3% Riposte: -30% Riposteattack: -30% Made from attenuated wood overlaid with leather, providing more defenses and stability against brunt attacks. 
 | 
All Options
The full list of options are listed below.
{{Infobox
|name                    =
|image                   =
|rarity                  =
|stats                   =
|special                 =
|effect                  =
|classes                 =
|slottype                =
|armortype               =
|handtype                =
|weapontype              =
|utilitytype             =
|actiontime              =
|attackspeed             =
|reloadspeed             =
|quiversize              =
|combo                   =
|combodamage             =
|spotdamage              =
|hitbox                  =
|actionmovementspeed     =
|description             =
|nofloat                 =
|nomargin                =
|size                    =
}}
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The name of the item 
 | String | required | 
| image | image | Image of the item, optional, name variable is used on default 
 | String | optional | 
| rarity | rarity | Rarity of the item 
 | String | suggested | 
| stats | stats | Stats of the item 
 | String | suggested | 
| enchantments | enchantments | enchantments of the item if there is any | String | optional | 
| Special | special | Special power of the item if there is any | String | optional | 
| effect | effect | effect of the item if there is any | String | optional | 
| classes | classes | Classes of item | String | suggested | 
| slottype | slottype | Slot type of item | String | suggested | 
| armortype | armortype | Armor type of item | String | optional | 
| handtype | handtype | handtype of item | String | optional | 
| weapontype | weapontype | weapontype of item | String | optional | 
| utilitytype | utilitytype | Utility type of item | String | suggested | 
| actiontime | actiontime | Action Time of item if there is any | String | suggested | 
| attackspeed | attackspeed | attackspeed of item | String | optional | 
| reloadspeed | reloadspeed | reloadspeed of item | String | optional | 
| quiversize | quiversize | quiversize of item | String | optional | 
| combo | combo | combo of item | String | optional | 
| combodamage | combodamage | combodamage of item | String | optional | 
| spotdamage | spotdamage | spotdamage of item | String | optional | 
| hitbox | hitbox | hitbox of item | String | optional | 
| actionmovementspeed | actionmovementspeed | actionmovementspeed of item | String | optional | 
| description | description | Description of item if there is any | String | suggested | 
| nofloat | nofloat | Whether the infobox float right or not 
 | String | optional | 
| nomargin | nomargin | Whether to have margin on left or not 
 | String | optional | 
| size | size | Size of the picture, default = 100x200px , 100x for width, 200px for height 
 | String | optional | 
| InvSlot Size | invsize | no description 
 | File | optional | 
 
						 
					