gothic-1-community-patch
gothic-1-community-patch copied to clipboard
Spelling - Goblin Warrior (DE)
Please agree to the following
- [x] I have searched existing spelling issues for duplicates
Describe the typo
In the German localization of the game there's a typo in the name of the Goblin Warrior.
Expected spelling
Das Monster "Goblin Krieger" heißt nun korrekt "Goblinkrieger".
https://github.com/AmProsius/gothic-1-community-patch/blob/ba24fbc87c1603d1699e67e94e6c812772b6fa88/scriptbase/_work/Data/Scripts/Content/AI/Monster/MST_BlackGobbo.d#L76-L93
changed to
INSTANCE BlackGobboWarrior (Mst_Default_BlackGobbo)
{
level = 15;
Set_BlackGobbo_Visuals();
Npc_SetToFightMode (self, ItMw_1H_Mace_01);
attribute [ATR_STRENGTH] = 60+30; //da Gobbos technisch im Faustkampf
attribute [ATR_HITPOINTS_MAX] = 105;
attribute [ATR_HITPOINTS] = 105;
protection [PROT_BLUNT] = 50;
protection [PROT_EDGE] = 50;
name = "Goblinkrieger";
};
This one was also fixed in Gothic 2, so I would say it is not opinionated.