|
@@ -27,7 +27,8 @@
|
|
|
<ArchetypeProperty Type="float" Name="RoundDuration" Init="120.f" ExposeToEditor="true" Description="Total time of a round in seconds" />
|
|
|
<ArchetypeProperty Type="uint16_t" Name="TotalRounds" Init="3" ExposeToEditor="true" Description="Total number of rounds" />
|
|
|
<ArchetypeProperty Type="uint16_t" Name="RespawnPenaltyPercent" Init="50" ExposeToEditor="true" Description="Percent of score to deduct on armor depletion"/>
|
|
|
- <ArchetypeProperty Type="float" Name="RestDurationBetweenRounds" Init="10.0f" ExposeToEditor="true" Description="The time between rounds to rest and look at the score." />
|
|
|
+ <ArchetypeProperty Type="float" Name="RestDurationBetweenRounds" Init="15.0f" ExposeToEditor="true" Description="The time between rounds to rest and look at the score." />
|
|
|
+ <ArchetypeProperty Type="float" Name="RestDurationBetweenMatches" Init="20.0f" ExposeToEditor="true" Description="The time between matches to rest and look at the score." />
|
|
|
|
|
|
<RemoteProcedure Name="RPC_EndMatch" InvokeFrom="Authority" HandleOn="Client" IsPublic="false" IsReliable="true"
|
|
|
GenerateEventBindings="" Description="Send match over event and results">
|