finished lore entries! (fixes #101)

This commit is contained in:
pennyrigate 2023-10-24 23:25:07 -04:00
parent 892d3c7f2c
commit 8e2946c3cd
52 changed files with 749 additions and 31 deletions

View file

@ -48,6 +48,6 @@ margin_right = 215.0
margin_bottom = 78.0
custom_fonts/font = ExtResource( 2 )
text = "Bullet fish:
This little guy is the result of multiple species of fish stiched together. it glows because its radioactive, so watch out!"
This little guy is the result of multiple species of fish stiched together. it glows because it's radioactive, so watch out!"
align = 1
autowrap = true

View file

@ -0,0 +1,19 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=1]
[ext_resource path="res://graphics/enemy/mine.png" type="Texture" id=2]
[node name="Lore" instance=ExtResource( 1 )]
[node name="TextureRect" parent="Panel" index="0"]
texture = ExtResource( 2 )
[node name="Control" parent="." index="1"]
margin_top = 62.0
margin_bottom = 130.0
[node name="Label" parent="Control" index="0"]
margin_top = 3.0
margin_bottom = 65.0
text = "Naval Mine:
Fami set these up in crater of the abyss to make it seem more like a legitimate, historical body of water."

View file

@ -8,7 +8,7 @@
atlas = ExtResource( 3 )
region = Rect2( 0, 0, 14, 15 )
[node name="Lore" type="HBoxContainer"]
[node name="Lore2" type="HBoxContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 1 )

View file

@ -0,0 +1,19 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=1]
[ext_resource path="res://graphics/lore/2600_lore.png" type="Texture" id=2]
[node name="Lore" instance=ExtResource( 1 )]
[node name="TextureRect" parent="Panel" index="0"]
texture = ExtResource( 2 )
[node name="Control" parent="." index="1"]
margin_top = 49.0
margin_bottom = 143.0
[node name="Label" parent="Control" index="0"]
margin_top = 3.0
margin_bottom = 91.0
text = "STG-2600:
This monsterous mecha is powered by nasty fossil fuels. it's fitted with a mean vulcan and a laser that uses dirty uranium. It's as powerful as 830 jackhammers."

View file

@ -0,0 +1,19 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=1]
[ext_resource path="res://graphics/npc/fami_human.png" type="Texture" id=2]
[node name="Lore" instance=ExtResource( 1 )]
[node name="TextureRect" parent="Panel" index="0"]
texture = ExtResource( 2 )
[node name="Control" parent="." index="1"]
margin_top = 55.0
margin_bottom = 136.0
[node name="Label" parent="Control" index="0"]
margin_top = 3.0
margin_bottom = 78.0
text = "Fami:
Born 07/15/2030, This evil trillionaire is hell-bent on owning as much as he can. the world went to shit when he came to power in 2068."

View file

@ -16,4 +16,4 @@ margin_bottom = 143.0
margin_top = 3.0
margin_bottom = 91.0
text = "Shady Canopy:
A heavily wooded forest connected to verdant hills. people used to live here to hide from fami, but after he poisoned the water its become too dangerous."
A heavily wooded forest connected to verdant hills. people used to live here to hide from fami, but after he poisoned the water it's become too dangerous."

View file

@ -0,0 +1,19 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=1]
[ext_resource path="res://graphics/lore/blue_ray_cavern.png" type="Texture" id=2]
[node name="Lore" instance=ExtResource( 1 )]
[node name="TextureRect" parent="Panel" index="0"]
texture = ExtResource( 2 )
[node name="Control" parent="." index="1"]
margin_top = 55.0
margin_bottom = 136.0
[node name="Label" parent="Control" index="0"]
margin_top = 3.0
margin_bottom = 78.0
text = "Blue Ray Cavern:
the zircon ultima was first found here, during an expedition led by rust inc. it was stumbled upon during a survey for metals."

View file

@ -0,0 +1,19 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=1]
[ext_resource path="res://graphics/lore/artificial_soul_lore.png" type="Texture" id=2]
[node name="Lore" instance=ExtResource( 1 )]
[node name="TextureRect" parent="Panel" index="0"]
texture = ExtResource( 2 )
[node name="Control" parent="." index="1"]
margin_top = 49.0
margin_bottom = 143.0
[node name="Label" parent="Control" index="0"]
margin_top = 3.0
margin_bottom = 91.0
text = "Artificial Soul:
A small bit of electronics with an AI \"brain\", originally developed to bring \"life\" to intelli's robotic sweetheart, he later used it to power fami's chimeras."

View file

@ -0,0 +1,19 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=1]
[ext_resource path="res://graphics/lore/arlingwood_graveyard.png" type="Texture" id=2]
[node name="Lore" instance=ExtResource( 1 )]
[node name="TextureRect" parent="Panel" index="0"]
texture = ExtResource( 2 )
[node name="Control" parent="." index="1"]
margin_top = 55.0
margin_bottom = 136.0
[node name="Label" parent="Control" index="0"]
margin_top = 3.0
margin_bottom = 78.0
text = "Arlingwood graveyard:
a graveyard where old presidents are buried. it's also been a testing ground for fami's chimeras and techromancy."

View file

@ -0,0 +1,23 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=1]
[ext_resource path="res://graphics/falling_block/woeful_soul.png" type="Texture" id=2]
[sub_resource type="AtlasTexture" id=1]
atlas = ExtResource( 2 )
region = Rect2( 0, 0, 8, 8 )
[node name="Lore" instance=ExtResource( 1 )]
[node name="TextureRect" parent="Panel" index="0"]
texture = SubResource( 1 )
[node name="Control" parent="." index="1"]
margin_top = 49.0
margin_bottom = 143.0
[node name="Label" parent="Control" index="0"]
margin_top = 3.0
margin_bottom = 91.0
text = "Woeful soul:
created as an experiment in emotional manipulation, this human skull is fitted with an artificial soul and is made to look upset to make people feel bad for it."

View file

@ -27,4 +27,4 @@ margin_bottom = 123.0
margin_top = 3.0
margin_bottom = 52.0
text = "CATBAT:
A Chimera created from vampire bat and panther materials given an artificial soul"
A Chimera created from vampire bat and panther materials given an artificial soul."

View file

@ -0,0 +1,26 @@
[gd_scene load_steps=5 format=2]
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=1]
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=2]
[ext_resource path="res://graphics/pong/pong.png" type="Texture" id=3]
[sub_resource type="ShaderMaterial" id=1]
shader = ExtResource( 1 )
shader_param/border_color = Color( 0, 0, 0, 1 )
shader_param/border_corners = true
[node name="Lore" instance=ExtResource( 2 )]
[node name="TextureRect" parent="Panel" index="0"]
material = SubResource( 1 )
texture = ExtResource( 3 )
[node name="Control" parent="." index="1"]
margin_top = 55.0
margin_bottom = 136.0
[node name="Label" parent="Control" index="0"]
margin_top = 3.0
margin_bottom = 78.0
text = "Pong:
Sg's Pet cat... or maybe they're a dog? no ones really sure what they are, they just showed up at sg's house one day."

View file

@ -0,0 +1,19 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=1]
[ext_resource path="res://graphics/npc/speccy.png" type="Texture" id=2]
[node name="Lore" instance=ExtResource( 1 )]
[node name="TextureRect" parent="Panel" index="0"]
texture = ExtResource( 2 )
[node name="Control" parent="." index="1"]
margin_top = 55.0
margin_bottom = 136.0
[node name="Label" parent="Control" index="0"]
margin_top = 3.0
margin_bottom = 78.0
text = "Speccy:
born 04/23/2060, sg's british friend. she once had 9 shards of zircon ultima but had to split them into 45 rainbow stars to keep them from fami."

View file

@ -16,4 +16,4 @@ margin_bottom = 136.0
margin_top = 3.0
margin_bottom = 78.0
text = "Verdant hills:
Sg made their home here because it was a peaceful and beautiful place, but that all changed when it was attacked by chimeras."
Verdant hills was once the most peaceful place in virginia, a beatiful stretch of nature that was corrupted by fami's evil deeds."

View file

@ -0,0 +1,19 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=1]
[ext_resource path="res://graphics/lore/famis_lab.png" type="Texture" id=2]
[node name="Lore" instance=ExtResource( 1 )]
[node name="TextureRect" parent="Panel" index="0"]
texture = ExtResource( 2 )
[node name="Control" parent="." index="1"]
margin_top = 55.0
margin_bottom = 136.0
[node name="Label" parent="Control" index="0"]
margin_top = 3.0
margin_bottom = 78.0
text = "Fami's lab:
The birthplace of all chimeras, fami's office is at the top of the lab. you must put an end to his ceaseless violence!"

View file

@ -0,0 +1,19 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=1]
[ext_resource path="res://graphics/lore/echo_mountain.png" type="Texture" id=2]
[node name="Lore" instance=ExtResource( 1 )]
[node name="TextureRect" parent="Panel" index="0"]
texture = ExtResource( 2 )
[node name="Control" parent="." index="1"]
margin_top = 49.0
margin_bottom = 143.0
[node name="Label" parent="Control" index="0"]
margin_top = 3.0
margin_bottom = 91.0
text = "Echo mountain:
One of the blue ridge mountains designated as a fake monument to the god of a parody religion. people used to drink and do weird drugs here."

View file

@ -20,12 +20,11 @@ material = SubResource( 1 )
texture = SubResource( 2 )
[node name="Control" parent="." index="1"]
margin_top = 49.0
margin_bottom = 143.0
margin_top = 55.0
margin_bottom = 136.0
[node name="Label" parent="Control" index="0"]
margin_top = 3.0
margin_bottom = 91.0
margin_bottom = 78.0
text = "Rolling Fiend:
Half of an octopus augmented with horse hooves. They are programmed to \"love\" the feeling of bodies under their hooves.
"
Half of an octopus augmented with horse hooves. They are programmed to \"love\" the feeling of bodies under their hooves."

View file

@ -0,0 +1,19 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=1]
[ext_resource path="res://graphics/lore/roboturret_lore.png" type="Texture" id=2]
[node name="Lore" instance=ExtResource( 1 )]
[node name="TextureRect" parent="Panel" index="0"]
texture = ExtResource( 2 )
[node name="Control" parent="." index="1"]
margin_top = 62.0
margin_bottom = 130.0
[node name="Label" parent="Control" index="0"]
margin_top = 3.0
margin_bottom = 65.0
text = "Roboturret:
A heat seeking turret that murders all who oppose it. It's powered by spray cheese cans."

View file

@ -0,0 +1,31 @@
[gd_scene load_steps=6 format=2]
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=1]
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=2]
[ext_resource path="res://graphics/enemy/sawblade.png" type="Texture" id=3]
[sub_resource type="ShaderMaterial" id=1]
shader = ExtResource( 1 )
shader_param/border_color = Color( 0, 0, 0, 1 )
shader_param/border_corners = false
[sub_resource type="AtlasTexture" id=2]
atlas = ExtResource( 3 )
region = Rect2( 0, 0, 12, 12 )
[node name="Lore" instance=ExtResource( 2 )]
[node name="TextureRect" parent="Panel" index="0"]
material = SubResource( 1 )
texture = SubResource( 2 )
[node name="Control" parent="." index="1"]
margin_top = 68.0
margin_bottom = 123.0
[node name="Label" parent="Control" index="0"]
margin_top = 3.0
margin_bottom = 52.0
text = "Rolling saw:
A sharp diamond plated saw,
rust inc. uses these to slay disobedient workers."

View file

@ -0,0 +1,19 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=1]
[ext_resource path="res://graphics/lore/rust_inc.png" type="Texture" id=2]
[node name="Lore" instance=ExtResource( 1 )]
[node name="TextureRect" parent="Panel" index="0"]
texture = ExtResource( 2 )
[node name="Control" parent="." index="1"]
margin_top = 55.0
margin_bottom = 136.0
[node name="Label" parent="Control" index="0"]
margin_top = 3.0
margin_bottom = 78.0
text = "Rust inc.:
A factory run by an evil corporation whose only purpose is creating rust and pollution to ruin the wonderful world we once had."

View file

@ -0,0 +1,26 @@
[gd_scene load_steps=5 format=2]
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=1]
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=2]
[ext_resource path="res://graphics/lore/tin_lore.png" type="Texture" id=3]
[sub_resource type="ShaderMaterial" id=1]
shader = ExtResource( 1 )
shader_param/border_color = Color( 0, 0, 0, 1 )
shader_param/border_corners = true
[node name="Lore" instance=ExtResource( 2 )]
[node name="TextureRect" parent="Panel" index="0"]
material = SubResource( 1 )
texture = ExtResource( 3 )
[node name="Control" parent="." index="1"]
margin_top = 55.0
margin_bottom = 136.0
[node name="Label" parent="Control" index="0"]
margin_top = 3.0
margin_bottom = 78.0
text = "Tin:
A security drone installed in grocery stores and workplaces to spy on the working class and take them out if they disobey fami's will."

View file

@ -0,0 +1,19 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=1]
[ext_resource path="res://graphics/lore/police_station.png" type="Texture" id=2]
[node name="Lore" instance=ExtResource( 1 )]
[node name="TextureRect" parent="Panel" index="0"]
texture = ExtResource( 2 )
[node name="Control" parent="." index="1"]
margin_top = 49.0
margin_bottom = 143.0
[node name="Label" parent="Control" index="0"]
margin_top = 3.0
margin_bottom = 91.0
text = "Dread PD:
Police station in Dreadericksburg, virginia. there's a metal cop head statue on the side of the building venerating the cruelest cop in virginia."