Tweak base speed, and ore values to be more correct as a multiplier
This commit is contained in:
@@ -233,7 +233,7 @@ namespace OpenRA.Traits.Activities
|
|||||||
this.fromFacing = fromFacing;
|
this.fromFacing = fromFacing;
|
||||||
this.toFacing = toFacing;
|
this.toFacing = toFacing;
|
||||||
this.moveFraction = startingFraction;
|
this.moveFraction = startingFraction;
|
||||||
this.moveFractionTotal = (int)( to - from ).Length * ( 25 / 6 );
|
this.moveFractionTotal = (int)(( to - from ).Length*3);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void TickMove( Actor self, Mobile mobile, Move parent )
|
public void TickMove( Actor self, Mobile mobile, Move parent )
|
||||||
|
|||||||
@@ -50,13 +50,6 @@ Wall:
|
|||||||
Float: 0%
|
Float: 0%
|
||||||
Buildable: no
|
Buildable: no
|
||||||
|
|
||||||
Ore:
|
|
||||||
Foot: 90%
|
|
||||||
Track: 70%
|
|
||||||
Wheel: 50%
|
|
||||||
Float: 0%
|
|
||||||
Buildable: no
|
|
||||||
|
|
||||||
Beach:
|
Beach:
|
||||||
Foot: 80%
|
Foot: 80%
|
||||||
Track: 70%
|
Track: 70%
|
||||||
@@ -73,6 +66,13 @@ River:
|
|||||||
Buildable: no
|
Buildable: no
|
||||||
AcceptSmudge: no
|
AcceptSmudge: no
|
||||||
|
|
||||||
|
Ore:
|
||||||
|
Foot: 100%
|
||||||
|
Track: 90%
|
||||||
|
Wheel: 90%
|
||||||
|
Float: 0%
|
||||||
|
Buildable: no
|
||||||
|
|
||||||
Special:
|
Special:
|
||||||
Foot: 100%
|
Foot: 100%
|
||||||
Track: 100%
|
Track: 100%
|
||||||
|
|||||||
Reference in New Issue
Block a user