Added public files

Roughly added all public files. Probably missed some, though.
diff --git a/doc/lfun/GetFValue b/doc/lfun/GetFValue
new file mode 100644
index 0000000..ac17224
--- /dev/null
+++ b/doc/lfun/GetFValue
@@ -0,0 +1,37 @@
+FUNKTION:
+
+	varargs int GetFValue(string vname, mapping map, object pl) 
+
+
+ARGUMENTE:
+
+	vname	: name des parameters aus dem spellmapping
+	map   	: spellmapping
+	pl 	: caster
+
+
+BESCHREIBUNG:
+
+	Berechnet den Wert und den Factor des Parameters in spellmapping.
+
+
+RUECKGABEWERT:
+
+	Berechneter Wert*Factor aus dem Spellmapping.
+
+
+BEMERKUNGEN:
+
+	Ruft GetValue(vname,map,pl)*GetFactor(vname,map,pl)/100 auf.
+
+
+BEISPIEL:
+
+	xxx=GetFValue(SI_SKILLDAMAGE,sinfo,caster);
+
+Siehe auch:
+
+	"GetValue", "GetFactor", "GetOffset", "GetValueO", "GetFValueO"
+
+	Ausfuehrliches Beispiel siehe "GetFValueO".
+