diff --git a/Call_of_Cthulhu_DA/Call_of_Cthulhu_Dark_Ages.css b/Call_of_Cthulhu_DA/Call_of_Cthulhu_Dark_Ages.css index e015475a91..eaf073daed 100644 --- a/Call_of_Cthulhu_DA/Call_of_Cthulhu_Dark_Ages.css +++ b/Call_of_Cthulhu_DA/Call_of_Cthulhu_Dark_Ages.css @@ -3,13 +3,25 @@ } - + .sheet-details_text{ + width:279px; + margin-left:5px; +} + + +.sheet-details_sex_text{ + width:189px; + margin-left:5px; +} .sheet-blank_skill{ width:128px; } - +.sheet-disorders{ + height:80px; + width:97%; +} .charsheet div.sheet-skills1 { display: none; diff --git a/Call_of_Cthulhu_DA/Call_of_Cthulhu_Dark_Ages.html b/Call_of_Cthulhu_DA/Call_of_Cthulhu_Dark_Ages.html index 7a88017e51..868b33e897 100644 --- a/Call_of_Cthulhu_DA/Call_of_Cthulhu_Dark_Ages.html +++ b/Call_of_Cthulhu_DA/Call_of_Cthulhu_Dark_Ages.html @@ -6,39 +6,40 @@
Dark Ages Modern - Invictus + Invictus + Gaslight
- +
- + - + - + - + - +
Investigator Name
Occupation
Sex Age Age
Religion
Birthplace
- Afflications + Afflications
@@ -46,59 +47,89 @@ - + - + - + - + - +
Investigator Name
Occupation
Sex Age Age
Colleges/Degrees
Birthplace
- Mental Disorders + Mental Disorders
- + - + - + - + - + +
Investigator Name
Class
Sex Age Age
Household Gods
Birthplace
- Afflications + Afflications
- + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Investigator Name
Occupation
Sex Age
Colleges/Degrees
Birthplace
Social Class
+ Mental Disorders +
-
+

Characteristics & Rolls

@@ -175,10 +206,16 @@
+ +
+
+ +
+

-
+

@@ -832,7 +869,7 @@
- +
@@ -1235,7 +1272,7 @@
- +
@@ -1640,7 +1677,7 @@
- + @@ -1649,7 +1686,450 @@
+ + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Accounting (10%)
Anthropology (1)
Archaeology (01)
Art (05%)
Astronomy (01)
Bargain (05%)
Biology (01)
Chemistry (01)
Climb (40%)
Conceal (15%)
Craft (05%)
Credit Rating (15%)
Cthulhu Mythos
Disguise (1)
Dodge (DEX x2)
Drive Carriage (20%)
Electrical Repair (10%)
Fast Talk (05%)
First Aid (30%)
Geology (01)
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Hide (10%)
History (20%)
Jump (25%)
Law (05%)
Library Use (25%)
Listen (25%)
Locksmith (01)
Martial Arts (00)
Mechanical Repair (20%)
Medicine (05%)
Natural History (10%)
Navigate (10%)
Occult (05%)
Operate Hvy. Machine (01)
Other Language (05%)
Own Lang. (EDU x5)
Persuade (15%)
Pharmacy (01)
Photography (10%)
Physics (01)
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Pilot Balloon (01%)
Pilot Boat (01%)
Psychology (05%)
Ride (05%)
Sneak (10%)
Spot Hidden (25%)
Swim (25%)
Throw (25%)
Track (10%)
Firearms
Handgun (20%)
Machine Gun (15%)
Rifle (25%)
Shotgun (30%)
+ +
+
+
+ + + + +
+
+
+

@@ -1851,7 +2331,45 @@

Firearms


Firearm
Current
Skill %
-

Attack Damage
+

Attack Damage
+
Base
Range
+
Shots/
Round
+
Shots
in Gun
+
Malfunct.
Number
+
Hit Points
+ + +
+ + + + + + + + + + + + + + + +
+ + + +
+
+

+ + +
+

+

Firearms

+

Firearm
+
Current
Skill %
+

Attack Damage
Base
Range
Shots/
Round
Shots
in Gun
@@ -2037,6 +2555,16 @@ }); }); + + on("change:pow", function() { + getAttrs(["POW"], function(values) { + console.log("Set stable SAN"); + var pow = parseInt(values.POW); + var stable_san = pow*5; + setAttrs({stableSanity:stable_san}); + }); + }); +