Skip to content

Commit

Permalink
add distinct color for perdue's sword
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Jul 5, 2020
1 parent 59142ec commit 25b6a74
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
Binary file added tnt/components/perdue_sword/g_perdue.bam
Binary file not shown.
4 changes: 4 additions & 0 deletions tnt/components/perdue_sword/main.tpa
@@ -0,0 +1,4 @@
COPY ~%components%/perdue_sword/g_perdue.bam~ override
COPY_EXISTING ~sw1h17.itm~ override
WRITE_ASCIIT ITM_inventory_icon ~g_perdue~
BUT_ONLY
7 changes: 6 additions & 1 deletion tnt/tnt.tp2
Expand Up @@ -278,6 +278,11 @@ BEGIN @260 /* Improved Equalizer */
REQUIRE_PREDICATE GAME_INCLUDES ~bg2~ @126 /* Requires BG2 */
OUTER_SPRINT comp_name ~improved_equalizer~
WITH_TRA ~%lang_dir%/%comp_name%.tra~ BEGIN INCLUDE ~%components%/%comp_name%/main.tpa~ END

GROUP @200 /* Items */
BEGIN @261 /* Distinct color for Perdue's sword */
REQUIRE_PREDICATE GAME_INCLUDES ~bg1~ @102 /* BG1 content not present */
INCLUDE ~%components%/perdue_sword/main.tpa~
// END ITEM TWEAKS

// SPELL TWEAKS
Expand Down Expand Up @@ -443,7 +448,7 @@ DISABLE_FROM_KEY bwdragon.mve bislogo.mve wotc.mve

BEGIN @606 /* Faster loading times */
GROUP @600 /* Assorted convenience components */
REQUIRE_PREDICATE NOT ENGINE_IS ~bgee bg2ee iwdee pstee~ @263 /* Only non-EE engines */
REQUIRE_PREDICATE NOT ENGINE_IS ~bgee bg2ee iwdee pstee~ @127 /* Only non-EE engines */
INCLUDE ~%components%/faster_loading_times/main.tpa~

BEGIN @608 /* Each stat gets +1 */
Expand Down
3 changes: 2 additions & 1 deletion tnt/tra/english/setup.tra
Expand Up @@ -6,6 +6,7 @@
@124 = ~Requires ToB or EE engine~
@125 = ~Requires BG2 or EE engine~
@126 = ~Requires BG2~
@127 = ~Only non-EE engines~


@200 = ~Items~
Expand Down Expand Up @@ -33,8 +34,8 @@
@253 = ~BGT only~

@260 = ~Improved Equalizer~
@263 = ~Only non-EE engines~

@261 = ~Distinct color for Perdue's sword~

@300 = ~Traps~
@301 = ~Trap intuition~
Expand Down

0 comments on commit 25b6a74

Please sign in to comment.