Zandronum Chat on our Discord Server Get the latest version: 3.1
Source Code

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000985Zandronum[All Projects] Suggestionpublic2012-08-23 11:562014-06-11 21:48
ReporterBalrog 
Assigned To 
PrioritynormalSeveritytweakReproducibilityN/A
StatusfeedbackResolutionopen 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000985: Make PowerTerminatorArtifact only cover terminator status/frag bonus, use givers for health/armor/damage
DescriptionIf I want to, say, increase the effectiveness of the armor that the Terminator sphere gives because my mod emphasizes armor, I can't be sure I can do that because PowerTerminatorArtifact has the native keyword and seems to handle everything itself. By making PowerTerminatorArtifact only handle the backend aspects of identifying who is the Terminator and the 10-frag bonus/Termination medal. Instead of having PowerTerminatorArtifact give a MegaSphere and DoomSphere by itself, have the Terminator actor give two new actors, TerminatorArmorGiver and TerminatorHealthGiver, that mods can inherit from and replace with custom actors.
Steps To Reproduceactor TerminatorHealthGiver : Health
{
 Game Doom
 Game Heretic
 Game Hexen
 +INVENTORY.AUTOACTIVATE
 +INVENTORY.ALWAYSPICKUP
 Inventory.Amount 200
 Inventory.MaxAmount 200
}

ACTOR TerminatorArmorGiver : BasicArmorPickup
{
 Game Doom
 Game Heretic
 Game Hexen
 +INVENTORY.AUTOACTIVATE
 +INVENTORY.ALWAYSPICKUP
 Armor.SavePercent 50
 Armor.SaveAmount 200
}
Attached Files

- Relationships

-  Notes
User avatar (0009122)
Watermelon (developer)
2014-06-11 21:48

Can you check if the player has it in their inventory with ACS?

Issue Community Support
Only registered users can voice their support. Click here to register, or here to log in.
Supporters: Balrog
Opponents: No one explicitly opposes this issue yet.

- Issue History
Date Modified Username Field Change
2012-08-23 11:56 Balrog New Issue
2014-06-11 21:48 Watermelon Note Added: 0009122
2014-06-11 21:48 Watermelon Status new => feedback






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker