Log in

View Full Version : Where can I find M3L/SWEL Reference Manual blocks for Item lists?



YggBjorn
June 3rd, 2023, 04:49
I am trying to create a list of Scavenged Items for the Trailer Park Shark Attack setting. There are 4 basic types: mundane items, melee weapons, ranged weapons, and armor. I am having difficulty with the lists importing and creating usable items. The items are imported but aren't being created as the proper type. I think it comes down to the Reference Manual blocks. I've tried pulling the records from SWADE but I keep getting an error.

https://www.fantasygrounds.com/forums/attachment.php?attachmentid=57551&stc=1&d=1685763684

I get the same error from other item lists in other Reference Manuals. Can anyone tell me the proper wording for creating a list for the previously mentioned item types?

Ikael
June 3rd, 2023, 14:26
You can use following slash command to list supported record set names


/markdown help

Here is simple example about mentioned item types





=====================
#### Items :: Potions
### Potion
Heal 1 wound
@@group::Potions
@@weight::#0.1


==========================
#### Armors :: Body Armors
### Leather Jacket
@@group::Medieval
@@type::Body Armor
@@areaprotected::Torso, arms
@@protection::#1
@@minstr::d4
@@weight::#5


===================================
#### Melee Weapons :: Melee Weapons
### Axe
@@group::Medieval
@@traittype::Melee
@@damage::Str+d6
@@minstr::d6
@@weight::#2


=====================================
#### Ranged Weapons :: Ranged Weapons
### Bow
@@group::Medieval
@@traittype::Ranged
@@range::12/24/48
@@damage::2d6
@@minstr::d6
@@rof::1
@@weight::#3

YggBjorn
June 4th, 2023, 02:28
Thanks!

That is precisely what I was looking for! I will peruse the the references listed in /markdown help.

YggBjorn
June 4th, 2023, 02:45
How do I view the Archetypes record? There are a few records listed under '/markdown help' that don't show up as preview types.

https://www.fantasygrounds.com/forums/attachment.php?attachmentid=57565&stc=1&d=1685842951


You can see 'item' is listed four times. Archetypes, Armors, and other records aren't listed.
https://www.fantasygrounds.com/forums/attachment.php?attachmentid=57566&stc=1&d=1685842959