View Issue Details

IDProjectCategoryLast Update
0020372AI War 2Bug - GameplayOct 3, 2018 11:51 am
ReporterZeusAlmighty Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product Version0.775 Unit Stacking 
Fixed in Version0.779 Quick Starts 
Summary0020372: Parasitism is broken
DescriptionParasitism is broken

I have both Parasites and the Botnet golem on the same planet and not generating any zombies
TagsNo tags attached.

Relationships

has duplicate 0020427 resolvedChris_McElligottPark All zombifyi units dont work 

Activities

ZeusAlmighty

Sep 26, 2018 10:48 pm

manager  

broken parasite.save (1,017,256 bytes)

RocketAssistedPuffin

Sep 27, 2018 6:28 am

reporter   ~0049532

I have a feeling this might be the...tag put in so a parasite/nanocaust can't infect any units with those abilities. It might be the other way around like the scrap bug? Need to test that.

BadgerBadger

Sep 27, 2018 11:38 am

manager   ~0049535

Last edited: Sep 27, 2018 11:38 am

When we do XML processing to figure out how much DeathEffect damage a given weapon should do, we calculate in EntitySystemTypeData.cs
                    int value = Math.Max( 0, ( EntityForMark.StrengthPerSquad * row.Scale * offense.AbilityMultiplier ).GetNearestIntPreferringHigher() );
                    this.DeathEffectDamagePerShotByType[row] = value;
                    if ( value > 0 )
                        TypeData.HasAnyDeathEffectOffenses = true;

EntityForMark.StrengthPerSquad is always 0 when we do this calculation. I'm not sure why and I don't have any more time today for this one.

Chris_McElligottPark

Oct 3, 2018 11:45 am

administrator   ~0049740

I will check that out -- thanks for the sleuthing, Badger!

Chris_McElligottPark

Oct 3, 2018 11:51 am

administrator   ~0049741

Got it, thanks!

* Fixed a bug where, since the automatic strength calculation work was put into place, parasitism, zombification, and metabolization were not working.

Issue History

Date Modified Username Field Change
Sep 26, 2018 10:48 pm ZeusAlmighty New Issue
Sep 26, 2018 10:48 pm ZeusAlmighty File Added: broken parasite.save
Sep 26, 2018 10:48 pm ZeusAlmighty File Added: broken parasite.savemet
Sep 27, 2018 6:28 am RocketAssistedPuffin Note Added: 0049532
Sep 27, 2018 11:38 am BadgerBadger Note Added: 0049535
Sep 27, 2018 11:38 am BadgerBadger Assigned To => Chris_McElligottPark
Sep 27, 2018 11:38 am BadgerBadger Status new => assigned
Sep 27, 2018 11:38 am BadgerBadger Note Edited: 0049535
Oct 3, 2018 10:36 am BadgerBadger Relationship added has duplicate 0020427
Oct 3, 2018 11:45 am Chris_McElligottPark Note Added: 0049740
Oct 3, 2018 11:51 am Chris_McElligottPark Status assigned => resolved
Oct 3, 2018 11:51 am Chris_McElligottPark Resolution open => fixed
Oct 3, 2018 11:51 am Chris_McElligottPark Fixed in Version => 0.779 Quick Starts
Oct 3, 2018 11:51 am Chris_McElligottPark Note Added: 0049741