Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Is it possible to have warbows fire like artillery? Archers would be directed to fire into an area, with a miss radius. Would make them easier to manage and also much less deadly to individuals, making their best use to fire into masses of enemies at choke points.
This would limit their use to softening up big groups, and needing to be used in numbers, fitting the "war" theme. They wouldn't be great at cleaning up individual pawns or firing near allies, giving them natural limitations.
Anyways, not sure of that's even possible, but I'd love to see it if you think the idea has merit.
Thanks again for a great mod
I also noticed that sandstone castle walls are stronger than slate or marble which doesn't make sense to me. Can anyone think of a reason for that or should I patch that too?
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="Glowstool"]/plant</xpath>
<value>
<sowTags>
<li>Ground</li>
<li>Hydroponic</li>
</sowTags>
<sowResearchPrerequisites Inherit="False">
<li>VFEM2_Alchemy</li>
</sowResearchPrerequisites>
</value>
</Operation>
To
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Glowstool"]/plant/sowResearchPrerequisites</xpath>
<value>
<sowResearchPrerequisites>
<li>RG_MushroomCultivation</li>
<li>VFEM2_Alchemy</li>
</sowResearchPrerequisites>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="Glowstool"]/plant</xpath>
<value>
<sowTags>
<li>Ground</li>
<li>Hydroponic</li>
</sowTags>
</value>
</Operation>
I will publish one soon.