-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #165 from SmashPhil/feature/unstable-testing
Feature/unstable testing
- Loading branch information
Showing
184 changed files
with
4,180 additions
and
1,376 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
|
||
<Defs> | ||
<Vehicles.VehicleEventDef> | ||
<defName>VehicleUpgradeEnqueued</defName> | ||
</Vehicles.VehicleEventDef> | ||
|
||
<Vehicles.VehicleEventDef> | ||
<defName>VehicleUpgradeCompleted</defName> | ||
</Vehicles.VehicleEventDef> | ||
|
||
<Vehicles.VehicleEventDef> | ||
<defName>VehicleUpgradeRefundEnqueued</defName> | ||
</Vehicles.VehicleEventDef> | ||
|
||
<Vehicles.VehicleEventDef> | ||
<defName>VehicleUpgradeRefundCompleted</defName> | ||
</Vehicles.VehicleEventDef> | ||
</Defs> |
53 changes: 49 additions & 4 deletions
53
1.5/Defs/VehiclesDefs/StatDefs/StatUpgradeCategoryDefs.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,80 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<Defs> | ||
|
||
<!-- Fuel --> | ||
<Vehicles.StatUpgradeCategoryDef> | ||
<defName>FuelCapacity</defName> | ||
<label>Fuel Capacity</label> | ||
|
||
<toStringStyle>Integer</toStringStyle> | ||
<upgradeEffectType>Positive</upgradeEffectType> | ||
</Vehicles.StatUpgradeCategoryDef> | ||
|
||
<Vehicles.StatUpgradeCategoryDef> | ||
<defName>FuelEfficiency</defName> | ||
<defName>FuelConsumptionRate</defName> | ||
<label>Fuel Consumption</label> | ||
|
||
<toStringStyle>FloatOne</toStringStyle> | ||
<formatString>{0}/day</formatString> | ||
<upgradeEffectType>Negative</upgradeEffectType> | ||
</Vehicles.StatUpgradeCategoryDef> | ||
|
||
<Vehicles.StatUpgradeCategoryDef> | ||
<defName>FuelConsumptionRate</defName> | ||
<defName>ChargeRate</defName> | ||
<label>Charge Rate</label> | ||
|
||
<formatString>{0} /day</formatString> | ||
<upgradeEffectType>Positive</upgradeEffectType> | ||
</Vehicles.StatUpgradeCategoryDef> | ||
|
||
<Vehicles.StatUpgradeCategoryDef> | ||
<defName>DischargeRate</defName> | ||
<label>Discharge Rate</label> | ||
|
||
<formatString>{0} /day</formatString> | ||
<upgradeEffectType>Negative</upgradeEffectType> | ||
</Vehicles.StatUpgradeCategoryDef> | ||
|
||
<!-- World Map --> | ||
<Vehicles.StatUpgradeCategoryDef> | ||
<defName>WorldSpeedMultiplier</defName> | ||
<label>World Speed</label> | ||
|
||
<toStringStyle>PercentZero</toStringStyle> | ||
<upgradeEffectType>Positive</upgradeEffectType> | ||
</Vehicles.StatUpgradeCategoryDef> | ||
|
||
<Vehicles.StatUpgradeCategoryDef> | ||
<defName>OffRoadEfficiency</defName> | ||
<defName>OffRoadMultiplier</defName> | ||
<label>Off Road Cost</label> | ||
|
||
<toStringStyle>PercentZero</toStringStyle> | ||
<upgradeEffectType>Negative</upgradeEffectType> | ||
</Vehicles.StatUpgradeCategoryDef> | ||
|
||
<Vehicles.StatUpgradeCategoryDef> | ||
<defName>WinterPathCost</defName> | ||
<defName>WinterCostMultiplier</defName> | ||
<label>Winter Cost</label> | ||
|
||
<toStringStyle>FloatOne</toStringStyle> | ||
<upgradeEffectType>Negative</upgradeEffectType> | ||
</Vehicles.StatUpgradeCategoryDef> | ||
|
||
<!-- Combat --> | ||
<Vehicles.StatUpgradeCategoryDef> | ||
<defName>PawnCollisionMultiplier</defName> | ||
<label>Impact Damage</label> | ||
|
||
<toStringStyle>PercentZero</toStringStyle> | ||
<upgradeEffectType>Positive</upgradeEffectType> | ||
</Vehicles.StatUpgradeCategoryDef> | ||
|
||
<Vehicles.StatUpgradeCategoryDef> | ||
<defName>PawnCollisionRecoilMultiplier</defName> | ||
<label>Impact Damage Received</label> | ||
|
||
<toStringStyle>PercentZero</toStringStyle> | ||
<upgradeEffectType>Negative</upgradeEffectType> | ||
</Vehicles.StatUpgradeCategoryDef> | ||
</Defs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Mon 12/11/2023 03:20:41 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
|
||
<LanguageData> | ||
<ST_AnimationWindow>Animation</ST_AnimationWindow> | ||
<ST_CreateNewClip>Create New Clip...</ST_CreateNewClip> | ||
|
||
<ST_PreviewAnimation>Preview</ST_PreviewAnimation> | ||
<ST_PreviewAnimationTooltip>Enable/disable preview mode of entity's animation in-game</ST_PreviewAnimationTooltip> | ||
<ST_PlayAnimationTooltip>Play the animation</ST_PlayAnimationTooltip> | ||
<ST_PauseAnimationTooltip>Pause the animation</ST_PauseAnimationTooltip> | ||
<ST_SkipFrameBeginningTooltip>Go to the beginning of the animation</ST_SkipFrameBeginningTooltip> | ||
<ST_SkipFramePreviousTooltip>Go to previous keyframe</ST_SkipFramePreviousTooltip> | ||
<ST_SkipFrameNextTooltip>Go to next keyframe</ST_SkipFrameNextTooltip> | ||
<ST_SkipFrameEndTooltip>Go to the end of the animation</ST_SkipFrameEndTooltip> | ||
|
||
<ST_AddKeyFrame>Add keyframe</ST_AddKeyFrame> | ||
<ST_AddAnimationEvent>Add event</ST_AddAnimationEvent> | ||
<ST_AddProperty>Add Property</ST_AddProperty> | ||
|
||
<ST_DopesheetTab>Dopesheet</ST_DopesheetTab> | ||
<ST_CurvesTab>Curves</ST_CurvesTab> | ||
</LanguageData> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.