Skip to content

Change some units (Reaper grenade) to effects #5

@BurnySc2

Description

@BurnySc2
  • Reaper grenade should be an effect and not a structure
  • Parasitc bomb (after the unit has died, the effect still lives on as a unit) should be an effect
  • Force field should be an effect not a unit

This can probably be achieved here

for unit in self.state.observation_raw.units:

by removing them from units and adding them to self.state.effects

  • Fix ravager bile effect
    While we are at it, the ravager bile is removed from the API too early before the bile has landed on the destination. Units will no longer try to dodge this and will probably take damage. This might need to be stored for a couple frames, or should this be handled bot specifically?
  • Tactical Nuke probably has the same problem

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions