yas
This commit is contained in:
@@ -138,7 +138,7 @@ function GamePanel(props) {
|
||||
{effects}
|
||||
</div>
|
||||
<div className="targeting">
|
||||
<div>></div>
|
||||
<div>{'<'}</div>
|
||||
</div>
|
||||
<figure
|
||||
className="img"
|
||||
|
||||
@@ -79,7 +79,7 @@ function GameCryp(props) {
|
||||
{skills}
|
||||
</div>
|
||||
<div className="targeting">
|
||||
<div>></div>
|
||||
<div>{'<'}</div>
|
||||
</div>
|
||||
<figure
|
||||
className="img"
|
||||
|
||||
@@ -94,7 +94,10 @@ const game = {
|
||||
"cd": 1
|
||||
}
|
||||
],
|
||||
"effects": [],
|
||||
"effects": [{
|
||||
effect: "Decay",
|
||||
duration: 2,
|
||||
}],
|
||||
"specs": [],
|
||||
"colours": {
|
||||
"red": 0,
|
||||
@@ -238,7 +241,8 @@ const game = {
|
||||
"cd": 1
|
||||
}
|
||||
],
|
||||
"effects": [],
|
||||
"effects": [
|
||||
],
|
||||
"specs": [],
|
||||
"colours": {
|
||||
"red": 0,
|
||||
|
||||
Reference in New Issue
Block a user