Skip to content

Commit

Permalink
Adding strings for unidentified 2h axes
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDawg committed May 26, 2021
1 parent 3f3179e commit 0273e6d
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 24 deletions.
17 changes: 17 additions & 0 deletions underrep/languages/american/setup.tra
Original file line number Diff line number Diff line change
Expand Up @@ -953,3 +953,20 @@ Not Usable By:
Mage
Thief
Monk~
// @95 and @96 are from the generic 2haxe.itm in IWD, strrefs 9785 and 8564
@95 = ~Two Handed Axe~
@96 = ~This mighty weapon consists of a haft several feet long, topped with a heavy blade. The axe may be double-bitted, with blades on both sides of the haft, or it may only have a single blade. It is an unwieldy weapon, but a skilled warrior can strike blows of tremendous strength with it.

STATISTICS:

Damage: 1D10
Damage type: Slashing
Weight: 10
Speed Factor: 9
Proficiency Type: Axe
Type: 2-handed
Not Usable By:
Druid
Cleric
Mage
Thief~
13 changes: 13 additions & 0 deletions underrep/languages/american/setup_ee.tra
Original file line number Diff line number Diff line change
Expand Up @@ -834,3 +834,16 @@ Requires:
10 Strength

Weight: 12~
// @96 is strref 8564 from IWDEE
@96 = ~This mighty weapon consists of a haft several feet long, topped with a heavy blade. The axe may be double-bitted, with blades on both sides of the haft, or it may only have a single blade. It is an unwieldy weapon, but a skilled warrior can strike blows of tremendous strength with it.

STATISTICS:

Damage: 1d10 (slashing)
Speed Factor: 9
Proficiency Type: Axe
Type: Two-handed
Requires:
10 Strength

Weight: 10~
15 changes: 14 additions & 1 deletion underrep/languages/french/setup.tra
Original file line number Diff line number Diff line change
Expand Up @@ -1002,4 +1002,17 @@ Inutilisable par:
Mage
Voleur
Moine
Belluaire~
Belluaire~
// these strings were copied from IWDEE, not IWD, so adjust @96 for original BG2 as needed
@95 = ~Hache � deux mains~
@96 = ~Cette arme puissante consiste en un manche de 1,20 m�tre � 1,50 m�tre de long, au bout duquel a �t� fix�e une lourde lame, laquelle peut �tre simple ou double (une lame de chaque c�t� du manche). C'est une arme difficile � manier, mais un combattant aguerri peut d�livrer des coups terribles avec.

PARAM�TRES :

D�g�ts : 1d10 (tranchant)
Facteur de vitesse : 9
Type de comp�tence : hache
Type : arme � deux mains
N�cessite : 10 en force

Poids : 10~
16 changes: 16 additions & 0 deletions underrep/languages/italian/setup.tra
Original file line number Diff line number Diff line change
Expand Up @@ -989,3 +989,19 @@ Non utilizzabile da:
Ladro
Monaco
Addestratore di Animali~

// these strings were copied from IWDEE, not IWD, so adjust @96 for original BG2 as needed
@95 = ~Ascia a Due Mani~
@96 = ~Questa possente arma consta di un manico lungo circa un metro e mezzo con una lama molto pesante. L'ascia pu� essere anche a doppio taglio, con lame su entrambi i lati dell'attaccatura, oppure ad una sola lama. � un'arma poco maneggevole, ma un guerriero esperto pu� vibrare colpi di enorme potenza con essa.

STATISTICHE:

Danno: 1d10 (tagliente)
Fattore-velocit�: 9
Tipo di Competenza: Ascia
Tipo: A due mani

Richiede:
Forza 10

Peso: 10~
14 changes: 14 additions & 0 deletions underrep/languages/russian/setup.tra
Original file line number Diff line number Diff line change
Expand Up @@ -997,3 +997,17 @@ A
���
�����
������ ������~

// these strings were copied from IWDEE, not IWD, so adjust @96 for original BG2 as needed
@95 = ~��������� �����~
@96 = ~��� ������ ������ ������� �� ������ � ��������� ����� ������ � �������� ������. ����� ����� ���� �������, � �������� �� ��� ������� ������, ��� ���������. ��� ���������� ������, �� � ����� ������� ����� ����� �����������.

