24 lines
368 B
C#
24 lines
368 B
C#
namespace RobotAndDonkey.Game;
|
|
|
|
public enum EModifierId
|
|
{
|
|
_Invalid = -1,
|
|
Corrupt,
|
|
Unreliable,
|
|
RaceCondition,
|
|
Throttled,
|
|
Effective,
|
|
Optimized,
|
|
Efficient,
|
|
Persistent,
|
|
Analytic,
|
|
Rain,
|
|
Drought,
|
|
Pest,
|
|
Gravity,
|
|
HeatWave,
|
|
//SandStorm, // JAM
|
|
CourierOverspill,
|
|
RangerFertileRest,
|
|
GlobalImmunity,
|
|
} |