ICC President intermission

This commit is contained in:
MaddoScientisto 2025-03-23 21:13:17 +01:00
commit 7b9f9a6fd9
10 changed files with 110 additions and 0 deletions

View file

@ -0,0 +1,29 @@
{
"@path": "res://addons/dialogic/Resources/character.gd",
"@subpath": NodePath(""),
&"_translation_id": "",
&"color": Color(1, 1, 1, 1),
&"custom_info": {
"sound_mood_default": "",
"sound_moods": {},
"style": ""
},
&"default_portrait": "Placeholder",
&"description": "President of ICC, main antagonist",
&"display_name": "ICC_President",
&"mirror": false,
&"nicknames": ["Daryll Anderson"],
&"offset": Vector2(0, 0),
&"portraits": {
"Placeholder": {
"export_overrides": {
"image": "\"res://Sprites/Portraits/ICC_President.png\""
},
"mirror": false,
"offset": Vector2(0, 0),
"scale": 1,
"scene": ""
}
},
&"scale": 1.0
}

View file

@ -0,0 +1 @@
uid://cp54a34icavxr

View file

@ -0,0 +1,19 @@
{
"@path": "res://addons/dialogic/Resources/character.gd",
"@subpath": NodePath(""),
&"_translation_id": "",
&"color": Color(1, 1, 1, 1),
&"custom_info": {
"sound_mood_default": "",
"sound_moods": {},
"style": ""
},
&"default_portrait": "",
&"description": "",
&"display_name": "Secretary",
&"mirror": false,
&"nicknames": [""],
&"offset": Vector2(0, 0),
&"portraits": {},
&"scale": 1.0
}

View file

@ -0,0 +1 @@
uid://thirkso4yaws

View file

@ -0,0 +1,16 @@
join ICC_President center
join Secretary center
Secretary: Miss President, there was a disturbance at one of the new refineries, one of the artifacts has been stolen.
ICC_President: More rebel activity? The new hired help should have been able to handle anything the rebels could have fielded.
Secretary: Indeed, but according to camera records a single enemy agent was able to wipe out all the fairy security agents at the site unaided.
ICC_President: What does the agent look like? Do you have pictures?
[image arg="res://Sprites/Briefing/Intro5-Cirno.png" fade="0.0"]
ICC_President: Looks like a little girl... and these wings... a fairy?\
What about the other girl?
Secretary: Unknown, just a few hours before the fairy infiltrated the facility that girl appeared and started causing damage, a few workers disappeared within balls of darkness before we were able to evacuate all the human personnel. They are still missing.
ICC_President: I see, keep me updated on new developments and leave me, I have a few calls to make.
[image fade="0.0"]
leave Secretary
# Calls joon, she's shaded in dark
ICC_President: We have a situation, it seems like some of your... associates, joined us recently.\
Tell me everything about them...

View file

@ -0,0 +1 @@
uid://7bbmyvxaglmi

BIN
Sprites/Portraits/ICC_President.aseprite (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Sprites/Portraits/ICC_President.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bttq81hcuyy7p"
path="res://.godot/imported/ICC_President.png-e01976bf1905c982b9da546b7c16f2ed.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Portraits/ICC_President.png"
dest_files=["res://.godot/imported/ICC_President.png-e01976bf1905c982b9da546b7c16f2ed.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -54,13 +54,16 @@ GodotGTweensContextNode="*res://GTweensGodot/Godot/Source/Contexts/GodotGTweensC
directories/dch_directory={
"Cirno": "res://Dialogue/Characters/Cirno.dch",
"Colonel": "res://Dialogue/Characters/Colonel.dch",
"ICC_President": "res://Dialogue/Characters/ICC_President.dch",
"ICE": "res://Dialogue/Characters/ICE.dch",
"Navigator": "res://Dialogue/Characters/Navigator.dch",
"Rumia": "res://Dialogue/Characters/Rumia.dch",
"Secretary": "res://Dialogue/Characters/Secretary.dch",
"computer": "res://Dialogue/Characters/computer.dch",
"test": "res://Dialogue/Characters/test.dch"
}
directories/dtl_directory={
"Level1_End_Intermission": "res://Dialogue/Timelines/Rebel_Base/Level1_End_Intermission.dtl",
"Mission1_Briefing": "res://Dialogue/Timelines/Mission1_Briefing.dtl",
"Rumia_Intro": "res://Dialogue/Timelines/Rumia_Intro.dtl",
"colonel1": "res://Dialogue/Timelines/Rebel_Base/colonel1.dtl",