wyrmtools-commits Mailing List for Wyrm Tools (Page 3)
A suite of tools for any RPG system
Status: Pre-Alpha
Brought to you by:
wyrmtools
You can subscribe to this list here.
| 2006 |
Jan
(23) |
Feb
(106) |
Mar
(180) |
Apr
(143) |
May
(138) |
Jun
(116) |
Jul
(67) |
Aug
(136) |
Sep
(123) |
Oct
(233) |
Nov
(713) |
Dec
(90) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(789) |
Feb
(134) |
Mar
(173) |
Apr
(120) |
May
(101) |
Jun
(131) |
Jul
(76) |
Aug
(25) |
Sep
(43) |
Oct
(16) |
Nov
(12) |
Dec
(40) |
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(68) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
| 2017 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:26:44
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a change to tag release-0_6_0
in repository data.
at c281d62 (commit)
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:26:43
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a change to tag release-0_5_0
in repository data.
at 68122f8 (commit)
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:26:42
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a change to tag release-0_13_0
in repository data.
at 28f068b (commit)
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:26:40
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a change to tag release-0_12_0
in repository data.
at 1beeafe (commit)
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:26:39
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a change to tag release-0_11_0
in repository data.
at 8f15590 (commit)
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:26:38
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a change to tag release-0_10_0
in repository data.
at fc4ac80 (commit)
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:25:53
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a commit to branch master
in repository data.
commit 28f068b2c9f38879d517baa84d354856ae483c8a
Author: Wyrm Tools <wyr...@us...>
Date: Tue Jul 24 03:51:57 2007 +0000
[BUG 1758656] Corrected d20:spellPoints scripts for all SRD classes.
---
d20/wotc/srd/srd.xml | 110 +++++++++++++++++++++++++-------------------------
1 files changed, 55 insertions(+), 55 deletions(-)
diff --git a/d20/wotc/srd/srd.xml b/d20/wotc/srd/srd.xml
index 66a7824..15c7e7b 100644
--- a/d20/wotc/srd/srd.xml
+++ b/d20/wotc/srd/srd.xml
@@ -42588,52 +42588,52 @@ If the host body is slain, you return to the <i>magic jar</i>, if wi
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=1,3,if(${class.level}&lt;=3,4,if(${class.level}&lt;=6,5,6)))" element="urn:uuid:e26505a0-2cd1-11db-af39-cfe0f96560fe" spellLevel="0" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==1,3,if(${class.level}==2,1,if(${class.level}==4,1,if(${class.level}==7,1,0))))" element="urn:uuid:e26505a0-2cd1-11db-af39-cfe0f96560fe" spellLevel="0" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=1,1,if(${class.level}&lt;=3,2,if(${class.level}&lt;=6,3,if(${class.level}&lt;=10,4,5))))" element="urn:uuid:e26505a0-2cd1-11db-af39-cfe0f96560fe" spellLevel="1" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==1,1,if(${class.level}==2,1,if(${class.level}==4,1,if(${class.level}==7,1,if(${class.level}==11,1,0)))))" element="urn:uuid:e26505a0-2cd1-11db-af39-cfe0f96560fe" spellLevel="1" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=2,0,if(${class.level}&lt;=3,1,if(${class.level}&lt;=5,2,if(${class.level}&lt;=8,3,if(${class.level}&lt;=12,4,5)))))" element="urn:uuid:e26505a0-2cd1-11db-af39-cfe0f96560fe" spellLevel="2" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==3,1,if(${class.level}==4,1,if(${class.level}==6,1,if(${class.level}==9,1,if(${class.level}==13,1,0)))))" element="urn:uuid:e26505a0-2cd1-11db-af39-cfe0f96560fe" spellLevel="2" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=4,0,if(${class.level}&lt;=5,1,if(${class.level}&lt;=7,2,if(${class.level}&lt;=10,3,if(${class.level}&lt;=14,4,5)))))" element="urn:uuid:e26505a0-2cd1-11db-af39-cfe0f96560fe" spellLevel="3" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==5,1,if(${class.level}==6,1,if(${class.level}==8,1,if(${class.level}==11,1,if(${class.level}==15,1,0)))))" element="urn:uuid:e26505a0-2cd1-11db-af39-cfe0f96560fe" spellLevel="3" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=6,0,if(${class.level}&lt;=7,1,if(${class.level}&lt;=9,2,if(${class.level}&lt;=12,3,if(${class.level}&lt;=16,4,5)))))" element="urn:uuid:e26505a0-2cd1-11db-af39-cfe0f96560fe" spellLevel="4" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==7,1,if(${class.level}==8,1,if(${class.level}==10,1,if(${class.level}==13,1,if(${class.level}==17,1,0)))))" element="urn:uuid:e26505a0-2cd1-11db-af39-cfe0f96560fe" spellLevel="4" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=8,0,if(${class.level}&lt;=9,1,if(${class.level}&lt;=11,2,if(${class.level}&lt;=14,3,if(${class.level}&lt;=18,4,5)))))" element="urn:uuid:e26505a0-2cd1-11db-af39-cfe0f96560fe" spellLevel="5" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==9,1,if(${class.level}==10,1,if(${class.level}==12,1,if(${class.level}==15,1,if(${class.level}==19,1,0)))))" element="urn:uuid:e26505a0-2cd1-11db-af39-cfe0f96560fe" spellLevel="5" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=10,0,if(${class.level}&lt;=11,1,if(${class.level}&lt;=13,2,if(${class.level}&lt;=16,3,4))))" element="urn:uuid:e26505a0-2cd1-11db-af39-cfe0f96560fe" spellLevel="6" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==11,1,if(${class.level}==12,1,if(${class.level}==14,1,if(${class.level}==17,1,0))))" element="urn:uuid:e26505a0-2cd1-11db-af39-cfe0f96560fe" spellLevel="6" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=12,0,if(${class.level}&lt;=13,1,if(${class.level}&lt;=15,2,if(${class.level}&lt;=18,3,4))))" element="urn:uuid:e26505a0-2cd1-11db-af39-cfe0f96560fe" spellLevel="7" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==13,1,if(${class.level}==14,1,if(${class.level}==16,1,if(${class.level}==19,1,0))))" element="urn:uuid:e26505a0-2cd1-11db-af39-cfe0f96560fe" spellLevel="7" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=14,0,if(${class.level}&lt;=15,1,if(${class.level}&lt;=17,2,if(${class.level}&lt;=19,3,4))))" element="urn:uuid:e26505a0-2cd1-11db-af39-cfe0f96560fe" spellLevel="8" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==15,1,if(${class.level}==16,1,if(${class.level}==18,1,if(${class.level}==20,1,0))))" element="urn:uuid:e26505a0-2cd1-11db-af39-cfe0f96560fe" spellLevel="8" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=16,0,if(${class.level}&lt;=17,1,if(${class.level}&lt;=18,2,if(${class.level}&lt;=19,3,4))))" element="urn:uuid:e26505a0-2cd1-11db-af39-cfe0f96560fe" spellLevel="9" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==17,1,if(${class.level}==18,1,if(${class.level}==19,1,if(${class.level}==20,1,0))))" element="urn:uuid:e26505a0-2cd1-11db-af39-cfe0f96560fe" spellLevel="9" /></string>
</object>
</void>
<void method="changeLocale">
@@ -46441,22 +46441,22 @@ If the host body is slain, you return to the <i>magic jar</i>, if wi
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=5,0,if(${class.level}&lt;=13,1,if(${class.level}&lt;=17,2,3)))" element="urn:uuid:34e78a80-2cd4-11db-af4b-cfe0f96560fe" spellLevel="1" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==6,1,if(${class.level}==14,1,if(${class.level}==18,1,0)))" element="urn:uuid:34e78a80-2cd4-11db-af4b-cfe0f96560fe" spellLevel="1" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=9,0,if(${class.level}&lt;=15,1,if(${class.level}&lt;=18,2,3)))" element="urn:uuid:34e78a80-2cd4-11db-af4b-cfe0f96560fe" spellLevel="2" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==10,1,if(${class.level}==16,1,if(${class.level}==19,1,0)))" element="urn:uuid:34e78a80-2cd4-11db-af4b-cfe0f96560fe" spellLevel="2" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=11,0,if(${class.level}&lt;=16,1,if(${class.level}&lt;=18,2,3)))" element="urn:uuid:34e78a80-2cd4-11db-af4b-cfe0f96560fe" spellLevel="3" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==12,1,if(${class.level}==17,1,if(${class.level}==19,1,0)))" element="urn:uuid:34e78a80-2cd4-11db-af4b-cfe0f96560fe" spellLevel="3" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=14,0,if(${class.level}&lt;=18,1,if(${class.level}&lt;=19,2,3)))" element="urn:uuid:34e78a80-2cd4-11db-af4b-cfe0f96560fe" spellLevel="4" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==15,1,if(${class.level}==19,1,if(${class.level}==20,1,0)))" element="urn:uuid:34e78a80-2cd4-11db-af4b-cfe0f96560fe" spellLevel="4" /></string>
</object>
</void>
<void method="changeLocale">
@@ -46952,52 +46952,52 @@ If the host body is slain, you return to the <i>magic jar</i>, if wi
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=1,3,4)" element="urn:uuid:3ec27870-2cd5-11db-af54-cfe0f96560fe" spellLevel="0" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==1,3,if(${class.level}==2,1,0))" element="urn:uuid:3ec27870-2cd5-11db-af54-cfe0f96560fe" spellLevel="0" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=1,1,if(${class.level}&lt;=3,2,if(${class.level}&lt;=6,3,4)))" element="urn:uuid:3ec27870-2cd5-11db-af54-cfe0f96560fe" spellLevel="1" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==1,1,if(${class.level}==2,1,if(${class.level}==4,1,if(${class.level}==7,1,0))))" element="urn:uuid:3ec27870-2cd5-11db-af54-cfe0f96560fe" spellLevel="1" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=2,0,if(${class.level}&lt;=3,1,if(${class.level}&lt;=5,2,if(${class.level}&lt;=8,3,4))))" element="urn:uuid:3ec27870-2cd5-11db-af54-cfe0f96560fe" spellLevel="2" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==3,1,if(${class.level}==4,1,if(${class.level}==6,1,if(${class.level}==9,1,0))))" element="urn:uuid:3ec27870-2cd5-11db-af54-cfe0f96560fe" spellLevel="2" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=4,0,if(${class.level}&lt;=5,1,if(${class.level}&lt;=7,2,if(${class.level}&lt;=10,3,4))))" element="urn:uuid:3ec27870-2cd5-11db-af54-cfe0f96560fe" spellLevel="3" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==5,1,if(${class.level}==6,1,if(${class.level}==8,1,if(${class.level}==11,1,0))))" element="urn:uuid:3ec27870-2cd5-11db-af54-cfe0f96560fe" spellLevel="3" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=6,0,if(${class.level}&lt;=7,1,if(${class.level}&lt;=9,2,if(${class.level}&lt;=12,3,4))))" element="urn:uuid:3ec27870-2cd5-11db-af54-cfe0f96560fe" spellLevel="4" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==7,1,if(${class.level}==8,1,if(${class.level}==10,1,if(${class.level}==13,1,0))))" element="urn:uuid:3ec27870-2cd5-11db-af54-cfe0f96560fe" spellLevel="4" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=8,0,if(${class.level}&lt;=9,1,if(${class.level}&lt;=11,2,if(${class.level}&lt;=14,3,4))))" element="urn:uuid:3ec27870-2cd5-11db-af54-cfe0f96560fe" spellLevel="5" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==9,1,if(${class.level}==10,1,if(${class.level}==12,1,if(${class.level}==15,1,0))))" element="urn:uuid:3ec27870-2cd5-11db-af54-cfe0f96560fe" spellLevel="5" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=10,0,if(${class.level}&lt;=11,1,if(${class.level}&lt;=13,2,if(${class.level}&lt;=16,3,4))))" element="urn:uuid:3ec27870-2cd5-11db-af54-cfe0f96560fe" spellLevel="6" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==11,1,if(${class.level}==12,1,if(${class.level}==14,1,if(${class.level}==17,1,0))))" element="urn:uuid:3ec27870-2cd5-11db-af54-cfe0f96560fe" spellLevel="6" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=12,0,if(${class.level}&lt;=13,1,if(${class.level}&lt;=15,2,if(${class.level}&lt;=18,3,4))))" element="urn:uuid:3ec27870-2cd5-11db-af54-cfe0f96560fe" spellLevel="7" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==13,1,if(${class.level}==14,1,if(${class.level}==16,1,if(${class.level}==19,1,0))))" element="urn:uuid:3ec27870-2cd5-11db-af54-cfe0f96560fe" spellLevel="7" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=14,0,if(${class.level}&lt;=15,1,if(${class.level}&lt;=17,2,if(${class.level}&lt;=19,3,4))))" element="urn:uuid:3ec27870-2cd5-11db-af54-cfe0f96560fe" spellLevel="8" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==15,1,if(${class.level}==16,1,if(${class.level}==18,1,if(${class.level}==20,1,0))))" element="urn:uuid:3ec27870-2cd5-11db-af54-cfe0f96560fe" spellLevel="8" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=16,0,if(${class.level}&lt;=17,1,if(${class.level}&lt;=18,2,if(${class.level}&lt;=19,3,4))))" element="urn:uuid:3ec27870-2cd5-11db-af54-cfe0f96560fe" spellLevel="9" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==17,1,if(${class.level}==18,1,if(${class.level}==19,1,if(${class.level}==20,1,0))))" element="urn:uuid:3ec27870-2cd5-11db-af54-cfe0f96560fe" spellLevel="9" /></string>
</object>
</void>
<void method="changeLocale">
@@ -48397,22 +48397,22 @@ If the host body is slain, you return to the <i>magic jar</i>, if wi
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=5,0,if(${class.level}&lt;=13,1,if(${class.level}&lt;=17,2,3)))" element="urn:uuid:e166e4a0-2cd3-11db-af47-cfe0f96560fe" spellLevel="1" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==6,1,if(${class.level}==14,1,if(${class.level}==18,1,0)))" element="urn:uuid:e166e4a0-2cd3-11db-af47-cfe0f96560fe" spellLevel="1" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=9,0,if(${class.level}&lt;=15,1,if(${class.level}&lt;=18,2,3)))" element="urn:uuid:e166e4a0-2cd3-11db-af47-cfe0f96560fe" spellLevel="2" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==10,1,if(${class.level}==16,1,if(${class.level}==19,1,0)))" element="urn:uuid:e166e4a0-2cd3-11db-af47-cfe0f96560fe" spellLevel="2" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=11,0,if(${class.level}&lt;=16,1,if(${class.level}&lt;=18,2,3)))" element="urn:uuid:e166e4a0-2cd3-11db-af47-cfe0f96560fe" spellLevel="3" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==12,1,if(${class.level}==17,1,if(${class.level}==19,1,0)))" element="urn:uuid:e166e4a0-2cd3-11db-af47-cfe0f96560fe" spellLevel="3" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=14,0,if(${class.level}&lt;=18,1,if(${class.level}&lt;=19,2,3)))" element="urn:uuid:e166e4a0-2cd3-11db-af47-cfe0f96560fe" spellLevel="4" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==15,1,if(${class.level}==19,1,if(${class.level}==20,1,0)))" element="urn:uuid:e166e4a0-2cd3-11db-af47-cfe0f96560fe" spellLevel="4" /></string>
</object>
</void>
<void method="changeLocale">
@@ -48908,52 +48908,52 @@ If the host body is slain, you return to the <i>magic jar</i>, if wi
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=1,5,6)" element="urn:uuid:0c83c4e0-2cd5-11db-af51-cfe0f96560fe" spellLevel="0" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==1,5,if(${class.level}==2,1,0))" element="urn:uuid:0c83c4e0-2cd5-11db-af51-cfe0f96560fe" spellLevel="0" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=1,3,if(${class.level}&lt;=2,4,if(${class.level}&lt;=3,5,6)))" element="urn:uuid:0c83c4e0-2cd5-11db-af51-cfe0f96560fe" spellLevel="1" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==1,3,if(${class.level}==2,1,if(${class.level}==3,1,if(${class.level}==4,1,0))))" element="urn:uuid:0c83c4e0-2cd5-11db-af51-cfe0f96560fe" spellLevel="1" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=3,0,if(${class.level}&lt;=4,3,if(${class.level}&lt;=5,4,if(${class.level}&lt;=6,5,6))))" element="urn:uuid:0c83c4e0-2cd5-11db-af51-cfe0f96560fe" spellLevel="2" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==4,3,if(${class.level}==5,1,if(${class.level}==6,1,if(${class.level}==7,1,0))))" element="urn:uuid:0c83c4e0-2cd5-11db-af51-cfe0f96560fe" spellLevel="2" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=5,0,if(${class.level}&lt;=6,3,if(${class.level}&lt;=7,4,if(${class.level}&lt;=8,5,6))))" element="urn:uuid:0c83c4e0-2cd5-11db-af51-cfe0f96560fe" spellLevel="3" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==6,3,if(${class.level}==7,1,if(${class.level}==8,1,if(${class.level}==9,1,0))))" element="urn:uuid:0c83c4e0-2cd5-11db-af51-cfe0f96560fe" spellLevel="3" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=7,0,if(${class.level}&lt;=8,3,if(${class.level}&lt;=9,4,if(${class.level}&lt;=10,5,6))))" element="urn:uuid:0c83c4e0-2cd5-11db-af51-cfe0f96560fe" spellLevel="4" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==8,3,if(${class.level}==9,1,if(${class.level}==10,1,if(${class.level}==11,1,0))))" element="urn:uuid:0c83c4e0-2cd5-11db-af51-cfe0f96560fe" spellLevel="4" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=9,0,if(${class.level}&lt;=10,3,if(${class.level}&lt;=11,4,if(${class.level}&lt;=12,5,6))))" element="urn:uuid:0c83c4e0-2cd5-11db-af51-cfe0f96560fe" spellLevel="5" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==10,3,if(${class.level}==11,1,if(${class.level}==12,1,if(${class.level}==13,1,0))))" element="urn:uuid:0c83c4e0-2cd5-11db-af51-cfe0f96560fe" spellLevel="5" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=11,0,if(${class.level}&lt;=12,3,if(${class.level}&lt;=13,4,if(${class.level}&lt;=14,5,6))))" element="urn:uuid:0c83c4e0-2cd5-11db-af51-cfe0f96560fe" spellLevel="6" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==12,3,if(${class.level}==13,1,if(${class.level}==14,1,if(${class.level}==15,1,0))))" element="urn:uuid:0c83c4e0-2cd5-11db-af51-cfe0f96560fe" spellLevel="6" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=13,0,if(${class.level}&lt;=14,3,if(${class.level}&lt;=15,4,if(${class.level}&lt;=16,5,6))))" element="urn:uuid:0c83c4e0-2cd5-11db-af51-cfe0f96560fe" spellLevel="7" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==14,3,if(${class.level}==15,1,if(${class.level}==16,1,if(${class.level}==17,1,0))))" element="urn:uuid:0c83c4e0-2cd5-11db-af51-cfe0f96560fe" spellLevel="7" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=15,0,if(${class.level}&lt;=16,3,if(${class.level}&lt;=17,4,if(${class.level}&lt;=18,5,6))))" element="urn:uuid:0c83c4e0-2cd5-11db-af51-cfe0f96560fe" spellLevel="8" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==16,3,if(${class.level}==17,1,if(${class.level}==18,1,if(${class.level}==19,1,0))))" element="urn:uuid:0c83c4e0-2cd5-11db-af51-cfe0f96560fe" spellLevel="8" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=17,0,if(${class.level}&lt;=18,3,if(${class.level}&lt;=19,4,6)))" element="urn:uuid:0c83c4e0-2cd5-11db-af51-cfe0f96560fe" spellLevel="9" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==18,3,if(${class.level}==19,1,if(${class.level}==20,2,0)))" element="urn:uuid:0c83c4e0-2cd5-11db-af51-cfe0f96560fe" spellLevel="9" /></string>
</object>
</void>
<void method="changeLocale">
@@ -50322,52 +50322,52 @@ If the host body is slain, you return to the <i>magic jar</i>, if wi
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=1,3,if(${class.level}&lt;=3,4,if(${class.level}&lt;=6,5,6)))" element="urn:uuid:9476a780-2cd2-11db-af3c-cfe0f96560fe" spellLevel="0" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==1,3,if(${class.level}==2,1,if(${class.level}==4,1,if(${class.level}==7,1,0))))" element="urn:uuid:9476a780-2cd2-11db-af3c-cfe0f96560fe" spellLevel="0" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=1,1,if(${class.level}&lt;=3,2,if(${class.level}&lt;=6,3,if(${class.level}&lt;=10,4,5))))" element="urn:uuid:9476a780-2cd2-11db-af3c-cfe0f96560fe" spellLevel="1" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==1,1,if(${class.level}==2,1,if(${class.level}==4,1,if(${class.level}==7,1,if(${class.level}==11,1,0)))))" element="urn:uuid:9476a780-2cd2-11db-af3c-cfe0f96560fe" spellLevel="1" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=2,0,if(${class.level}&lt;=3,1,if(${class.level}&lt;=5,2,if(${class.level}&lt;=8,3,if(${class.level}&lt;=12,4,5)))))" element="urn:uuid:9476a780-2cd2-11db-af3c-cfe0f96560fe" spellLevel="2" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==3,1,if(${class.level}==4,1,if(${class.level}==6,1,if(${class.level}==9,1,if(${class.level}==13,1,0)))))" element="urn:uuid:9476a780-2cd2-11db-af3c-cfe0f96560fe" spellLevel="2" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=4,0,if(${class.level}&lt;=5,1,if(${class.level}&lt;=7,2,if(${class.level}&lt;=10,3,if(${class.level}&lt;=14,4,5)))))" element="urn:uuid:9476a780-2cd2-11db-af3c-cfe0f96560fe" spellLevel="3" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==5,1,if(${class.level}==6,1,if(${class.level}==8,1,if(${class.level}==11,1,if(${class.level}==15,1,0)))))" element="urn:uuid:9476a780-2cd2-11db-af3c-cfe0f96560fe" spellLevel="3" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=6,0,if(${class.level}&lt;=7,1,if(${class.level}&lt;=9,2,if(${class.level}&lt;=12,3,if(${class.level}&lt;=16,4,5)))))" element="urn:uuid:9476a780-2cd2-11db-af3c-cfe0f96560fe" spellLevel="4" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==7,1,if(${class.level}==8,1,if(${class.level}==10,1,if(${class.level}==13,1,if(${class.level}==17,1,0)))))" element="urn:uuid:9476a780-2cd2-11db-af3c-cfe0f96560fe" spellLevel="4" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=8,0,if(${class.level}&lt;=9,1,if(${class.level}&lt;=11,2,if(${class.level}&lt;=14,3,if(${class.level}&lt;=18,4,5)))))" element="urn:uuid:9476a780-2cd2-11db-af3c-cfe0f96560fe" spellLevel="5" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==9,1,if(${class.level}==10,1,if(${class.level}==12,1,if(${class.level}==15,1,if(${class.level}==19,1,0)))))" element="urn:uuid:9476a780-2cd2-11db-af3c-cfe0f96560fe" spellLevel="5" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=10,0,if(${class.level}&lt;=11,1,if(${class.level}&lt;=13,2,if(${class.level}&lt;=16,3,4))))" element="urn:uuid:9476a780-2cd2-11db-af3c-cfe0f96560fe" spellLevel="6" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==11,1,if(${class.level}==12,1,if(${class.level}==14,1,if(${class.level}==17,1,0))))" element="urn:uuid:9476a780-2cd2-11db-af3c-cfe0f96560fe" spellLevel="6" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=12,0,if(${class.level}&lt;=13,1,if(${class.level}&lt;=15,2,if(${class.level}&lt;=18,3,4))))" element="urn:uuid:9476a780-2cd2-11db-af3c-cfe0f96560fe" spellLevel="7" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==13,1,if(${class.level}==14,1,if(${class.level}==16,1,if(${class.level}==19,1,0))))" element="urn:uuid:9476a780-2cd2-11db-af3c-cfe0f96560fe" spellLevel="7" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=14,0,if(${class.level}&lt;=15,1,if(${class.level}&lt;=17,2,if(${class.level}&lt;=19,3,4))))" element="urn:uuid:9476a780-2cd2-11db-af3c-cfe0f96560fe" spellLevel="8" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==15,1,if(${class.level}==16,1,if(${class.level}==18,1,if(${class.level}==20,1,0))))" element="urn:uuid:9476a780-2cd2-11db-af3c-cfe0f96560fe" spellLevel="8" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=16,0,if(${class.level}&lt;=17,1,if(${class.level}&lt;=18,2,if(${class.level}&lt;=19,3,4))))" element="urn:uuid:9476a780-2cd2-11db-af3c-cfe0f96560fe" spellLevel="9" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==17,1,if(${class.level}==18,1,if(${class.level}==19,1,if(${class.level}==20,1,0))))" element="urn:uuid:9476a780-2cd2-11db-af3c-cfe0f96560fe" spellLevel="9" /></string>
</object>
</void>
<void method="changeLocale">
@@ -51326,37 +51326,37 @@ If the host body is slain, you return to the <i>magic jar</i>, if wi
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==1,2,if(${class.level}&lt;=13,3,4))" element="urn:uuid:bd561150-2cc7-11db-aef8-cfe0f96560fe" spellLevel="0" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==1,2,if(${class.level}==2,1,if(${class.level}==14,1,0)))" element="urn:uuid:bd561150-2cc7-11db-aef8-cfe0f96560fe" spellLevel="0" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=2,0,if(${class.level}==3,1,if(${class.level}==4,2,if(${class.level}&lt;=14,3,4))))" element="urn:uuid:bd561150-2cc7-11db-aef8-cfe0f96560fe" spellLevel="1" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==3,1,if(${class.level}==4,1,if(${class.level}==5,1,if(${class.level}==15,1,0))))" element="urn:uuid:bd561150-2cc7-11db-aef8-cfe0f96560fe" spellLevel="1" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=4,0,if(${class.level}&lt;=5,1,if(${class.level}&lt;=7,2,if(${class.level}&lt;=15,3,4))))" element="urn:uuid:bd561150-2cc7-11db-aef8-cfe0f96560fe" spellLevel="2" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==5,1,if(${class.level}==6,1,if(${class.level}==8,1,if(${class.level}==16,1,0))))" element="urn:uuid:bd561150-2cc7-11db-aef8-cfe0f96560fe" spellLevel="2" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=7,0,if(${class.level}&lt;=8,1,if(${class.level}&lt;=10,2,if(${class.level}&lt;=16,3,4))))" element="urn:uuid:bd561150-2cc7-11db-aef8-cfe0f96560fe" spellLevel="3" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==8,1,if(${class.level}==9,1,if(${class.level}==11,1,if(${class.level}==17,1,0))))" element="urn:uuid:bd561150-2cc7-11db-aef8-cfe0f96560fe" spellLevel="3" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=10,0,if(${class.level}&lt;=11,1,if(${class.level}&lt;=13,2,if(${class.level}&lt;=17,3,4))))" element="urn:uuid:bd561150-2cc7-11db-aef8-cfe0f96560fe" spellLevel="4" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==11,1,if(${class.level}==12,1,if(${class.level}==14,1,if(${class.level}==18,1,0))))" element="urn:uuid:bd561150-2cc7-11db-aef8-cfe0f96560fe" spellLevel="4" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=13,0,if(${class.level}&lt;=14,1,if(${class.level}&lt;=16,2,if(${class.level}&lt;=18,3,4))))" element="urn:uuid:bd561150-2cc7-11db-aef8-cfe0f96560fe" spellLevel="5" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==14,1,if(${class.level}==15,1,if(${class.level}==17,1,if(${class.level}==19,1,0))))" element="urn:uuid:bd561150-2cc7-11db-aef8-cfe0f96560fe" spellLevel="5" /></string>
</object>
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}&lt;=16,0,if(${class.level}&lt;=17,1,if(${class.level}&lt;=18,2,if(${class.level}&lt;=19,3,4))))" element="urn:uuid:bd561150-2cc7-11db-aef8-cfe0f96560fe" spellLevel="6" /></string>
+ <string>wyrmscript:<d20:spellPoints points="dicescript:if(${class.level}==17,1,if(${class.level}==18,1,if(${class.level}==19,1,if(${class.level}==20,1,0))))" element="urn:uuid:bd561150-2cc7-11db-aef8-cfe0f96560fe" spellLevel="6" /></string>
</object>
</void>
<void method="changeLocale">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:25:51
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a commit to branch master
in repository data.
commit 30bfc954bc353f73d8717af2bf29f30df28bf052
Author: Wyrm Tools <wyr...@us...>
Date: Wed Jul 18 02:03:17 2007 +0000
Updated version to 0.13.0.
---
build.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build.xml b/build.xml
index f89d501..8a1fdf2 100644
--- a/build.xml
+++ b/build.xml
@@ -12,7 +12,7 @@
-->
<target name="init" depends="properties" description="Common initialization required by all targets.">
<property name="data.destination" value="${basedir}" />
- <property name="data.version" value="0.12.0" />
+ <property name="data.version" value="0.13.0" />
</target>
<!--
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:24:56
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a commit to branch master
in repository data.
commit 1beeafeae5c327ca6392345e9fc5858f4aae059a
Author: Wyrm Tools <wyr...@us...>
Date: Wed Jun 6 03:33:32 2007 +0000
Updated version to 0.12.0.
---
build.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build.xml b/build.xml
index e9680e9..f89d501 100644
--- a/build.xml
+++ b/build.xml
@@ -12,7 +12,7 @@
-->
<target name="init" depends="properties" description="Common initialization required by all targets.">
<property name="data.destination" value="${basedir}" />
- <property name="data.version" value="0.11.0" />
+ <property name="data.version" value="0.12.0" />
</target>
<!--
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:24:32
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a commit to branch master
in repository data.
commit 8f15590681c710a22860accf5b85c967f2945e79
Author: Wyrm Tools <wyr...@us...>
Date: Wed Apr 25 02:45:17 2007 +0000
Updated version to 0.11.0.
---
build.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build.xml b/build.xml
index 6b8f565..e9680e9 100644
--- a/build.xml
+++ b/build.xml
@@ -12,7 +12,7 @@
-->
<target name="init" depends="properties" description="Common initialization required by all targets.">
<property name="data.destination" value="${basedir}" />
- <property name="data.version" value="0.10.0" />
+ <property name="data.version" value="0.11.0" />
</target>
<!--
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:23:47
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a commit to branch master
in repository data.
commit 307b57568287714a02e1cb41ebd890826577e7d4
Author: Wyrm Tools <wyr...@us...>
Date: Thu Apr 5 01:46:45 2007 +0000
[TASK 137888] Added core spell types.
---
d20/wotc/srd/srd.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 44 insertions(+), 0 deletions(-)
diff --git a/d20/wotc/srd/srd.xml b/d20/wotc/srd/srd.xml
index ffe44a6..ebc89f0 100644
--- a/d20/wotc/srd/srd.xml
+++ b/d20/wotc/srd/srd.xml
@@ -10246,6 +10246,50 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
</void>
</object>
<object class="org.wyrmtools.core.export.beans.ElementTypeClassLoaderContext" method="fromTypeId">
+ <int>5006</int>
+ </object>
+ <object class="org.wyrmtools.internal.core.export.beans.ElementPersistenceDelegate" method="createElement">
+ <object idref="Source0"/>
+ <object class="org.wyrmtools.systems.d20.core.model.SpellTypeCreateContext">
+ <void property="id">
+ <object class="org.wyrmtools.core.util.Uuid" method="fromString">
+ <string>67496310e31611db98f4f00981239722</string>
+ </object>
+ </void>
+ <void property="name">
+ <string>Arcane</string>
+ </void>
+ </object>
+ <void method="changeLocale">
+ <null/>
+ </void>
+ <void property="name">
+ <string>Arcane</string>
+ </void>
+ </object>
+ <object class="org.wyrmtools.core.export.beans.ElementTypeClassLoaderContext" method="fromTypeId">
+ <int>5006</int>
+ </object>
+ <object class="org.wyrmtools.internal.core.export.beans.ElementPersistenceDelegate" method="createElement">
+ <object idref="Source0"/>
+ <object class="org.wyrmtools.systems.d20.core.model.SpellTypeCreateContext">
+ <void property="id">
+ <object class="org.wyrmtools.core.util.Uuid" method="fromString">
+ <string>6d29e750e31611db98fff00981239722</string>
+ </object>
+ </void>
+ <void property="name">
+ <string>Divine</string>
+ </void>
+ </object>
+ <void method="changeLocale">
+ <null/>
+ </void>
+ <void property="name">
+ <string>Divine</string>
+ </void>
+ </object>
+ <object class="org.wyrmtools.core.export.beans.ElementTypeClassLoaderContext" method="fromTypeId">
<int>5003</int>
</object>
<object id="School0" class="org.wyrmtools.internal.core.export.beans.ElementPersistenceDelegate" method="createElement">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:23:18
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a commit to branch master
in repository data.
commit fc4ac803111a66e0a8f0a9295e08d31891384462
Author: Wyrm Tools <wyr...@us...>
Date: Sat Mar 17 01:49:42 2007 +0000
Updated version to 0.10.0.
---
build.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build.xml b/build.xml
index 45aef83..6b8f565 100644
--- a/build.xml
+++ b/build.xml
@@ -12,7 +12,7 @@
-->
<target name="init" depends="properties" description="Common initialization required by all targets.">
<property name="data.destination" value="${basedir}" />
- <property name="data.version" value="0.9.0" />
+ <property name="data.version" value="0.10.0" />
</target>
<!--
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:23:04
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a commit to branch master
in repository data.
commit 7b86a7fe589dea6695d53b5b57d4f4c813ad21cf
Author: Wyrm Tools <wyr...@us...>
Date: Sat Feb 3 04:07:07 2007 +0000
Updated version to 0.9.0.
---
build.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build.xml b/build.xml
index 74696e6..45aef83 100644
--- a/build.xml
+++ b/build.xml
@@ -12,7 +12,7 @@
-->
<target name="init" depends="properties" description="Common initialization required by all targets.">
<property name="data.destination" value="${basedir}" />
- <property name="data.version" value="0.8.0" />
+ <property name="data.version" value="0.9.0" />
</target>
<!--
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:22:45
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a commit to branch master
in repository data.
commit cb2184a7a9a807313da1e68893c58e1cfd06c082
Author: Wyrm Tools <wyr...@us...>
Date: Thu Dec 28 01:56:31 2006 +0000
Updated version to 0.8.0.
---
build.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build.xml b/build.xml
index dceb469..74696e6 100644
--- a/build.xml
+++ b/build.xml
@@ -12,7 +12,7 @@
-->
<target name="init" depends="properties" description="Common initialization required by all targets.">
<property name="data.destination" value="${basedir}" />
- <property name="data.version" value="0.7.0" />
+ <property name="data.version" value="0.8.0" />
</target>
<!--
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:22:27
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a commit to branch master
in repository data.
commit e30d5229833b11b46d159d68bc6b695e3ea76688
Author: Wyrm Tools <wyr...@us...>
Date: Mon Nov 13 03:06:11 2006 +0000
[TASK 133154] Initial checkin.
---
build.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 46 insertions(+), 0 deletions(-)
diff --git a/build.xml b/build.xml
new file mode 100644
index 0000000..dceb469
--- /dev/null
+++ b/build.xml
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="org.wyrmtools.data" default="build.all">
+
+ <!--
+ Target: properties
+ -->
+ <target name="properties" if="eclipse.running" description="Properties whose values are fixed when run within Eclipse.">
+ </target>
+
+ <!--
+ Target: init
+ -->
+ <target name="init" depends="properties" description="Common initialization required by all targets.">
+ <property name="data.destination" value="${basedir}" />
+ <property name="data.version" value="0.7.0" />
+ </target>
+
+ <!--
+ Target: build.all
+ -->
+ <target name="build.all" depends="init" description="Builds all wyrmtools data packs.">
+ <antcall target="build.d20.srd" />
+ </target>
+
+ <!--
+ Target: build.d20.srd
+ -->
+ <target name="build.d20.srd" depends="init" description="Builds the d20 SRD data pack.">
+ <zip destfile="${data.destination}/wyrmtools-d20-data-srd-${data.version}.zip" basedir="${basedir}/d20/wotc/srd" filesonly="true" whenempty="skip" update="false" />
+ </target>
+
+ <!--
+ Target: clean.all
+ -->
+ <target name="clean.all" depends="init" description="Cleans all build artifacts.">
+ <antcall target="clean.d20.srd" />
+ </target>
+
+ <!--
+ Target: clean.d20.srd
+ -->
+ <target name="clean.d20.srd" depends="init" description="Cleans all d20 SRD build artifacts.">
+ <delete file="${data.destination}/wyrmtools-d20-data-srd-${data.version}.zip" />
+ </target>
+
+</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:22:26
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a commit to branch master
in repository data.
commit 152c8b325405d248e0a813703cba78b3903a50f4
Author: Wyrm Tools <wyr...@us...>
Date: Sat Nov 4 04:11:57 2006 +0000
[TASK 132394] Added feat prerequisites for all feats.
---
d20/wotc/srd/srd.xml | 205 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 205 insertions(+), 0 deletions(-)
diff --git a/d20/wotc/srd/srd.xml b/d20/wotc/srd/srd.xml
index cb2d172..ec48367 100644
--- a/d20/wotc/srd/srd.xml
+++ b/d20/wotc/srd/srd.xml
@@ -3135,6 +3135,11 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
</void>
</object>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:a32d1290-29ae-11db-ada7-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -3168,6 +3173,11 @@ You also gain a +4 bonus on any attack roll made to attack an object held or car
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:52813790-29ae-11db-ada0-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -3451,6 +3461,11 @@ You move at half your normal speed (or at your normal speed with a -5 penalty on
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:dfe832f0-29a9-11db-ad50-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -3482,6 +3497,11 @@ You move at half your normal speed (or at your normal speed with a -5 penalty on
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:510708c0-29b0-11db-adcc-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -3663,6 +3683,11 @@ In addition, your unarmed strikes can deal lethal or nonlethal damage, at your o
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:c8a68980-29ad-11db-ad93-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -3781,6 +3806,11 @@ In addition, your unarmed strikes can deal lethal or nonlethal damage, at your o
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:67522f20-29aa-11db-ad57-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -3934,6 +3964,11 @@ An empowered, maximized spell gains the separate benefits of each feat: the maxi
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:a32d1290-29ae-11db-ada7-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -3965,6 +4000,11 @@ An empowered, maximized spell gains the separate benefits of each feat: the maxi
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:52813790-29ae-11db-ada0-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -3993,6 +4033,11 @@ An empowered, maximized spell gains the separate benefits of each feat: the maxi
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:cdabecd0-29a9-11db-ad4e-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -4080,6 +4125,11 @@ An empowered, maximized spell gains the separate benefits of each feat: the maxi
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:32a739b0-29ae-11db-ad9e-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -4191,6 +4241,16 @@ Some wondrous items incur extra costs in material components or XP, as noted in
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:88cb0ff0-29aa-11db-ad59-cfe0f96560fe" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:dc791520-29af-11db-adc3-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -4221,6 +4281,11 @@ When you use the Whirlwind Attack feat, you also forfeit any bonus or extra atta
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:cab189d0-29af-11db-adc1-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -4249,6 +4314,11 @@ When you use the Whirlwind Attack feat, you also forfeit any bonus or extra atta
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:94636880-29af-11db-adbe-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -4336,6 +4406,11 @@ When you use the Whirlwind Attack feat, you also forfeit any bonus or extra atta
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:6955dfa0-29b0-11db-add0-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -4395,6 +4470,11 @@ When you use the Whirlwind Attack feat, you also forfeit any bonus or extra atta
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:88cb0ff0-29aa-11db-ad59-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -4454,6 +4534,11 @@ When you use the Whirlwind Attack feat, you also forfeit any bonus or extra atta
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:a32d1290-29ae-11db-ada7-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -4485,6 +4570,11 @@ When you use the Whirlwind Attack feat, you also forfeit any bonus or extra atta
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:88cb0ff0-29aa-11db-ad59-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -4634,6 +4724,11 @@ Some staffs incur extra costs in material components or XP, as noted in their de
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:bd4314e0-29ae-11db-ada9-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -4728,6 +4823,11 @@ Any scroll that stores a spell with a costly material component or an XP cost al
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:518507d0-29af-11db-adb7-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -4861,6 +4961,11 @@ Any scroll that stores a spell with a costly material component or an XP cost al
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:8861a2f0-29ae-11db-ada6-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -4985,6 +5090,11 @@ Any scroll that stores a spell with a costly material component or an XP cost al
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:c8a68980-29ad-11db-ad93-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -5016,6 +5126,11 @@ Any scroll that stores a spell with a costly material component or an XP cost al
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:c8a68980-29ad-11db-ad93-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -5049,6 +5164,11 @@ Attempting to deflect a ranged weapon doesn't count as an action. Unusuall
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:1ea94dc0-29ab-11db-ad62-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -5260,6 +5380,11 @@ You can also use any material components or focuses you possess, even if such it
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:518507d0-29af-11db-adb7-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -5321,6 +5446,11 @@ Some rods incur extra costs in material components or XP, as noted in their desc
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:eec57d50-29ae-11db-adaf-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -5529,6 +5659,11 @@ With this feat, you may also make attacks of opportunity while flat-footed.</str
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:7ecfb6d0-29ab-11db-ad68-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -5564,6 +5699,11 @@ When using this feat, you can take either a single move or standard action each
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:a32d1290-29ae-11db-ada7-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -5775,6 +5915,11 @@ A condition that makes you lose your Dexterity bonus to Armor Class (if any) als
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:4f46d470-29ab-11db-ad66-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -5836,6 +5981,11 @@ Dodge bonuses stack with each other, unlike most types of bonuses.</string>
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:52813790-29ae-11db-ada0-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -5895,6 +6045,16 @@ Dodge bonuses stack with each other, unlike most types of bonuses.</string>
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:a5bb9790-29ac-11db-ad7a-cfe0f96560fe" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:80c21eb0-29b0-11db-add1-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -5926,6 +6086,11 @@ Dodge bonuses stack with each other, unlike most types of bonuses.</string>
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:510708c0-29b0-11db-adcc-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -5987,6 +6152,11 @@ When you are fighting defensively or using the total defense action, this shield
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:f8abd260-29ae-11db-adb0-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -6226,6 +6396,11 @@ Spells that do not have an area of one of these four sorts are not affected by t
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:8861a2f0-29ae-11db-ada6-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -6285,6 +6460,11 @@ Spells that do not have an area of one of these four sorts are not affected by t
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:8861a2f0-29ae-11db-ada6-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -6316,6 +6496,16 @@ Spells that do not have an area of one of these four sorts are not affected by t
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:32a739b0-29ae-11db-ad9e-cfe0f96560fe" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:8861a2f0-29ae-11db-ada6-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -6347,6 +6537,11 @@ Spells that do not have an area of one of these four sorts are not affected by t
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:6955dfa0-29b0-11db-add0-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -6406,6 +6601,11 @@ Spells that do not have an area of one of these four sorts are not affected by t
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:88cb0ff0-29aa-11db-ad59-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -6437,6 +6637,11 @@ Spells that do not have an area of one of these four sorts are not affected by t
<void method="addFeatType">
<object idref="FeatType1"/>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:prereq.feat feat="urn:uuid:ba79b120-29ad-11db-ad92-cfe0f96560fe" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:22:23
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a commit to branch master
in repository data.
commit c281d627eb954a546315430b92275ef8e2716607
Author: Wyrm Tools <wyr...@us...>
Date: Wed Sep 13 01:46:40 2006 +0000
Fighter bonus feats are based on class level not character level.
---
d20/wotc/srd/srd.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/d20/wotc/srd/srd.xml b/d20/wotc/srd/srd.xml
index 7182e19..d379624 100644
--- a/d20/wotc/srd/srd.xml
+++ b/d20/wotc/srd/srd.xml
@@ -2322,7 +2322,7 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:featPoints points="dicescript:if($level==1, 1, if($level%2==0, 1, 0))" types="urn:uuid:9acaad20-29a8-11db-ad47-cfe0f96560fe"/></string>
+ <string>wyrmscript:<d20:featPoints points="dicescript:if(${class.isCurrent}, if(${class.level}==1||${class.level}%2==0, 1, 0), 0)" types="urn:uuid:9acaad20-29a8-11db-ad47-cfe0f96560fe"/></string>
</object>
</void>
<void method="addScript">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:22:22
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a commit to branch master
in repository data.
commit 8f105e75f7442d78feac6138172708b56f34addf
Author: Wyrm Tools <wyr...@us...>
Date: Mon Sep 11 02:43:44 2006 +0000
Updated human bonus feat script.
---
d20/wotc/srd/srd.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/d20/wotc/srd/srd.xml b/d20/wotc/srd/srd.xml
index dd16b8f..7182e19 100644
--- a/d20/wotc/srd/srd.xml
+++ b/d20/wotc/srd/srd.xml
@@ -6470,7 +6470,7 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:featPoints points="dicescript:1" /></string>
+ <string>wyrmscript:<d20:featPoints points="dicescript:if($level==1, 1, 0)" /></string>
</object>
</void>
<void method="changeLocale">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:22:21
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a commit to branch master
in repository data.
commit 58d11b9f076347facca460a64e154348e248e2ad
Author: Wyrm Tools <wyr...@us...>
Date: Mon Sep 11 02:41:12 2006 +0000
Added fighter bonus feats.
---
d20/wotc/srd/srd.xml | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/d20/wotc/srd/srd.xml b/d20/wotc/srd/srd.xml
index c637c2a..dd16b8f 100644
--- a/d20/wotc/srd/srd.xml
+++ b/d20/wotc/srd/srd.xml
@@ -2322,6 +2322,11 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:featPoints points="dicescript:if($level==1, 1, if($level%2==0, 1, 0))" types="urn:uuid:9acaad20-29a8-11db-ad47-cfe0f96560fe"/></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
<string>wyrmscript:<d20:savingThrowMod savingThrow="fort" type="base" mod="dicescript:${class.level}/2+2" /></string>
</object>
</void>
@@ -6465,7 +6470,7 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:featPoints level="1" points="dicescript:1" /></string>
+ <string>wyrmscript:<d20:featPoints points="dicescript:1" /></string>
</object>
</void>
<void method="changeLocale">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:22:19
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a commit to branch master
in repository data.
commit b05d89d9ab2301f621d5b4c8689392fe320f3353
Author: Wyrm Tools <wyr...@us...>
Date: Sat Sep 2 02:53:32 2006 +0000
Updated all d20:skillPoints scripts based on new schema.
---
d20/wotc/srd/srd.xml | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/d20/wotc/srd/srd.xml b/d20/wotc/srd/srd.xml
index 6125b75..c637c2a 100644
--- a/d20/wotc/srd/srd.xml
+++ b/d20/wotc/srd/srd.xml
@@ -1852,7 +1852,7 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(2+${ability.int.mod})*4" otherLevel="dicescript:2+${ability.int.mod}" /></string>
+ <string>wyrmscript:<d20:skillPoints points="dicescript:if(${class.isCurrent}, (2+${ability.int.mod})*if($level==1, 4, 1), 0)" /></string>
</object>
</void>
<void method="addScript">
@@ -2020,7 +2020,7 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(8+${ability.int.mod})*4" otherLevel="dicescript:8+${ability.int.mod}" /></string>
+ <string>wyrmscript:<d20:skillPoints points="dicescript:if(${class.isCurrent}, (8+${ability.int.mod})*if($level==1, 4, 1), 0)" /></string>
</object>
</void>
<void method="addScript">
@@ -2134,7 +2134,7 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(6+${ability.int.mod})*4" otherLevel="dicescript:6+${ability.int.mod}" /></string>
+ <string>wyrmscript:<d20:skillPoints points="dicescript:if(${class.isCurrent}, (6+${ability.int.mod})*if($level==1, 4, 1), 0)" /></string>
</object>
</void>
<void method="addScript">
@@ -2236,7 +2236,7 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(2+${ability.int.mod})*4" otherLevel="dicescript:2+${ability.int.mod}" /></string>
+ <string>wyrmscript:<d20:skillPoints points="dicescript:if(${class.isCurrent}, (2+${ability.int.mod})*if($level==1, 4, 1), 0)" /></string>
</object>
</void>
<void method="addScript">
@@ -2317,7 +2317,7 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(2+${ability.int.mod})*4" otherLevel="dicescript:2+${ability.int.mod}" /></string>
+ <string>wyrmscript:<d20:skillPoints points="dicescript:if(${class.isCurrent}, (2+${ability.int.mod})*if($level==1, 4, 1), 0)" /></string>
</object>
</void>
<void method="addScript">
@@ -2423,7 +2423,7 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(4+${ability.int.mod})*4" otherLevel="dicescript:4+${ability.int.mod}" /></string>
+ <string>wyrmscript:<d20:skillPoints points="dicescript:if(${class.isCurrent}, (4+${ability.int.mod})*if($level==1, 4, 1), 0)" /></string>
</object>
</void>
<void method="addScript">
@@ -2514,7 +2514,7 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(2+${ability.int.mod})*4" otherLevel="dicescript:2+${ability.int.mod}" /></string>
+ <string>wyrmscript:<d20:skillPoints points="dicescript:if(${class.isCurrent}, (2+${ability.int.mod})*if($level==1, 4, 1), 0)" /></string>
</object>
</void>
<void method="addScript">
@@ -2589,7 +2589,7 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(2+${ability.int.mod})*4" otherLevel="dicescript:2+${ability.int.mod}" /></string>
+ <string>wyrmscript:<d20:skillPoints points="dicescript:if(${class.isCurrent}, (2+${ability.int.mod})*if($level==1, 4, 1), 0)" /></string>
</object>
</void>
<void method="addScript">
@@ -2734,7 +2734,7 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(4+${ability.int.mod})*4" otherLevel="dicescript:4+${ability.int.mod}" /></string>
+ <string>wyrmscript:<d20:skillPoints points="dicescript:if(${class.isCurrent}, (4+${ability.int.mod})*if($level==1, 4, 1), 0)" /></string>
</object>
</void>
<void method="addScript">
@@ -2846,7 +2846,7 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(4+${ability.int.mod})*4" otherLevel="dicescript:4+${ability.int.mod}" /></string>
+ <string>wyrmscript:<d20:skillPoints points="dicescript:if(${class.isCurrent}, (4+${ability.int.mod})*if($level==1, 4, 1), 0)" /></string>
</object>
</void>
<void method="addScript">
@@ -3048,7 +3048,7 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(6+${ability.int.mod})*4" otherLevel="dicescript:6+${ability.int.mod}" /></string>
+ <string>wyrmscript:<d20:skillPoints points="dicescript:if(${class.isCurrent}, (6+${ability.int.mod})*if($level==1, 4, 1), 0)" /></string>
</object>
</void>
<void method="addScript">
@@ -6460,7 +6460,7 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
</void>
<void method="addScript">
<object class="org.wyrmtools.core.platform.script.Script">
- <string>wyrmscript:<d20:skillPoints firstLevel="dicescript:4" otherLevel="dicescript:1" /></string>
+ <string>wyrmscript:<d20:skillPoints points="dicescript:if($level==1, 4, 1)" /></string>
</object>
</void>
<void method="addScript">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:22:18
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a commit to branch master
in repository data.
commit 998bb5142f3c8ee75c62048d9dcf251c619b7c2c
Author: Wyrm Tools <wyr...@us...>
Date: Sat Aug 26 02:14:51 2006 +0000
Added base saving throw modifiers for all classes.
---
d20/wotc/srd/srd.xml | 165 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 165 insertions(+), 0 deletions(-)
diff --git a/d20/wotc/srd/srd.xml b/d20/wotc/srd/srd.xml
index c277236..6125b75 100644
--- a/d20/wotc/srd/srd.xml
+++ b/d20/wotc/srd/srd.xml
@@ -1855,6 +1855,21 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
<string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(2+${ability.int.mod})*4" otherLevel="dicescript:2+${ability.int.mod}" /></string>
</object>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="fort" type="base" mod="dicescript:${class.level}/2+2" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="ref" type="base" mod="dicescript:${class.level}/3" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="will" type="base" mod="dicescript:${class.level}/2+2" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -2008,6 +2023,21 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
<string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(8+${ability.int.mod})*4" otherLevel="dicescript:8+${ability.int.mod}" /></string>
</object>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="fort" type="base" mod="dicescript:${class.level}/3" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="ref" type="base" mod="dicescript:${class.level}/2+2" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="will" type="base" mod="dicescript:${class.level}/3" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -2107,6 +2137,21 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
<string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(6+${ability.int.mod})*4" otherLevel="dicescript:6+${ability.int.mod}" /></string>
</object>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="fort" type="base" mod="dicescript:${class.level}/2+2" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="ref" type="base" mod="dicescript:${class.level}/2+2" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="will" type="base" mod="dicescript:${class.level}/3" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -2194,6 +2239,21 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
<string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(2+${ability.int.mod})*4" otherLevel="dicescript:2+${ability.int.mod}" /></string>
</object>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="fort" type="base" mod="dicescript:${class.level}/3" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="ref" type="base" mod="dicescript:${class.level}/3" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="will" type="base" mod="dicescript:${class.level}/2+2" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -2260,6 +2320,21 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
<string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(2+${ability.int.mod})*4" otherLevel="dicescript:2+${ability.int.mod}" /></string>
</object>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="fort" type="base" mod="dicescript:${class.level}/2+2" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="ref" type="base" mod="dicescript:${class.level}/3" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="will" type="base" mod="dicescript:${class.level}/3" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -2351,6 +2426,21 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
<string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(4+${ability.int.mod})*4" otherLevel="dicescript:4+${ability.int.mod}" /></string>
</object>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="fort" type="base" mod="dicescript:${class.level}/2+2" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="ref" type="base" mod="dicescript:${class.level}/3" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="will" type="base" mod="dicescript:${class.level}/3" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -2427,6 +2517,21 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
<string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(2+${ability.int.mod})*4" otherLevel="dicescript:2+${ability.int.mod}" /></string>
</object>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="fort" type="base" mod="dicescript:${class.level}/2+2" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="ref" type="base" mod="dicescript:${class.level}/3" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="will" type="base" mod="dicescript:${class.level}/3" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -2487,6 +2592,21 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
<string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(2+${ability.int.mod})*4" otherLevel="dicescript:2+${ability.int.mod}" /></string>
</object>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="fort" type="base" mod="dicescript:${class.level}/3" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="ref" type="base" mod="dicescript:${class.level}/3" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="will" type="base" mod="dicescript:${class.level}/2+2" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -2617,6 +2737,21 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
<string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(4+${ability.int.mod})*4" otherLevel="dicescript:4+${ability.int.mod}" /></string>
</object>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="fort" type="base" mod="dicescript:${class.level}/2+2" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="ref" type="base" mod="dicescript:${class.level}/2+2" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="will" type="base" mod="dicescript:${class.level}/2+2" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -2714,6 +2849,21 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
<string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(4+${ability.int.mod})*4" otherLevel="dicescript:4+${ability.int.mod}" /></string>
</object>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="fort" type="base" mod="dicescript:${class.level}/2+2" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="ref" type="base" mod="dicescript:${class.level}/3" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="will" type="base" mod="dicescript:${class.level}/2+2" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
@@ -2901,6 +3051,21 @@ System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Autho
<string>wyrmscript:<d20:skillPoints firstLevel="dicescript:(6+${ability.int.mod})*4" otherLevel="dicescript:6+${ability.int.mod}" /></string>
</object>
</void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="fort" type="base" mod="dicescript:${class.level}/3" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="ref" type="base" mod="dicescript:${class.level}/2+2" /></string>
+ </object>
+ </void>
+ <void method="addScript">
+ <object class="org.wyrmtools.core.platform.script.Script">
+ <string>wyrmscript:<d20:savingThrowMod savingThrow="will" type="base" mod="dicescript:${class.level}/2+2" /></string>
+ </object>
+ </void>
<void method="changeLocale">
<null/>
</void>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:22:17
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a commit to branch master
in repository data.
commit 68122f89d67f2fcc59a50edbcf820022427c14e0
Author: Wyrm Tools <wyr...@us...>
Date: Sun Aug 20 02:36:47 2006 +0000
Initial checkin.
---
d20/wotc/srd/README | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/d20/wotc/srd/README b/d20/wotc/srd/README
new file mode 100644
index 0000000..5982855
--- /dev/null
+++ b/d20/wotc/srd/README
@@ -0,0 +1,10 @@
+WYRM TOOLS DATA SET DESCRIPTOR
+==============================
+
+ Title: d20 3.5 System Reference Document
+Format: JavaBeans
+ Root: Any Repository
+
+Notes
+
+ 1. This data set currently contains definitions for support elements, such as publication types, publishers, etc. These are not part of the SRD but are included for convenience until such elements are extracted into their own data set.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:22:09
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a commit to branch master
in repository data.
commit 7552b546f91ef73e68db6758159a8fa14b4d0c81
Author: Wyrm Tools <wyr...@us...>
Date: Mon Aug 7 01:49:16 2006 +0000
Initial checkin.
---
d20/wotc/srd/srd.xml | 138 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 138 insertions(+), 0 deletions(-)
diff --git a/d20/wotc/srd/srd.xml b/d20/wotc/srd/srd.xml
new file mode 100644
index 0000000..6d9f4ba
--- /dev/null
+++ b/d20/wotc/srd/srd.xml
@@ -0,0 +1,138 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<java version="1.5.0_07" class="java.beans.XMLDecoder">
+ <object class="org.wyrmtools.core.export.beans.ElementTypeClassLoaderContext" method="fromTypeId">
+ <int>2</int>
+ </object>
+ <void id="RepositoryProxy0" property="owner"/>
+ <object class="org.wyrmtools.internal.core.export.beans.ElementPersistenceDelegate" method="createElement">
+ <object idref="RepositoryProxy0"/>
+ <object class="org.wyrmtools.core.model.PublisherCreateContext">
+ <void property="id">
+ <object id="Uuid0" class="org.wyrmtools.core.util.Uuid" method="fromString">
+ <string>39cba560236811dbacd0cfe0f96560fe</string>
+ </object>
+ </void>
+ <void property="name">
+ <string>Wizards of the Coast</string>
+ </void>
+ <void property="url">
+ <string>http://www.wizards.com</string>
+ </void>
+ </object>
+ <void property="url">
+ <string>http://www.wizards.com</string>
+ </void>
+ <void method="changeLocale">
+ <null/>
+ </void>
+ <void property="name">
+ <string>Wizards of the Coast</string>
+ </void>
+ </object>
+ <object class="org.wyrmtools.core.export.beans.ElementTypeClassLoaderContext" method="fromTypeId">
+ <int>1</int>
+ </object>
+ <object class="org.wyrmtools.internal.core.export.beans.ElementPersistenceDelegate" method="createElement">
+ <object idref="RepositoryProxy0"/>
+ <object class="org.wyrmtools.core.model.CampaignSettingCreateContext">
+ <void property="gameSystem">
+ <object id="GameSystemProxy0" class="org.wyrmtools.internal.core.export.beans.GameSystemPersistenceDelegate" method="getGameSystem">
+ <object class="org.wyrmtools.core.util.Uuid" method="fromString">
+ <string>9431926083bb11d996690800200c9a66</string>
+ </object>
+ </object>
+ </void>
+ <void property="id">
+ <object id="Uuid1" class="org.wyrmtools.core.util.Uuid" method="fromString">
+ <string>3db9a870236811dbacd1cfe0f96560fe</string>
+ </object>
+ </void>
+ <void property="name">
+ <string>Core</string>
+ </void>
+ </object>
+ <void method="changeLocale">
+ <null/>
+ </void>
+ <void property="name">
+ <string>Core</string>
+ </void>
+ </object>
+ <object class="org.wyrmtools.core.export.beans.ElementTypeClassLoaderContext" method="fromTypeId">
+ <int>3</int>
+ </object>
+ <object class="org.wyrmtools.internal.core.export.beans.ElementPersistenceDelegate" method="createElement">
+ <object idref="RepositoryProxy0"/>
+ <object class="org.wyrmtools.core.model.PublicationTypeCreateContext">
+ <void property="id">
+ <object id="Uuid2" class="org.wyrmtools.core.util.Uuid" method="fromString">
+ <string>2f431ce0236811dbacd0cfe0f96560fe</string>
+ </object>
+ </void>
+ <void property="name">
+ <string>Rulebook</string>
+ </void>
+ </object>
+ <void method="changeLocale">
+ <null/>
+ </void>
+ <void property="name">
+ <string>Rulebook</string>
+ </void>
+ </object>
+ <object class="org.wyrmtools.core.export.beans.ElementTypeClassLoaderContext" method="fromTypeId">
+ <int>5</int>
+ </object>
+ <object class="org.wyrmtools.internal.core.export.beans.ElementPersistenceDelegate" method="createElement">
+ <object idref="RepositoryProxy0"/>
+ <object class="org.wyrmtools.core.model.SourceCreateContext">
+ <object class="org.wyrmtools.core.util.Uuid" method="fromString">
+ <string>536a7be0236811dbacd2cfe0f96560fe</string>
+ </object>
+ <void property="name">
+ <string>System Reference Document</string>
+ </void>
+ <void property="campaignSettingId">
+ <object idref="Uuid1"/>
+ </void>
+ <void property="copyright">
+ <string>Open Game License v 1.0a Copyright 2000, Wizards of the Coast, Inc.
+
+System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Authors Jonathan Tweet, Monte Cook, Skip Williams, Rich Baker, Andy Collins, David Noonan, Rich Redman, Bruce R. Cordell, John D. Rateliff, Thomas Reid, James Wyatt, based on original material by E. Gary Gygax and Dave Arneson.</string>
+ </void>
+ <void property="gameRules">
+ <object class="org.wyrmtools.internal.core.export.beans.GameRulesPersistenceDelegate" method="getGameRules">
+ <object class="org.wyrmtools.core.util.Uuid" method="fromString">
+ <string>9c0c1030d57011d98cd50800200c9a66</string>
+ </object>
+ </object>
+ </void>
+ <void property="gameSystem">
+ <object idref="GameSystemProxy0"/>
+ </void>
+ <void property="publicationTypeId">
+ <object idref="Uuid2"/>
+ </void>
+ <void property="publisherId">
+ <object idref="Uuid0"/>
+ </void>
+ <void property="url">
+ <string>http://www.wizards.com/default.asp?x=d20/article/srd35</string>
+ </void>
+ </object>
+ <void property="url">
+ <string>http://www.wizards.com/default.asp?x=d20/article/srd35</string>
+ </void>
+ <void method="changeLocale">
+ <null/>
+ </void>
+ <void property="copyright">
+ <string>Open Game License v 1.0a Copyright 2000, Wizards of the Coast, Inc.
+
+System Reference Document Copyright 2000-2003, Wizards of the Coast, Inc.; Authors Jonathan Tweet, Monte Cook, Skip Williams, Rich Baker, Andy Collins, David Noonan, Rich Redman, Bruce R. Cordell, John D. Rateliff, Thomas Reid, James Wyatt, based on original material by E. Gary Gygax and Dave Arneson.</string>
+ </void>
+ <void property="name">
+ <string>System Reference Document</string>
+ </void>
+ </object>
+</java>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:22:08
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a commit to branch master
in repository data.
commit 2074e0d22b5f8007414917128977732a758b84ad
Author: Wyrm Tools <wyr...@us...>
Date: Fri Aug 4 02:07:09 2006 +0000
Initial checkin.
---
.project | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/.project b/.project
new file mode 100644
index 0000000..f3781e0
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>data</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ </buildSpec>
+ <natures>
+ </natures>
+</projectDescription>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|
|
From: Wyrm T. <wyr...@us...> - 2015-05-17 02:22:07
|
This is an automated email from the git hooks/post-receive script.
wyrmtools pushed a change to branch master
in repository data.
at 28f068b [BUG 1758656] Corrected d20:spellPoints scripts for all SRD classes.
This branch includes the following new commits:
new 2074e0d Initial checkin.
new 7552b54 Initial checkin.
new b06ca8a Added core skills.
new db072f3 Added core feats and feat types.
new 7931c52 Added core races.
new fd658d5 Added core classes.
new 68122f8 Initial checkin.
new 998bb51 Added base saving throw modifiers for all classes.
new b05d89d Updated all d20:skillPoints scripts based on new schema.
new 58d11b9 Added fighter bonus feats.
new 8f105e7 Updated human bonus feat script.
new c281d62 Fighter bonus feats are based on class level not character level.
new 8b9099e [TASK 131764] Added feat benefits.
new 152c8b3 [TASK 132394] Added feat prerequisites for all feats.
new e30d522 [TASK 133154] Initial checkin.
new 912577e [TASK 133459] Added skill descriptions.
new b44c230 [TASK 134074] Added minimum ability score prerequisites for all feats.
new ba0fd65 [TASK 134477] Refactored a feat's prerequisite feats to be a first-class property rather than a script (although it is still represented as such internally).
new cb2184a Updated version to 0.8.0.
new edc7bf6 [TASK 134967] Added composite skills and any missing component skills.
new 0d8b081 [TASK 135308] Added feat descriptions.
new 7b86a7f Updated version to 0.9.0.
new ac84253 [TASK 136007] Added race descriptions.
new 25bbb7c [TASK 136008] Added class descriptions.
new fc4ac80 Updated version to 0.10.0.
new e67cdf9 [TASK 137552] Added support for feat minimum ability score prerequisites.
new fdd8e53 [TASK 137591] Added core schools.
new 02a6a7c [TASK 137722] Added core domains.
new 307b575 [TASK 137888] Added core spell types.
new 7089ffd [TASK 137776] Added core spells.
new 8f15590 Updated version to 0.11.0.
new 8458796 [TASK 139018] Added castable spell type and spellcaster key ability class properties.
new 1beeafe Updated version to 0.12.0.
new fb35da3 [TASK 140110] Added class spells prepared property.
new 430adbf [TASK 140326] Added spell point contribution scripts for all classes.
new 30bfc95 Updated version to 0.13.0.
new 28f068b [BUG 1758656] Corrected d20:spellPoints scripts for all SRD classes.
The 37 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
|