New 7.0 actions and updates

This commit is contained in:
Asriel Camora
2024-06-28 16:24:56 -07:00
parent f4b2b7cfb5
commit 1c4fd0a499
28 changed files with 212 additions and 145 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ internal sealed class Reflect() : BaseAction(
ActionCategory.FirstTurn, 69, 100387,
increasesQuality: true,
defaultCPCost: 6,
defaultEfficiency: 100
defaultEfficiency: 300
)
{
public override bool IsPossible(Simulator s) => s.IsFirstStep && base.IsPossible(s);