|
From: <tir...@us...> - 2006-08-21 09:20:46
|
Revision: 1332 Author: tir-gwaith Date: 2006-08-21 02:20:39 -0700 (Mon, 21 Aug 2006) ViewCVS: http://svn.sourceforge.net/pcgen/?rev=1332&view=rev Log Message: ----------- [ 1519701 ] (Better) Support for spell components Some beginnings for costly Material and Focus components Modified Paths: -------------- Trunk/pcgen/data/d20ogl/srd35/basics/rsrd_equip_basetypes.lst Trunk/pcgen/data/d20ogl/srd35/basics/rsrd_equipmods_base.lst Modified: Trunk/pcgen/data/d20ogl/srd35/basics/rsrd_equip_basetypes.lst =================================================================== --- Trunk/pcgen/data/d20ogl/srd35/basics/rsrd_equip_basetypes.lst 2006-08-21 08:52:42 UTC (rev 1331) +++ Trunk/pcgen/data/d20ogl/srd35/basics/rsrd_equip_basetypes.lst 2006-08-21 09:20:39 UTC (rev 1332) @@ -39,3 +39,6 @@ Scroll TYPE:Scroll.Consumable COST:0 WT:0 MODS:REQUIRED SOURCEPAGE:MagicItemsI.rtf Staff TYPE:Staff COST:0 WT:0 MODS:REQUIRED SOURCEPAGE:MagicItemsI.rtf Wand TYPE:Wand COST:0 WT:0 MODS:REQUIRED SOURCEPAGE:MagicItemsI.rtf +# From Magic Overview "Components" +Spell Component TYPE:MaterialComponent.Consumable COST:0 WT:0 MODS:REQUIRED SOURCEPAGE:MagicOverview.rtf +Spell Focus TYPE:SpellFocus COST:0 WT:0 MODS:REQUIRED SOURCEPAGE:MagicOverview.rtf \ No newline at end of file Modified: Trunk/pcgen/data/d20ogl/srd35/basics/rsrd_equipmods_base.lst =================================================================== --- Trunk/pcgen/data/d20ogl/srd35/basics/rsrd_equipmods_base.lst 2006-08-21 08:52:42 UTC (rev 1331) +++ Trunk/pcgen/data/d20ogl/srd35/basics/rsrd_equipmods_base.lst 2006-08-21 09:20:39 UTC (rev 1332) @@ -41,3 +41,7 @@ Thrown Ammunition KEY:THROWN_AMMO COST:0 VISIBLE:NO BONUS:ITEMCOST|TYPE.Masterwork|-294 BONUS:ITEMCOST|TYPE.Adamantine|-2646 BONUS:ITEMCOST|TYPE.Silver|-868 BONUS:ITEMCOST|TYPE.Mithral|319 BONUS:ITEMCOST|TYPE.ColdIron|-1960|PRETYPE:Enhancement BONUS:ITEMCOST|TYPE.Plus1|-1960 BONUS:ITEMCOST|TYPE.Plus2|-7840 BONUS:ITEMCOST|TYPE.Plus3|-17640 BONUS:ITEMCOST|TYPE.Plus4|-31360 BONUS:ITEMCOST|TYPE.Plus5|-49000 # Add Type KEY:ADD_TYPE TYPE:ALL COST:0 NAMEOPT:NONAME SOURCEPAGE:p. CHOOSE:Select desired TYPE(s)|TYPE=ALL + +###Block Spell Component stuff +Spell Material Component Value KEY:SPELLMATERIAL TYPE:MaterialComponent COST:0 VISIBLE:QUALIFY NAMEOPT:NOTHING PRETYPE:MaterialComponent BONUS:ITEMCOST|TYPE.MaterialComponent|%CHOICE CHOOSE:Material Component Value|MIN=0|MAX=50000 SOURCEPAGE:MagicOverview.rtf +Spell Focus Value KEY:SPELLFOCUS TYPE:SpellFocus COST:0 VISIBLE:QUALIFY NAMEOPT:NOTHING PRETYPE:SpellFocus BONUS:ITEMCOST|TYPE.SpellFocus|%CHOICE CHOOSE:Spell Focus Value|MIN=0|MAX=10000 SOURCEPAGE:MagicOverview.rtf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |