Skip to content

Commit 91f5717

Browse files
committed
Merge branch 'develop'
2 parents b42d60c + c9e5846 commit 91f5717

File tree

7 files changed

+504
-289
lines changed

7 files changed

+504
-289
lines changed

.sonarcloud.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sonar.projectVersion=0.3.0
1+
sonar.projectVersion=0.4.0

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v0.4 - 2023-04-27
4+
5+
- Allies will report the situation for your team per-planet upon request, simply send "report" in team chat
6+
- AI more likely to call out its invasions
7+
- AI calls out when it establishes a presence on a gas giant
8+
39
## v0.3 - 2023-04-24
410

511
- Allies inform you when they're invading a planet

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ A mod for Planetary Annihilation which enables the AI to talk.
77
- Allies will announce which planet they landed on when there are multiple starting planets
88
- Allies notify you when colonising a new planet
99
- Allies notify you when launching an invasion
10+
- Allies can report their situation per planet on demand, type "report" in team chat
1011

1112
## Planned Features
1213

13-
- Allies can report their situation per planet on demand
1414
- Allies announce discovery of superweapons
1515
- Allies warn you about strategic risks such as single faction ownership of the gas giant
1616
- AIs taunt on victory

modinfo.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"context": "client",
33
"identifier": "com.pa.quitch.ai-chat",
44
"display_name": "AI Chat",
5-
"description": "AI will communicate with you via the chat system. Very much a work in progress.",
5+
"description": "AI will communicate with you via the chat system. Type 'report' in team chat to get a status report. Very much a work in progress.",
66
"author": "Quitch",
7-
"version": "0.3",
7+
"version": "0.4",
88
"build": "116931",
9-
"date": "2023-04-24",
9+
"date": "2023-04-27",
1010
"signature": " ",
1111
"forum": "https://steamcommunity.com/app/386070/discussions/0/6363065234130451031/",
1212
"category": [
@@ -27,6 +27,9 @@
2727
"scenes": {
2828
"live_game": [
2929
"coui://ui/mods/com.pa.quitch.ai-chat/live_game/communication.js"
30+
],
31+
"live_game_chat": [
32+
"coui://ui/mods/com.pa.quitch.ai-chat/live_game_chat/report.js"
3033
]
3134
}
3235
}

0 commit comments

Comments
 (0)