More game-related documentations

This commit is contained in:
minjaesong
2017-06-22 19:00:15 +09:00
parent 187277d6a8
commit ab846ad805
5 changed files with 93 additions and 53 deletions

View File

@@ -38,24 +38,9 @@
* 24 pixels == 1 metre
## Purpose of the game
## Purpose of the game (given to the player, explicitly)
* Boss
- Will be mentioned/shown as absolute _evil_.
- But actually is not.
* Theme
- Is an evil really really is what we think?
- Is there a thing as 'absolute evil'?
* Boss character
- From debugger character
- Name key: "Sigriðr hinn Dróttningin" (can be changed)
* Little setting
- A ruler, hated by people
* Mechanics
- Beating boss does not ends the game, but grants an ability to
create new character as it.
...We need to re-think about it. —Torvald, 2017-04-30
* Survival
* Take care of/Kill the fuck out of people in the village (players will provide themselves a purpose)
- You can make your own settlement (DF fortress mode)
* Go find/Exploit/Wipe out secrets of the world (players' choice)

View File

@@ -1,20 +1,4 @@
## Weapon tier ##
Natural / Common Stone -> Copper -> Iron -> Silver -> Titanium
Forging --------------> Steel --------^
Exotic ('elven') Glass Aurichalcum
Special (something 'adamant') ??? (Use material spec of CNT, tensile strength 180 GPa)
* Metal graphics
- Gold: Hue 43, low Saturation
- Aurichalcum: Hue 43, mid-high Saturation
- Copper: Hue 33,
- Copper rust: Hue 160
- Iron rust: Hue 21
## Size variation ##
## size variation of tools/weapons/etc.
Race base weapon/tool size <- 10 [kg]
Size tolerance <- (50% * str/1000), or say, 20%
@@ -28,18 +12,6 @@ When drawing: scale by (craftedWeaponSize / baseWeaponSize)
Crafted tool/weapon size is dependent to the baseRaceMass.
## Gemstone tier ##
Topaz -> R·G·B -> Diamond·Amethyst
Gemstones go elemental?! (pretty generic but otherwise there are no motivations to willingly collect them...)
- Ruby: grants fire resist
- Sapphire: grants cold resist
- Amethyst or **Topaz**: grants shock resist
- *two left boy!*
## Colouring ##
Artificial: Use 4096
@@ -111,10 +83,6 @@ NOTE: cyan is a tricky colour for deuterans; will be inextinguishable between gr
* Base mass: 60 kg
## Food/Potion dose ##
Scale ^ 3 ^ (3/4) == (ThisWgt / TargetWgt) ^ (3/4)
## (De)serialisation ##

View File

@@ -0,0 +1,12 @@
A chapter of the WORLD series
# Dietary
## Dose
Follow these fomulae:
- (Scale ^ 3) ^ (3/4)
- (ThisWgt / TargetWgt) ^ (3/4)

View File

@@ -0,0 +1,69 @@
A chapter of the WORLD series
# Materials
## Metals
Metals are used to make furnitures, tools, armour and weapons.
### List of Metals
|Name|Usage|Remarks|
|----|-----|-------|
|Stone|Primitive Technology|(referring to the youtube guy)|
|Copper|Primitive tools/weapons, electronic wires|
|Iron|Tools, armours, weapons|
|Silver|Electronic wires||
|Steel|Advanced tools/armours/weapons|
|Titanium|Lightweight and advanced (tools/armour)|
|Glass|Exotic tools/weapons|Between copper and iron|
|Aurichalcum|Advanced exotic tools/weapons|Between steel and titanium, heavy|
|Adamant something|TBA|More tough than being really hard, "advanced steel"|
|Tin|Advanced wood (makes furnitures and things)||
|Gold|Bling-bling, advanced electronics (semiconductor)|
### Weapon Tier
Natural / Common Stone -> Copper -> Iron -> Silver -> Titanium
Forging --------------> Steel --------^
Exotic ('elven') Glass Aurichalcum
Special (something 'adamant') ??? (Use material spec of CNT, tensile strength 180 GPa)
* Metal graphics
- Gold: Hue 43, low Saturation
- Aurichalcum: Hue 43, mid-high Saturation
- Copper: Hue 33,
- Copper rust: Hue 160
- Iron rust: Hue 21
## Gemstones
Gemstones are used to decorate stuffs, or more usefully, give property to the tools/weapons, gems are imbued with some properties. (warning: magic ahead)
### List of Gemstones
|Name|Property|Remarks|
|----|--------|-------|
|Diamond|Prettier and shinier glass, great abrasive, ice/cold??|So does real-world diamond|
|Amethyst|Storm/Lightning (high voltage electricity)||
|Ruby|Fire|Beautiful colour|
|Sapphire|Water?|Beautiful colour|
|Emerald|??|Beautiful colour|
|Topaz|??|Couldn't produce _that_ beautiful colour :\|
### Gemstone tier
Topaz -> R·G·B -> Diamond·Amethyst
Gemstones go elemental?! (pretty generic but otherwise there are no motivations to willingly collect them...)
- Ruby: grants fire resist/boost
- Sapphire: grants cold resist/boots
- Amethyst: grants shock resist/boost
- *two left boy!*

View File

@@ -0,0 +1,6 @@
A chapter of the WORLD series
# Physics Constants
- A metre = 24 Pixels
- Generic Gravitation: 9.8 m/s^2 (things sink downwards)