mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
Refactored folder structure for GSAL prep
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
extends Object
|
||||
extends Node
|
||||
|
||||
class_name ConflictResultsProcess
|
||||
|
||||
@ -8,22 +8,7 @@ class_name ConflictResultsProcess
|
||||
#How are we calculating initiatve. Are we going to pull the formula from the GSAL?
|
||||
var Initiative_Order : Array
|
||||
|
||||
#What do these two variables do? That was not clearly defined in the UML...
|
||||
var Action_Declared : Array
|
||||
|
||||
var Situation_Mod : int
|
||||
|
||||
# What is the desired data that we want from these two Int values below
|
||||
var Defender_Results_Calculation : int
|
||||
|
||||
var Opponent_Results_Calclation: int
|
||||
|
||||
func _init():
|
||||
pass
|
||||
|
||||
#func _Defender_VS_Opponent_Results(int): Matrix
|
||||
#Matrix is not a built in datatype in Godot. How I am imagining us doing this is with a 2D or 3D array.
|
||||
#Example Structure [[DefenderResults], [OpponentResults]]
|
||||
|
||||
|
||||
#func _Outcome_Options(Matrix): List
|
||||
|
Reference in New Issue
Block a user