|
From: SourceForge.net <no...@so...> - 2004-09-17 12:57:41
|
Bugs item #1029601, was opened at 2004-09-16 20:33 Message generated for change (Comment added) made by tir-gwaith You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=384719&aid=1029601&group_id=25576 Category: Spell Support Group: None Status: Open Resolution: None Priority: 9 Submitted By: samuel (notmousse) Assigned to: samuel (notmousse) Summary: Remove XPCOST and COST values from hard code Initial Comment: Change these values to the data side so that they may be adjustable. Should be adjustable by gamemode. Suggest adding tags to miscinfo.lst This is a breach of OGL and needs to be corrected. ---------------------------------------------------------------------- >Comment By: Andrew McDougall (tir-gwaith) Date: 2004-09-17 07:57 Message: Logged In: YES user_id=208239 The XPCOST and COST values are hardcoded to adjust the value of any object that imbeds a spell. This should not be happening. Basically the below from the SRD (and there is another one in the RSRD) is hardcoded into PCGen. Ths snippent is from srdmagicitemscreatingmagicitems.lst: Spell has material component Add directly into price of item Spell has XP cost Add 5 gp per 1 XP per charge** As we did to most thing when we went OGL compliant, those need to be converted into a "user readable, and adjustable" formula somewhere. We prettymuch did that requirement from AV by moving formulas into GameMode or other such files, so they were in plain-text format. ---------------------------------------------------------------------- Comment By: Paul W. King (kingpaul) Date: 2004-09-16 22:29 Message: Logged In: YES user_id=277877 Samuel, What exactly are you talking about? These tags appear in the spell files for XP cost and material cost. Where are they in the source code and why, in your opinion, is this a breach of the OGL? I'm not seeing in the OGL where having XPCOST and COST are breaches. Paul W. King TM SB, OGL/PL Chimp, Data Tamarin, BoD ---------------------------------------------------------------------- Comment By: samuel (notmousse) Date: 2004-09-16 20:34 Message: Logged In: YES user_id=866875 Important note: Since this is a violation of OGL this needs to be cleared up within 30 days. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=384719&aid=1029601&group_id=25576 |