You can subscribe to this list here.
| 2006 |
Jan
|
Feb
(26) |
Mar
(493) |
Apr
(372) |
May
(131) |
Jun
(96) |
Jul
(87) |
Aug
(116) |
Sep
(68) |
Oct
(127) |
Nov
(158) |
Dec
(122) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(258) |
Feb
(148) |
Mar
(367) |
Apr
(202) |
May
(268) |
Jun
(182) |
Jul
(344) |
Aug
(324) |
Sep
(254) |
Oct
(264) |
Nov
(155) |
Dec
(169) |
| 2008 |
Jan
(266) |
Feb
(330) |
Mar
(371) |
Apr
(378) |
May
(259) |
Jun
(547) |
Jul
(319) |
Aug
(346) |
Sep
(198) |
Oct
(440) |
Nov
(230) |
Dec
(251) |
| 2009 |
Jan
(422) |
Feb
(344) |
Mar
(274) |
Apr
(70) |
May
(27) |
Jun
(86) |
Jul
(214) |
Aug
(158) |
Sep
(272) |
Oct
(235) |
Nov
(232) |
Dec
(155) |
| 2010 |
Jan
(147) |
Feb
(75) |
Mar
(93) |
Apr
(120) |
May
(317) |
Jun
(373) |
Jul
(324) |
Aug
(222) |
Sep
(274) |
Oct
(439) |
Nov
(358) |
Dec
(274) |
| 2011 |
Jan
(200) |
Feb
(167) |
Mar
(82) |
Apr
(159) |
May
(176) |
Jun
(120) |
Jul
(68) |
Aug
(85) |
Sep
(75) |
Oct
(40) |
Nov
(130) |
Dec
(106) |
| 2012 |
Jan
(254) |
Feb
(411) |
Mar
(274) |
Apr
(43) |
May
(136) |
Jun
(97) |
Jul
(64) |
Aug
(118) |
Sep
(465) |
Oct
(550) |
Nov
(424) |
Dec
(394) |
| 2013 |
Jan
(329) |
Feb
(289) |
Mar
(259) |
Apr
(236) |
May
(243) |
Jun
(379) |
Jul
(311) |
Aug
(296) |
Sep
(297) |
Oct
(422) |
Nov
(466) |
Dec
(254) |
| 2014 |
Jan
(364) |
Feb
(278) |
Mar
(208) |
Apr
(184) |
May
(248) |
Jun
(370) |
Jul
(396) |
Aug
(246) |
Sep
(156) |
Oct
(168) |
Nov
(331) |
Dec
(158) |
| 2015 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
(1) |
3
|
|
4
|
5
|
6
|
7
|
8
(2) |
9
|
10
|
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
From: <za...@us...> - 2015-01-08 10:16:16
|
Revision: 25836
http://sourceforge.net/p/pcgen/code/25836
Author: zaister
Date: 2015-01-08 10:16:08 +0000 (Thu, 08 Jan 2015)
Log Message:
-----------
PRET-37
Add missing references for BONUS:CONCENTRATION and APPLIEDNAME for TEMPLATEs
Modified Paths:
--------------
Trunk/utilities/prettylst/prettylst.pl
Modified: Trunk/utilities/prettylst/prettylst.pl
===================================================================
--- Trunk/utilities/prettylst/prettylst.pl 2015-01-08 10:03:53 UTC (rev 25835)
+++ Trunk/utilities/prettylst/prettylst.pl 2015-01-08 10:16:08 UTC (rev 25836)
@@ -1836,6 +1836,7 @@
'BONUS:CASTERLEVEL:*', # Global
'BONUS:CHECKS:*', # Global DEPRECATED
'BONUS:COMBAT:*', # Global
+ 'BONUS:CONCENTRATION:*', # Global
'BONUS:DC:*', # Global
'BONUS:DOMAIN:*', # Global
'BONUS:DR:*', # Global
@@ -1893,6 +1894,7 @@
'BONUS:CASTERLEVEL:*',
'BONUS:CHECKS:*',
'BONUS:COMBAT:*',
+ 'BONUS:CONCENTRATION:*',
'BONUS:DC:*',
'BONUS:DOMAIN:*',
'BONUS:DR:*',
@@ -2802,6 +2804,7 @@
'BONUS:CASTERLEVEL:*',
'BONUS:CHECKS:*',
'BONUS:COMBAT:*',
+ 'BONUS:CONCENTRATION:*',
'BONUS:DC:*',
'BONUS:FEAT:*',
'BONUS:MOVEADD:*',
@@ -3459,6 +3462,7 @@
'ADD:LANGUAGE:*',
'ADD:TEMPLATE:*',
'ADD:VFEAT:*',
+ 'APPLIEDNAME',
'FAVOREDCLASS',
'ABILITY:*',
'FEAT:*',
@@ -3725,6 +3729,7 @@
'CASTERLEVEL',
'CHECKS',
'COMBAT',
+ 'CONCENTRATION',
'DAMAGE', # Deprecated 4.3.8 - Remove 5.16.0 - Use BONUS:COMBAT|DAMAGE.x|y
'DC',
'DOMAIN',
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <za...@us...> - 2015-01-08 10:04:02
|
Revision: 25835
http://sourceforge.net/p/pcgen/code/25835
Author: zaister
Date: 2015-01-08 10:03:53 +0000 (Thu, 08 Jan 2015)
Log Message:
-----------
PRET-36
Remove duplicate entry SPELLPOINTCOST for SPELLS
Modified Paths:
--------------
Trunk/utilities/prettylst/prettylst.pl
Modified: Trunk/utilities/prettylst/prettylst.pl
===================================================================
--- Trunk/utilities/prettylst/prettylst.pl 2015-01-02 20:23:54 UTC (rev 25834)
+++ Trunk/utilities/prettylst/prettylst.pl 2015-01-08 10:03:53 UTC (rev 25835)
@@ -3131,7 +3131,6 @@
'DESC:*',
'TEMPDESC',
'TEMPBONUS',
- 'SPELLPOINTCOST:*',
],
'SUBCLASS' => [
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gjo...@us...> - 2015-01-02 20:24:02
|
Revision: 25834
http://sourceforge.net/p/pcgen/code/25834
Author: gjorbjond
Date: 2015-01-02 20:23:54 +0000 (Fri, 02 Jan 2015)
Log Message:
-----------
Hunter Spellcasting Stat is WIS.
Modified Paths:
--------------
Trunk/content/notfordistribution/pathfinder/paizo/roleplaying_game/advanced_class_guide/acg_classes.lst
Modified: Trunk/content/notfordistribution/pathfinder/paizo/roleplaying_game/advanced_class_guide/acg_classes.lst
===================================================================
--- Trunk/content/notfordistribution/pathfinder/paizo/roleplaying_game/advanced_class_guide/acg_classes.lst 2014-12-23 23:25:22 UTC (rev 25833)
+++ Trunk/content/notfordistribution/pathfinder/paizo/roleplaying_game/advanced_class_guide/acg_classes.lst 2015-01-02 20:23:54 UTC (rev 25834)
@@ -165,7 +165,7 @@
# Class Name Skill Pts/Lvl
CLASS:Hunter STARTSKILLPTS:6
# Class Name Spell Stat Spell Type Automatically Known Spell Levels Caster level Use Spell List
-CLASS:Hunter SPELLSTAT:INT SPELLTYPE:Divine BONUS:CASTERLEVEL|Hunter|CL MEMORIZE:NO SPELLLIST:2|Druid|Ranger KNOWNSPELLS:Summon Nature's Ally I|Summon Nature's Ally II|Summon Nature's Ally III|Summon Nature's Ally IV|Summon Nature's Ally V|Summon Nature's Ally VI
+CLASS:Hunter SPELLSTAT:WIS SPELLTYPE:Divine BONUS:CASTERLEVEL|Hunter|CL MEMORIZE:NO SPELLLIST:2|Druid|Ranger KNOWNSPELLS:Summon Nature's Ally I|Summon Nature's Ally II|Summon Nature's Ally III|Summon Nature's Ally IV|Summon Nature's Ally V|Summon Nature's Ally VI
###Block:Proficiencies
1 ABILITY:Hunter Class Features|AUTOMATIC|Hunter ~ Weapon and Armor Proficiency|!PREABILITY:1,CATEGORY=Archetype,TYPE.HunterArmorProficiencies|!PREABILITY:1,CATEGORY=Archetype,TYPE.HunterWeaponProficiencies
1 ABILITY:Internal|AUTOMATIC|Weapon Prof ~ Martial|Weapon Prof ~ Simple|!PREABILITY:1,CATEGORY=Archetype,TYPE.HunterWeaponProficiencies
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|