namelessjon-exalted 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/exalted/character.rb +10 -1
  3. metadata +3 -3
@@ -1,4 +1,4 @@
1
1
  ---
2
- patch: 0
2
+ patch: 1
3
3
  major: 0
4
4
  minor: 1
@@ -31,8 +31,17 @@ module Exalted
31
31
  ['twilight', %w{craft investigation lore medicine occult}],
32
32
  ['night', %w{athletics awareness dodge larceny stealth}],
33
33
  ['eclipse', %w{bureaucracy linguistics ride sail socialize}]
34
+ ],
35
+ 'L1e' => [
36
+ ['war', %w{archery athletics awareness brawl dodge endurance martial_arts melee resistance thrown}],
37
+ ['life', %w{craft larceny linguistics performance presence ride sail socialize stealth survival}],
38
+ ['wisdom', %w{bureaucracy investigation lore medicine occult}]
39
+ ],
40
+ 'L2e' => [
41
+ ['war', %w{archery athletics awareness dodge integrity martial_arts melee resistance thrown war}],
42
+ ['life', %w{craft larceny linguistics performance presence ride sail socialize stealth survival}],
43
+ ['wisdom', %w{bureaucracy investigation lore medicine occult}]
34
44
  ]
35
-
36
45
  }
37
46
 
38
47
  class Character
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: namelessjon-exalted
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Stott
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-27 00:00:00 -08:00
12
+ date: 2009-01-02 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -21,7 +21,7 @@ dependencies:
21
21
  - !ruby/object:Gem::Version
22
22
  version: 0.9.9
23
23
  version:
24
- description: Classes to help with characters for Exalted, the RPG by WW
24
+ description: Classes to help with characters for Exalted, the RPG by WW.
25
25
  email: jonathan.stott@gmail.com
26
26
  executables: []
27
27