No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
-- Material Format: {Material Name,Amount Needed}, | -- Material Format: {Material Name,Amount Needed}, | ||
return { | return { | ||
{' | {'Fields Tablette','FieldsTabletteCharged',10,15,500,200,{{'Honey',10},{'Feathers',19},{'Raw Chicken',3},{'Lizard Skin',20}},{{'Stinger',5},{'Lime Leaf',1}},{{'Stinger Dagger'},{'Iron Defender'}}}, | ||
} | } | ||
Revision as of 06:02, 16 April 2024
Documentation for this module may be created at Module:Tablette DB/doc
-- Format: {Potion Name, Image File Name, Level 1, Level 2, Blood 1, Blood 2, {Bloodify 1}, {Bloodify 2}, {Item1,Item2}},
-- Bloodify Format: {Material1,Material2, ...}
-- Material Format: {Material Name,Amount Needed},
return {
{'Fields Tablette','FieldsTabletteCharged',10,15,500,200,{{'Honey',10},{'Feathers',19},{'Raw Chicken',3},{'Lizard Skin',20}},{{'Stinger',5},{'Lime Leaf',1}},{{'Stinger Dagger'},{'Iron Defender'}}},
}