pfrpg_core 0.1.12 → 0.1.13

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9fde1b1f647dbb10923f4e99c7b15b6ddf7be2e4
4
- data.tar.gz: 6bb4aaaeffaf266c7ad4c91db70f746d3f10b098
3
+ metadata.gz: e74eaf0180f3f20b876e826979dd411189d05f40
4
+ data.tar.gz: 8590795f3f597327c8ee3721af188800e3546541
5
5
  SHA512:
6
- metadata.gz: 2d7f720443af64bcdd099f98b31c292160988f210a4afa31e4b889785dae2ef40f0e8469a77c3b39ad0e90f3d6df9d52352fb25c39251616382f4020608dd3e3
7
- data.tar.gz: c7a02ef861adf8ba90796cb5b31dfb4900aa182be2ef6d01cdb84ff81c6b55cadab9a36d366453dd49854c323aefed7fbad6ec7ec5a4ad11ee85a851d3387e80
6
+ metadata.gz: 4293c00b58932be44d64e0ddc880af0633f741480fd01d6a0ad948c2ad451c7f32bda5901b818500a347602c3b5fef475b4a3f63a37fa3bf963b90900b69ff21
7
+ data.tar.gz: 75471a01e9b67f8d96653bdaf7c8dc4f4c2a77e5f8737b4556be258e06c91db2bdb13decd5a7b75c1817d6a19688a5efe1174200d998824a7ec0c10f005d0e9f
@@ -13,7 +13,7 @@ module PfrpgCore
13
13
  end
14
14
 
15
15
  def modify_attack_for_weapon_finesse(attack, dex, str)
16
- if attack.weight_class == 'light' || attack.weight_class == 'natural'
16
+ if attack.weight_class == 'light' || attack.weight_class == 'natural' || attack.weapon_name['Rapier']
17
17
  attack.filter_str << "Weapon Finesse: -#{dex}, +#{str}"
18
18
  attack.other_bonus += dex
19
19
  attack.other_bonus -= str
@@ -1,3 +1,3 @@
1
1
  module PfrpgCore
2
- VERSION = "0.1.12"
2
+ VERSION = "0.1.13"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pfrpg_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordan OMara