2025/07/31 Update

Reverted Luminous Armor.
Updated NUI spellcast menu (@Alhooness).
Fixed Inlindl School.
Tweaked prc_2da_cache creature.
Fixed Celebrant of Sharess spellcasting.
Found a few more functions to remove Assassin from.
Added GetTotalShieldACBonus().
Made magic staves medium weapons again, so that small creatures can use them.
Added feat constants for Charge & Grapple.
Devil's Eye should be Extendable.
Setup talents for Combat maneuvers.
Updated PRC8 manual.
This commit is contained in:
Jaysyn904
2025-07-31 07:35:50 -04:00
parent 2181120567
commit 98e0b02799
41 changed files with 1953 additions and 1800 deletions

View File

@@ -0,0 +1,33 @@
2DA V2.0
Model
0 grn_m_bone
1 grn_m_giblet
2 grn_m_rib
3 grn_m_thigh
4 grn_s_giblet
5 red_l_bone
6 red_l_giblet
7 red_l_rib
8 red_l_thigh
9 red_m_bone
10 red_m_giblet
11 red_m_rib
12 red_m_thigh
13 red_m_torso
14 red_s_bone
15 red_s_giblet
16 red_s_rib
17 red_s_thigh
18 wht_m_bone
19 wht_m_head
20 wht_m_pelves
21 wht_s_bone
22 vwp_m_chunk_grn
23 vwp_m_chunk_red
24 vwp_m_chunk_wht
25 vwp_m_chunk_yel
26 vwp_s_chunk_red
27 vwp_s_chunk_grn
28 vwp_s_chunk_yel
29 vwp_l_chunk_red

View File

@@ -1,9 +1,9 @@
2DA V2.0
Label FeedbackStrref ColorR ColorG ColorB
0 Physical 5594 **** **** ****
0 Physical 5594 255 102 0
1 Magical 5593 204 119 255
2 Acid 10458 0 102 0
2 Acid 10458 0 255 0
3 Cold 10459 153 255 255
4 Divine 10460 255 255 0
5 Electrical 10461 0 102 255

View File

@@ -1,16 +1,16 @@
2DA V2.0
Label CharsheetStrref DamageTypeGroup
0 Bludgeoning 58345 0
1 Piercing 58341 0
2 Slashing 58344 0
3 Magical 58302 1
4 Acid 58303 2
5 Cold 58304 3
6 Divine 58305 4
7 Electrical 58306 5
8 Fire 58308 6
9 Negative 58309 7
10 Positive 58310 8
11 Sonic 58311 9
12 Base 58301 0
Label CharsheetStrref DamageTypeGroup DamageRangedProjectile
0 Bludgeoning 58345 0 0
1 Piercing 58341 0 0
2 Slashing 58344 0 0
3 Magical 58302 1 0
4 Acid 58303 2 1
5 Cold 58304 3 2
6 Divine 58305 4 0
7 Electrical 58306 5 3
8 Fire 58308 6 4
9 Negative 58309 7 0
10 Positive 58310 8 0
11 Sonic 58311 9 5
12 Base 58301 0 0

View File

@@ -702,5 +702,4 @@
698 XP_SPECIAL_REQ **** 1 1 1 **** 0
699 ACTIVATE_ITEM_ONHITSPELLCAST **** 1 1 1 **** 0
700 Summon_Baatezu **** 1 1 1 **** 0
701 OnHitPlanarRift **** 1 1 1 **** 0
702
701 OnHitPlanarRift **** 1 1 1 **** 0

File diff suppressed because it is too large Load Diff