���������:

����: 1d10 (�������)
������ ��������: 9
��������� �����: �����
���: ���������
����������: ���� 10

���: 10~
34 changes: 17 additions & 17 deletions underrep/lib/items.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ ADD_PROJECTILE ~override/u#hfdtpd.pro~
COPY_EXISTING ~sppr517.spl~ ~override/u#hfdtpd.spl~
LPF ALTER_SPELL_HEADER INT_VAR projectile = ~u#hfdtpd~ END

// make creatures who were immune to orig insect plague also immune to clone
// make creatures who were immune to orig remove magic also immune to clone
COPY_EXISTING ~spellh01.itm~ ~override~
LPF CLONE_EFFECT STR_VAR match_resource = spwi302 resource = ~u#hfdtdd~ END
BUT_ONLY IF_EXISTS
Expand All @@ -222,21 +222,21 @@ COPY_EXISTING ~ohbetrai.itm~ ~override~
~gorchr.itm~ ~override~
~ohbdem01.cre~ ~override~
LPF CLONE_EFFECT STR_VAR match_resource = sppr517 resource = ~u#hfdtpd~ END
BUT_ONLY IF_EXISTS

ACTION_IF ee_game BEGIN

// make 2h axes available to shamans
COPY_EXISTING ~u#ax2h85.itm~ ~override~
~u#ax2h86.itm~ ~override~
~u#ax2h87.itm~ ~override~
~u#ax2h93.itm~ ~override~
~u#ax2h94.itm~ ~override~
~u#ax2h95.itm~ ~override~
~u#ax2h98.itm~ ~override~
~u#ax2h99.itm~ ~override~
BUT_ONLY IF_EXISTS

// make 2h axes available to shamans, add generic name/descripts
COPY_EXISTING ~u#ax2h85.itm~ ~override~
~u#ax2h86.itm~ ~override~
~u#ax2h87.itm~ ~override~
~u#ax2h93.itm~ ~override~
~u#ax2h94.itm~ ~override~
~u#ax2h95.itm~ ~override~
~u#ax2h98.itm~ ~override~
~u#ax2h99.itm~ ~override~
SAY 0x08 @95
SAY 0x50 @96
PATCH_IF ee_game BEGIN
WRITE_BYTE 0x21 (THIS BAND `BIT6) // removes druid restriction, add back as 319 below
LPF ADD_ITEM_EQEFFECT INT_VAR opcode = 319 target = 1 parameter1 = 11 parameter2 = 5 timing = 2 special = 1080 END
BUT_ONLY

END
END
BUT_ONLY
11 changes: 5 additions & 6 deletions underrep/setup-underrep.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ LANGUAGE ~Traduction francaise (par Mathrim Cauthon, [email protected])~

LANGUAGE ~Russian (SERKOS)~
~russian~
~underrep/languages/russian/underrep.tra~
~underrep/languages/russian/setup.tra~
~underrep/languages/russian/u#conlan.tra~

LANGUAGE ~Italian (Stoneangel)~
~italian~
~underrep/languages/italian/underrep.tra~
~underrep/languages/italian/setup.tra~
~underrep/languages/italian/u#conlan.tra~

/////\\\\\/////\\\\\/////\\\\\/////\\\\\/////\\\\\/////\\\\\
Expand All @@ -53,7 +53,7 @@ LANGUAGE ~Italian (Stoneangel)~
///// \\\\\

BEGIN @0 DESIGNATED 0 // wes' original version
//SUBCOMPONENT @0 // just planning ahead
//SUBCOMPONENT @0

// shift items to library
INCLUDE ~underrep/lib/items.tpa~
Expand Down Expand Up @@ -81,10 +81,9 @@ COPY ~underrep/sto/u#conlan.sto~ ~override/u#conlan.sto~
///// \\\\\
///// Via placement \\\\\
///// \\\\\

/*
BEGIN @xxx DESIGNATED 10 // wes' original version
SUBCOMPONENT @0 // just planning ahead
BEGIN @0 DESIGNATED 10 // via placement
SUBCOMPONENT @0

// shift items to library
INCLUDE ~underrep/lib/items.tpa~
Expand Down

0 comments on commit 0273e6d

Please sign in to comment.