69,849
editsUpdated co
(Documentation for "modifier" field) |
HiddenDragon (talk | contribs) (Updated co) |
||
Line 8: | Line 8: | ||
| name = | | name = | ||
| image = | | image = | ||
| controller icon = | |||
| icon = | | icon = | ||
| description = | | description = | ||
Line 64: | Line 65: | ||
<!-- A high-res image of the item. --> | <!-- A high-res image of the item. --> | ||
| image = Longsword | | image = Longsword Faded.png | ||
<!-- A smaller, unfaded image of the item, used for the controller interface. Falls back to the value of "image" if not provided --> | |||
| controller icon = Longsword Unfaded.png | |||
<!-- | <!-- An even smaller image of the item, to be used as an icon. Falls back to the value of "controller icon" if not provided --> | ||
| icon = | | icon = Longsword Unfaded Icon.png | ||
<!-- Optional description. Nonmagical and +1/+2/etc. will be auto-generated, so leave empty for those. Others will also have a sensible default description generated, so strictly speaking you can always leave this empty, but for weapons with special properties, you might want to instead provide a short description of what makes the weapon noteworthy. --> | <!-- Optional description. Nonmagical and +1/+2/etc. will be auto-generated, so leave empty for those. Others will also have a sensible default description generated, so strictly speaking you can always leave this empty, but for weapons with special properties, you might want to instead provide a short description of what makes the weapon noteworthy. --> | ||
Line 135: | Line 139: | ||
<!-- The uid or Root Template for the item. --> | <!-- The uid or Root Template for the item. --> | ||
| uuid = 3d99b0ae-4e96-438a-8029-cce11109f415 | | uuid = 3d99b0ae-4e96-438a-8029-cce11109f415 | ||
<!-- Passives you get when equipped. --> | |||
| passives = | |||
<!-- Passives you get when equipped only in the main hand. --> | |||
| passives main hand = | |||
<!-- Passives you get when equipped only in the off-hand. --> | |||
| passives off hand = | |||
<!-- Actions you get when you have proficiency and wield the weapon in your main-hand. --> | <!-- Actions you get when you have proficiency and wield the weapon in your main-hand. --> | ||
Line 152: | Line 165: | ||
| condition2 dc = | | condition2 dc = | ||
<!-- List of special features or abilities granted by the weapon. --> | <!-- List of other special features or abilities granted by the weapon. --> | ||
| special = | | special = | ||
* '''Super Cool Ability:''' Once per [[Long Rest]] you can use this awesome ability of this weapon. | * '''Super Cool Ability:''' Once per [[Long Rest]] you can use this awesome ability of this weapon. | ||
Line 170: | Line 183: | ||
<!-- See here for tips on how to use this template: https://bg3.wiki/wiki/Template:WeaponPage --> | <!-- See here for tips on how to use this template: https://bg3.wiki/wiki/Template:WeaponPage --> | ||
| image = Longsword Icon.png | | image = Longsword Icon.png | ||
| controller icon = Longsword Unfaded.png | |||
| icon = Longsword Item Icon.png | |||
| description = | | description = | ||
| quote = The in-game flavor text in the item's tooltip. | | quote = The in-game flavor text in the item's tooltip. | ||
Line 210: | Line 225: | ||
| condition2 save = | | condition2 save = | ||
| condition2 dc = | | condition2 dc = | ||
| passives = Chilling Counter | |||
| special = | | special = | ||
* '''Super Cool Ability:''' Once per [[Long Rest]] you can use this awesome ability of this weapon. | * '''Super Cool Ability:''' Once per [[Long Rest]] you can use this awesome ability of this weapon. | ||
Line 222: | Line 238: | ||
<!-- See here for tips on how to use this template: https://bg3.wiki/wiki/Template:WeaponPage --> | <!-- See here for tips on how to use this template: https://bg3.wiki/wiki/Template:WeaponPage --> | ||
| image = Dagger Icon.png | | image = Dagger Icon.png | ||
| controller = Dagger Unfaded.png | |||
| description = | | description = | ||
| quote = The in-game flavor text in the item's tooltip. | | quote = The in-game flavor text in the item's tooltip. | ||
Line 246: | Line 263: | ||
| price = 75 | | price = 75 | ||
| weapon actions = Piercing Strike | | weapon actions = Piercing Strike | ||
| passives main hand = Chilling Counter | |||
| passives off hand = Dazing Echo | |||
| special = | | special = | ||
* '''Super Cool Ability:''' Once per [[Long Rest]] you can use this awesome ability of this weapon. | * '''Super Cool Ability:''' Once per [[Long Rest]] you can use this awesome ability of this weapon. | ||
Line 271: | Line 290: | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"required": true, | "required": true, | ||
"suggested": true | |||
}, | |||
"controller icon": { | |||
"description": "The unfaded controller icon of this item. Defaults to the value of image= if not provided.", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"icon": { | |||
"description": "The icon of this item. Defaults to the value of controller icon= if not provided.", | |||
"required": true, | |||
"type": "wiki-file-name", | |||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 369: | Line 399: | ||
"+5" | "+5" | ||
], | ], | ||
"suggested": true | |||
}, | |||
"passives": { | |||
"description": "Any passive features granted to the wielder of the weapon. Separate multiple special features with a comma.", | |||
"example": "", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"passives main hand": { | |||
"description": "Any passive features granted to the wielder of the weapon while in the main hand only. Separate multiple special features with a comma.", | |||
"example": "", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"passives off hand": { | |||
"description": "Any passive features granted to the wielder of the weapon while in the off-hand only. Separate multiple special features with a comma.", | |||
"example": "", | |||
"type": "content", | |||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 550: | Line 598: | ||
"type": "content", | "type": "content", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"uuid": { | "uuid": { | ||
Line 574: | Line 619: | ||
"description": "The price in Honour Mode, if it is different." | "description": "The price in Honour Mode, if it is different." | ||
}, | }, | ||
"condition": {}, | "condition": {}, | ||
"condition save": {}, | "condition save": {}, | ||
Line 591: | Line 634: | ||
"name", | "name", | ||
"image", | "image", | ||
"controller icon", | |||
"icon", | "icon", | ||
"category", | "category", | ||
Line 621: | Line 665: | ||
"uid", | "uid", | ||
"uuid", | "uuid", | ||
"passives", | |||
"passives main hand", | |||
"passives off hand", | |||
"special", | "special", | ||
"weapon actions", | "weapon actions", | ||
Line 629: | Line 676: | ||
"rarity honour", | "rarity honour", | ||
"price honour", | "price honour", | ||
"condition", | "condition", | ||
"condition save", | "condition save", |